|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webhydra.slug.process.PidGenerator
public class PidGenerator
Unique PID generator.
| Field Summary | |
|---|---|
protected static long |
nexPidSeq
Holds next PID sequence extension value. |
static char |
SEPARATOR
Paer separatirs in the generated PIDs. |
| Constructor Summary | |
|---|---|
PidGenerator()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
newPid()
Generate new unique PID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static long nexPidSeq
PID sequence extension value.
public static final char SEPARATOR
PIDs.
| Constructor Detail |
|---|
public PidGenerator()
| Method Detail |
|---|
public static java.lang.String newPid()
PID
PID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||