|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wlcp.wlng.api.util.IDFactory
Factory for getting WLNG IDs.
Constructor Summary | |
IDFactory() |
Method Summary | |
abstract void |
close() Close the factory. |
static IDFactory |
getFactory() |
abstract int |
getInstanceID() Get the WLNG instance ID. |
abstract int |
getNextIntID() Get the next integer ID that is unique among all WLNG instances. |
abstract long |
getNextLongID() Get the next long ID that is unique among all WLNG instances. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IDFactory()
Method Detail |
public abstract void close()
public static IDFactory getFactory()
public abstract int getInstanceID()
public abstract int getNextIntID()
public abstract long getNextLongID()
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |