com.novell.admin.ns
Class Replica

java.lang.Object
  extended bycom.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(ObjectEntry partition, 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
 ObjectEntry getPartition()
          Returns the replica's partition distinguished name.
 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
 

Constructor Detail

Replica

public Replica(ObjectEntry partition,
               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 Detail

getPartition

public ObjectEntry getPartition()
Returns the replica's partition distinguished name.

Returns:
The partition's fully distinguished name.

getStoredOnServer

public ObjectEntry getStoredOnServer()
Returns the fully distinguished name of the server storing the replica.

Returns:
The server's fully distinguished name


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 September 2 2004 0111.