Method | Description | |
---|---|---|
GetReplicaInfoResponse ( |
Constructs an object from the responseValue which contains the replica information. The constructor parses the responseValue which has the following format: responseValue ::= partitionID INTEGER replicaState INTEGER modificationTime INTEGER purgeTime INTEGER localPartitionID INTEGER partitionDN OCTET STRING replicaType INTEGER flags INTEGER
|
|
getflags ( ) : int |
Returns flags that specify whether the replica is busy or is a boundary. See the ReplicationConstants class for possible values for this field.
|
|
getlocalPartitionID ( ) : int |
Returns the local numeric identifier for the replica.
|
|
getmodificationTime ( ) : int |
Returns the time of the most recent modification.
|
|
getpartitionDN ( ) : System.String |
Returns the distinguished name of the partition.
|
|
getpartitionID ( ) : int |
Returns the numeric identifier for the partition.
|
|
getpurgeTime ( ) : int |
Returns the most recent time in which all data has been synchronized.
|
|
getreplicaState ( ) : int |
Returns the current state of the replica.
|
|
getreplicaType ( ) : int |
Returns the replica type. See the ReplicationConstants class for possible values for this field.
|
public GetReplicaInfoResponse ( |
||
rfcMessage | ||
return | System |