|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.util.GUIDFactory
public class GUIDFactory
A simple (and fast) factory for (human readable) GUID (Globally Unique ID) strings.
A GUID is composed of two parts (separator is ':'):
1. A two part unique UID for this host
2. The IP-Address of the local machine.
An example GUID would be: -32766:1135679889968:84.157.57.223.
| Constructor Summary | |
|---|---|
GUIDFactory()
|
|
| Method Summary | |
|---|---|
java.lang.String |
next()
Returns the next GUID string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIDFactory()
| Method Detail |
|---|
public java.lang.String next()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||