wt.pom
Class OIDPool
java.lang.Object
wt.pom.OIDPool
- class OIDPool
- extends Object
Constructor Summary |
(package private) |
OIDPool()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
currentIdx
private int currentIdx
idPool
private long[] idPool
POOL_SIZE
private static final int POOL_SIZE
- See Also:
- Constant Field Values
OIDPool
OIDPool()
newId
protected long newId(WTConnection aConnection)
throws PersistenceException
- Throws:
PersistenceException
newId
protected long[] newId(WTConnection aConnection,
int howMany)
throws PersistenceException
- Throws:
PersistenceException
fillIdPool
private void fillIdPool(WTConnection aConnection)
throws PersistenceException
- Throws:
PersistenceException