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

Constructor Index

 o IntegerIdentifierGenerator()

Method Index

 o isReserved(Object)
 o newIdentifier()
 o reserveIdentifier(Object)
 o reset()

Constructors

 o IntegerIdentifierGenerator
 public IntegerIdentifierGenerator()

Methods

 o newIdentifier
 public synchronized Object newIdentifier() throws GeneratorExhaustedException
 o reserveIdentifier
 public synchronized void reserveIdentifier(Object id)
 o isReserved
 public synchronized boolean isReserved(Object id)
 o reset
 public synchronized void reset()

All Packages  Class Hierarchy  This Package  Previous  Next  Index