com.filenet.api.replication
Interface ObjectStoreParticipant

All Superinterfaces:
DependentObject, EngineObject, ReplicationParticipant, java.io.Serializable

public interface ObjectStoreParticipant
extends ReplicationParticipant, DependentObject

Represents an object store participant of a replication group.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: ReplicationParticipant


Method Summary
 ObjectStore get_ObjectStore()
          Returns the value of the ObjectStore property.
 void set_ObjectStore(ObjectStore value)
          Sets the value of the ObjectStore property.
 
Methods inherited from interface com.filenet.api.replication.ReplicationParticipant
get_Id, get_ReplicationMode, set_ReplicationMode
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ObjectStore

ObjectStore get_ObjectStore()
Returns the value of the ObjectStore property. For more information, see ObjectStore Property.


set_ObjectStore

void set_ObjectStore(ObjectStore value)
Sets the value of the ObjectStore property. For more information, see ObjectStore Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.