|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueListFacade
com.novell.admin.ns.nds.ReplicaPointerFacade
Facade for the NDS Replica Pointer syntax.
| Field Summary |
| 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. |
static ValueList |
createValueList(java.lang.String serverName,
int repType,
int repNum,
int count,
NetAddressFacade netAddr,
Syntax syn)
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.
IncompatibleComponentException - Not used.| 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 static ValueList createValueList(java.lang.String serverName,
int repType,
int repNum,
int count,
NetAddressFacade netAddr,
Syntax syn)
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.syn - The syntax for this value, either NDSSyntax.SYN_REPLICA_POINTER
or LDAPSyntax.SYN_NDS_REPLICA_POINTER.
public NetAddressFacade getNetworkAddressHint()
public long getReplicaCount()
public long getReplicaNumber()
public long getReplicaType()
public java.lang.String getServerName()
public void setNetworkAddressHint(NetAddressFacade hint)
hint - The network address hint.public void setReplicaCount(int count)
count - The replica count.public void setReplicaNumber(int number)
number - The replica number.public void setReplicaType(int type)
type - The replica type.public void setServerName(java.lang.String name)
name - The name of the server.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||