|
||||||||||
| 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.TimeStampFacade
Facade for NDS Time Stamp syntax.
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
TimeStampFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
static ValueList |
createValueList(long seconds,
int replica,
int event)
Creates an NDS Time Stamp ValueList. |
static ValueList |
createValueList(long seconds,
int replica,
int event,
Syntax syn)
Creates an NDS Time Stamp ValueList. |
int |
getEvent()
Returns the event. |
int |
getReplica()
Returns the replica number. |
int |
getSeconds()
Returns the time in seconds. |
void |
setEvent(int event)
Sets the event. |
void |
setReplica(int replica)
Set the replica number. |
void |
setSeconds(int seconds)
Sets the time in seconds. |
| 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 TimeStampFacade(ValueList comp)
throws IncompatibleComponentException
comp - The ValueList that represents the Time Stamp data.
IncompatibleComponentException - Not used.| Method Detail |
public static ValueList createValueList(long seconds,
int replica,
int event)
seconds - Refer to NDS Schema Specification.replica - Refer to NDS Schema Specification.event - Refer to NDS Schema Specification.
public static ValueList createValueList(long seconds,
int replica,
int event,
Syntax syn)
seconds - Refer to NDS Schema Specification.replica - Refer to NDS Schema Specification.event - Refer to NDS Schema Specification.syn - The syntax for this value, either NDSSyntax.SYN_TIMESTAMP
or LDAPSyntax.SYN_NDS_TIMESTAMP.
public int getEvent()
public int getReplica()
public int getSeconds()
public void setEvent(int event)
event - The event.public void setReplica(int replica)
replica - The replica number.public void setSeconds(int seconds)
seconds - The seconds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||