|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openmms.util.TimeStamp_ID
Title: TimeStamp_ID
Description: Generates a unique ID and a TimeStamp for an MM
Copyright: Copyright (c) 2003 OpenMMS.org
| Constructor Summary | |
TimeStamp_ID()
Constructor which creates a new TimeStamp_ID |
|
| Method Summary | |
static java.lang.String |
createAbsDate()
Creates a new absolute date instance based on the given format |
static java.lang.String |
createAbsTS_Long()
Creates a new absolute date instance based on the given format |
static java.lang.String |
createID()
Generates a unique ID combining the TimeStamp with a randomly generated number |
static java.lang.String |
createTS()
Generates a new TimeStamp as the time in seconds from 1/1/1970 |
static java.lang.String |
getID()
Returns the generated ID |
static java.lang.String |
getTimeStamp()
Returns the TimeStamp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TimeStamp_ID()
| Method Detail |
public static java.lang.String getTimeStamp()
public static java.lang.String createTS()
public static java.lang.String createID()
public static java.lang.String getID()
public static java.lang.String createAbsDate()
public static java.lang.String createAbsTS_Long()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||