|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.Replica
com.novell.admin.ns.nds.NDSReplica
This class stores some NDS replica information.
Use this class to retrieve the partition name, server name, replica state, and replica type.
| Constructor Summary | |
NDSReplica(ObjectEntry partOE,
ObjectEntry storedOnSrvOE,
NDSReplicaType ndsRepType,
NDSReplicaState ndsRepState)
Constructor that contains some NDS replica information. |
|
| Method Summary | |
NDSReplicaState |
getReplicaState()
Returns the replica state. |
NDSReplicaType |
getReplicaType()
Returns the replica type. |
| Methods inherited from class com.novell.admin.ns.Replica |
getPartition, getStoredOnServer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public 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.| Method Detail |
public NDSReplicaState getReplicaState()
public NDSReplicaType getReplicaType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||