public class NDSReplica extends Replica
Use this class to retrieve the partition name, server name, replica state, and replica type.
| Constructor and Description |
|---|
NDSReplica(ObjectEntry partOE,
ObjectEntry storedOnSrvOE,
NDSReplicaType ndsRepType,
NDSReplicaState ndsRepState)
Constructor that contains some NDS replica information.
|
| Modifier and Type | Method and Description |
|---|---|
NDSReplicaState |
getReplicaState()
Returns the replica state.
|
NDSReplicaType |
getReplicaType()
Returns the replica type.
|
getPartition, getStoredOnServerpublic NDSReplica(ObjectEntry partOE, ObjectEntry storedOnSrvOE, NDSReplicaType ndsRepType, NDSReplicaState ndsRepState)
partOE - The partition's object entry.storedOnSrvOE - The object entry of the server that stores the replica.ndsRepType - The replica type.ndsRepState - The replica state.public NDSReplicaType getReplicaType()
public NDSReplicaState getReplicaState()
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}.