|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.novell.admin.ns.nds.NDSPartitionInfo
This class stores information about NDS partitions. Use this class to retrieve NDS partition information.
| Constructor Summary | |
NDSPartitionInfo(java.lang.String partFDN,
java.lang.String srvReadFDN,
java.lang.String mstrRepFDN,
java.util.Date lastSucSyncTime,
java.util.Date lastAttSyncTime,
java.util.Vector NDSRepInfos)
Constructor that creates an NDSPartitionInfo object to store NDS partition information. |
|
| Method Summary | |
java.util.Date |
getLastAttemptedSyncTime()
Returns the time of the last attempt synchronization. |
java.util.Date |
getLastSuccessfulSyncTime()
Returns the time of the last successful synchronization. |
java.lang.String |
getMasterReplicaFDN()
Returns the fully distinguished name of the partition's master replica. |
java.util.Vector |
getNDSReplicas()
Returns the list of replicas the partition has. |
int |
getNumOfReplicas()
Returns the number of replicas the partition has, not counting subordinate references. |
int |
getNumOfSubRefs()
Returns the number of subordinate references the partition has. |
java.lang.String |
getPartitionFDN()
Returns the fully distinguished name of the partition replica. |
java.lang.String |
getServerReadFDN()
Returns the fully distinguished name of the server where the partition information is read. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public NDSPartitionInfo(java.lang.String partFDN,
java.lang.String srvReadFDN,
java.lang.String mstrRepFDN,
java.util.Date lastSucSyncTime,
java.util.Date lastAttSyncTime,
java.util.Vector NDSRepInfos)
A runtime exception IllegalArgumentException will be throw if any one of the arguments is null.
I-partFDN - The FDN of the partition.I-srvReadFDN - The FDN of the server where the partition
info is coming from.I-mstrRepFDN - The FDN of the master replica of this partition.I-lastSucSyncTime - The partition's last successful sync time.I-lastAttSyncTime - The partition's last attempt sync time.I-NDSRepInfos - Vectors of NDSReplicaInfo, which provide NDS replica information for the partition.NDSReplicaInfo| Method Detail |
public java.lang.String getPartitionFDN()
public java.lang.String getServerReadFDN()
public java.lang.String getMasterReplicaFDN()
public int getNumOfReplicas()
public int getNumOfSubRefs()
public java.util.Date getLastSuccessfulSyncTime()
public java.util.Date getLastAttemptedSyncTime()
public java.util.Vector getNDSReplicas()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||