|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.uniqueid.TurbineUniqueId
This is a facade class for UniqueIdService
.
Constructor Summary | |
TurbineUniqueId()
|
Method Summary | |
static java.lang.String |
getInstanceId()
Returs an identifer of this Turbine instance that is unique both on the server and worldwide. |
static java.lang.String |
getPseudorandomId()
Returns a unique identifier that looks like random data. |
protected static UniqueIdService |
getService()
Utility method for accessing the service implementation |
static java.lang.String |
getUniqueId()
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TurbineUniqueId()
Method Detail |
protected static UniqueIdService getService()
public static java.lang.String getInstanceId()
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
public static java.lang.String getUniqueId()
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
public static java.lang.String getPseudorandomId()
Returns a unique identifier that looks like random data.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |