All Packages Class Hierarchy This Package Previous Next Index
Class aid.util.misc.IntegerIdentifierGenerator
java.lang.Object
|
+----aid.util.misc.IntegerIdentifierGenerator
- public class IntegerIdentifierGenerator
- extends Object
- implements IdentifierGenerator, Serializable
Implements a simple generator that produces Integer.
- Version:
- $Revision$, $Date$
- Author:
- M. Jaczynski
-
IntegerIdentifierGenerator()
-
-
isReserved(Object)
-
-
newIdentifier()
-
-
reserveIdentifier(Object)
-
-
reset()
-
IntegerIdentifierGenerator
public IntegerIdentifierGenerator()
newIdentifier
public synchronized Object newIdentifier() throws GeneratorExhaustedException
reserveIdentifier
public synchronized void reserveIdentifier(Object id)
isReserved
public synchronized boolean isReserved(Object id)
reset
public synchronized void reset()
All Packages Class Hierarchy This Package Previous Next Index