|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a generator of long identifiers and ensures that allocated ones are never proposed again (allocation information is made persistent).
Method Summary | |
long |
genId()
Generates a new long identifier. |
void |
init(java.lang.String name,
PClassMapping pcm,
LongGenMgr mgr)
Initializes this long generator. |
Method Detail |
public void init(java.lang.String name, PClassMapping pcm, LongGenMgr mgr) throws PException
name
- The name identifier associated with this long generator.pcm
- The associated PClassMapping.mgr
- The manager associated with this generator.
PException
public long genId() throws PException
PException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |