DODS 7.2 API

com.lutris.appserver.server.sql
Interface ExtendedConnectionAllocator

All Superinterfaces:
com.lutris.appserver.server.sql.ConnectionAllocator
All Known Implementing Classes:
DataSourceConnectionAllocator, InformixConnectionAllocator, OracleConnectionAllocator, SimpleConnectionAllocator, SimpleDataSourceConnectionAllocator, StandardConnectionAllocator

public interface ExtendedConnectionAllocator
extends com.lutris.appserver.server.sql.ConnectionAllocator

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void incrementRequesteCount()
           
 boolean performRollbackOnReset()
           
 
Methods inherited from interface com.lutris.appserver.server.sql.ConnectionAllocator
allocate, drop, dropAllNow, getActiveCount, getDatabaseName, getMaxCount, getMaxCountDate, getRequestCount, release, resetMaxCount
 

Method Detail

incrementRequesteCount

void incrementRequesteCount()

performRollbackOnReset

boolean performRollbackOnReset()

DODS 7.2 API