Click or drag to resize
Persister Interface
The persister interface for calling persister methods

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface Persister

The Persister type exposes the following members.

Methods
  NameDescription
Public methodOnAlter
Return the ActionResult object when the alter action occurs
Public methodOnClose
Return the ActionResult object when closing action occurs
Public methodOnLoad
Return the ActionResult object when loading action occurs
Public methodOnOpen
Return the ActionResult object when opening action occurs
Public methodOnRead
Return the ActionResult object when reading action occurs
Public methodOnWrite
Return the ActionResult object when writing action occurs
Top
See Also