jet.server.api.admin
Interface ConnectionPoolManager


public interface ConnectionPoolManager

Interface ConnectionPoolManager manages the connection pools.


Method Summary
 void disconnect(ConnectionInformation conninfo)
          Deletes a certain connection.
 ConnectionInformation[] getConnections()
          Gets all the connections.
 

Method Detail

getConnections

ConnectionInformation[] getConnections()
Gets all the connections.


disconnect

void disconnect(ConnectionInformation conninfo)
Deletes a certain connection.

Parameters:
conninfo - The connection information reference.