com.novell.admin.ns
Class Replica
java.lang.Object
|
+--com.novell.admin.ns.Replica
- Direct Known Subclasses:
- NDSReplica
- public class Replica
- extends java.lang.Object
This class represents the basic replica information, which includes
the partition's fully distinguished name and the fully distinguished
name of the server holding the replica.
Constructor Summary |
Replica(com.novell.application.console.snapin.ObjectEntry partition,
com.novell.application.console.snapin.ObjectEntry server)
Constructor that contains basic replica information, which includes
the partition's fully distinguished name and the fully distinguished name
of the server holding the replica. |
Method Summary |
com.novell.application.console.snapin.ObjectEntry |
getPartition()
Returns the replica's partition distinguished name. |
com.novell.application.console.snapin.ObjectEntry |
getStoredOnServer()
Returns the fully distinguished name of the server storing the replica. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Replica
public Replica(com.novell.application.console.snapin.ObjectEntry partition,
com.novell.application.console.snapin.ObjectEntry server)
- Constructor that contains basic replica information, which includes
the partition's fully distinguished name and the fully distinguished name
of the server holding the replica.
getPartition
public com.novell.application.console.snapin.ObjectEntry getPartition()
- Returns the replica's partition distinguished name.
- Returns:
- The partition's fully distinguished name.
getStoredOnServer
public com.novell.application.console.snapin.ObjectEntry getStoredOnServer()
- Returns the fully distinguished name of the server storing the replica.
- Returns:
- The server's fully distinguished name
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.