Enhydra 3.1 API

com.lutris.appserver.server.sql.msql
Class MsqlObjectIdAllocator

java.lang.Object
  |
  +--com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
        |
        +--com.lutris.appserver.server.sql.msql.MsqlObjectIdAllocator

public class MsqlObjectIdAllocator
extends StandardObjectIdAllocator

An Msql database object id allocator used by the Msql logical database.

Since:
LBS1.8
Version:
$Revision: 1.6.12.1 $
See Also:
StandardObjectIdAllocator

Constructor Summary
protected MsqlObjectIdAllocator(LogicalDatabase logicalDatabase, Config objIdConfig)
          Initialize the object id manager.
 
Methods inherited from class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
allocate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsqlObjectIdAllocator

protected MsqlObjectIdAllocator(LogicalDatabase logicalDatabase,
                                Config objIdConfig)
                         throws ConfigException
Initialize the object id manager.
Parameters:
logicalDatabase - The logical database that this object id allocator is associated with.
objIdConfig - The configuration object.
Throws:
ConfigException - if bad configuration information is given in the config file.
See Also:
StandardObjectIdAllocator.StandardObjectIdAllocator(com.lutris.appserver.server.sql.LogicalDatabase, com.lutris.util.Config)

Enhydra 3.1 API