DODS 6.5 API

com.lutris.appserver.server.sql
Interface ExtendedConnectionAllocator

All Superinterfaces:
ConnectionAllocator
All Known Implementing Classes:
DataSourceConnectionAllocator, SimpleConnectionAllocator, SimpleDataSourceConnectionAllocator, StandardConnectionAllocator

public interface ExtendedConnectionAllocator
extends 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()
           
 
Methods inherited from interface com.lutris.appserver.server.sql.ConnectionAllocator
allocate, drop, dropAllNow, getActiveCount, getDatabaseName, getMaxCount, getMaxCountDate, getRequestCount, release, resetMaxCount
 

Method Detail

IncrementRequesteCount

public void IncrementRequesteCount()

DODS 6.5 API