|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.admin.ns.ValueListFacade
|
+--com.novell.admin.ns.nds.ReplicaPointerFacade
Facade for the NDS Replica Pointer syntax.
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
ReplicaPointerFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
static ValueList |
createValueList(java.lang.String serverName,
int repType,
int repNum,
int count,
NetAddressFacade netAddr)
Creates an NDS Replica Pointer ValueList. |
NetAddressFacade |
getNetworkAddressHint()
Retrieves the network address hint. |
long |
getReplicaCount()
Returns the number of replicas on the server. |
long |
getReplicaNumber()
Returns the replica number. |
long |
getReplicaType()
Returns the replica type. |
java.lang.String |
getServerName()
Retrieves the name of the server that holds the replica. |
void |
setNetworkAddressHint(NetAddressFacade hint)
Sets the network address hint. |
void |
setReplicaCount(int count)
Sets the replica count. |
void |
setReplicaNumber(int number)
Sets the replica number. |
void |
setReplicaType(int type)
Sets the replica type. |
void |
setServerName(java.lang.String name)
Sets the server name. |
| Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList,
replaceBooleanValue,
replaceHexValue,
replaceLongValue,
replaceStringValue,
replaceValueList |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ReplicaPointerFacade(ValueList comp)
throws IncompatibleComponentException
comp - The ValueList that represents the Replica pointer data.| Method Detail |
public static ValueList createValueList(java.lang.String serverName,
int repType,
int repNum,
int count,
NetAddressFacade netAddr)
serverName - Refer to NDS Schema Reference.repType - Refer to NDS Schema Reference.repNum - Refer to NDS Schema Reference.count - Refer to NDS Schema Reference.netAddr - Refer to NDS Schema Reference.public java.lang.String getServerName()
public long getReplicaType()
public long getReplicaNumber()
public long getReplicaCount()
public NetAddressFacade getNetworkAddressHint()
public void setServerName(java.lang.String name)
name - The name of the server.public void setReplicaType(int type)
type - The replica type.public void setReplicaNumber(int number)
type - The replica number.public void setReplicaCount(int count)
type - The replica count.public void setNetworkAddressHint(NetAddressFacade hint)
hint - The network address hint.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||