|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.utilities.LongValuedLogicalTimeFactory
A factory for LongValuedLogicalTimes.
| Constructor Summary | |
LongValuedLogicalTimeFactory()
|
|
| Method Summary | |
LogicalTime |
decode(byte[] buffer,
int offset)
Decodes a logical time stored within the specified buffer, returning a LogicalTime object corresponding to
the decoded value. |
LogicalTime |
makeFinal()
Creates and returns an instance of the final logical time. |
LogicalTime |
makeInitial()
Creates and returns an instance of the initial logical time. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LongValuedLogicalTimeFactory()
| Method Detail |
public LogicalTime decode(byte[] buffer,
int offset)
throws CouldNotDecode
LogicalTime object corresponding to
the decoded value.
decode in interface LogicalTimeFactorybuffer - the buffer that contains the encoded valueoffset - the offset within the buffer at which the
encoded value is stored
LogicalTime representing the
decoded value
CouldNotDecode - if the value could not be decodedpublic LogicalTime makeInitial()
makeInitial in interface LogicalTimeFactorypublic LogicalTime makeFinal()
makeFinal in interface LogicalTimeFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||