Enhydra 3.1 API

com.lutris.appserver.server.sql.sybase
Class SybaseObjectIdAllocator

java.lang.Object
  |
  +--com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
        |
        +--com.lutris.appserver.server.sql.sybase.SybaseObjectIdAllocator

public class SybaseObjectIdAllocator
extends StandardObjectIdAllocator

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

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

Constructor Summary
protected SybaseObjectIdAllocator(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

SybaseObjectIdAllocator

protected SybaseObjectIdAllocator(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