|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.Replica
com.novell.admin.ns.nds.NDSReplica
com.novell.admin.ns.nds.NDSReplicaInfo
This class stores the NDS replica related information, use this class to retrieve the NDS replica information.
| Constructor Summary | |
NDSReplicaInfo(ObjectEntry partOE,
ObjectEntry storedOnSrvOE,
java.lang.String srvReadFDN,
int ndsRepNum,
NDSReplicaType ndsRepType,
NDSReplicaState ndsRepState,
java.util.Date lastSuccessfulSyncTime,
java.util.Vector refAddr,
int syncErr)
Constructor that contains NDS replica information. |
|
| Method Summary | |
java.util.Date |
getLastSuccessfulSyncTime()
Returns the last successful synchronization time |
java.util.Vector |
getReferralAddresses()
Returns the referral address. |
int |
getReplicaNumber()
Returns the NDS replica number. |
java.lang.String |
getServerReadFDN()
Returns the fully distinguished name of the server where the replica information is read. |
int |
getSyncError()
Returns the last synchronization error. |
| Methods inherited from class com.novell.admin.ns.nds.NDSReplica |
getReplicaState, getReplicaType |
| Methods inherited from class com.novell.admin.ns.Replica |
getPartition, getStoredOnServer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NDSReplicaInfo(ObjectEntry partOE,
ObjectEntry storedOnSrvOE,
java.lang.String srvReadFDN,
int ndsRepNum,
NDSReplicaType ndsRepType,
NDSReplicaState ndsRepState,
java.util.Date lastSuccessfulSyncTime,
java.util.Vector refAddr,
int syncErr)
partOE - The partition's object entry.storedOnSrvOE - The object entry of the server storing the replica.srvReadFDN - The fully distinguished name of the server where the replica info is read.ndsRepNum - The NDS replica number.ndsRepType - The NDS replica type.ndsRepState - The NDS replica state.lastSuccessfulSyncTime - The time of the partition's last successful synchronization.refAddr - The referral addresssyncErr - Any errors encountered during the last synchronization.
java.lang.IllegalArgumentException - Thrown if any one of the
arguments is null.| Method Detail |
public java.util.Date getLastSuccessfulSyncTime()
public java.util.Vector getReferralAddresses()
public int getReplicaNumber()
public java.lang.String getServerReadFDN()
public int getSyncError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||