public class NDSReplicaInfo extends NDSReplica
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getReplicaState, getReplicaTypegetPartition, getStoredOnServerpublic 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.public java.lang.String getServerReadFDN()
public int getReplicaNumber()
public java.util.Date getLastSuccessfulSyncTime()
public java.util.Vector getReferralAddresses()
public int getSyncError()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.