public interface ExternalParticipant extends ReplicationParticipant, DependentObject
ExternalParticipant
object specifies the external repository and the
replication mode (master or slave) of the participant.
In addition, each ExternalParticipant
object references a partner object store
that is present as an object store participant in the replication group. Every external
repository must be associated with a partner object store, which controls all the replication
interactions of the external repository.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_EnableDefensibleDisposal()
Returns the value of the EnableDefensibleDisposal property.
|
ExternalRepository |
get_ExternalRepository()
Returns the value of the ExternalRepository property.
|
ObjectStore |
get_PartnerObjectStore()
Returns the value of the PartnerObjectStore property.
|
void |
set_EnableDefensibleDisposal(java.lang.Boolean value)
Sets the value of the EnableDefensibleDisposal property.
|
void |
set_ExternalRepository(ExternalRepository value)
Sets the value of the ExternalRepository property.
|
void |
set_PartnerObjectStore(ObjectStore value)
Sets the value of the PartnerObjectStore property.
|
get_Id, get_ReplicationMode, set_ReplicationMode
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
ExternalRepository get_ExternalRepository()
void set_ExternalRepository(ExternalRepository value)
ObjectStore get_PartnerObjectStore()
void set_PartnerObjectStore(ObjectStore value)
java.lang.Boolean get_EnableDefensibleDisposal()
void set_EnableDefensibleDisposal(java.lang.Boolean value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.