| java.lang.Object org.jpox.store.poid.PoidManager
PoidManager | public class PoidManager (Code) | | Manager for the creation of PoidGenerators.
Allows creation of generators and provides lookup by symbolic name.
version: $Revision $ |
LOCALISER | final protected static Localiser LOCALISER(Code) | | Localisation of messages
|
generatorsByName | protected Map generatorsByName(Code) | | Map of PoidGenerator keyed by the symbolic name.
|
PoidManager | public PoidManager()(Code) | | Constructor.
|
clear | public void clear()(Code) | | Method to clear out the generators managed by this manager.
|
createPoidGenerator | public synchronized PoidGenerator createPoidGenerator(String name, Class generatorClass, Properties props, StoreManager storeMgr, PoidConnectionProvider connectionProvider)(Code) | | Method to create a PoidGenerator when the generator is datastore based.
Parameters: name - Symbolic name of the generator Parameters: generatorClass - Class for the generator type Parameters: props - Properties to control the generator Parameters: storeMgr - Manager for the store Parameters: connectionProvider - Provider for connections The PoidGenerator |
getPoidGenerator | public synchronized PoidGenerator getPoidGenerator(String name)(Code) | | Accessor for the PoidGenerator with the given symbolic name.
Parameters: name - Name of the PoidGenerator when created The PoidGenerator with this name |
|
|