|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.addressing.uuid.JugUUIdGenerator
public class JugUUIdGenerator
A UUIdGenerator implementation that uses JUG, an open source Java UUID
generation library. Reflection is utilized to avoid a compile-time dependency
on jug.jar.
| Constructor Summary | |
|---|---|
JugUUIdGenerator()
Creates an instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateUUId()
Generate a Universally Unique IDentifier (UUID). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JugUUIdGenerator()
| Method Detail |
|---|
public java.lang.String generateUUId()
IMPORTANT: This method must be thread-safe.
generateUUId in interface UUIdGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||