public class NDSPartitionInfo
extends java.lang.Object
| Constructor and Description |
|---|
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)
Constructs an NDSPartitionInfo object to store NDS partition information.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
partFDN - The FDN of the partition.srvReadFDN - The FDN of the server where the partition
info is coming from.mstrRepFDN - The FDN of the master replica of this partition.lastSucSyncTime - The partition's last successful sync time.lastAttSyncTime - The partition's last attempt sync time.NDSRepInfos - Vectors of NDSReplicaInfo, which provide NDS replica information for the partition.NDSReplicaInfopublic 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()
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}.