|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jwarp.util.IDGenerator
This is an implementation of UniqueIdService.
| Field Summary | |
protected long |
counter
|
protected int |
step
|
| Constructor Summary | |
IDGenerator()
|
|
| Method Summary | |
java.lang.String |
getUniqueId()
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance. |
void |
setStart(long value)
|
void |
setStepSize(int size)
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected long counter
protected int step
| Constructor Detail |
public IDGenerator()
| Method Detail |
public java.lang.String getUniqueId()
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
public void setStart(long value)
public void setStepSize(int size)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||