|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.uniqueid.TurbineUniqueId
public abstract class TurbineUniqueId
This is a facade class for UniqueIdService
.
Constructor Summary | |
---|---|
TurbineUniqueId()
|
Method Summary | |
---|---|
static String |
getInstanceId()
Returs an identifer of this Turbine instance that is unique both on the server and worldwide. |
static String |
getPseudorandomId()
Returns a unique identifier that looks like random data. |
protected static UniqueIdService |
getService()
Utility method for accessing the service implementation |
static 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 String getInstanceId()
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
public static String getUniqueId()
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
public static 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 |