jet.server.api.admin
Interface ConnectionPoolManager


public interface ConnectionPoolManager

Interface ConnectionPoolManager manages the connection pools.


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

Method Detail

getConnections

ConnectionInformation[] getConnections()
Gets all the connections.

See Also:
{ConnectionInformation}

disconnect

void disconnect(ConnectionInformation conninfo)
Deletes a specific connection.

Parameters:
conninfo - The connection information reference.
See Also:
{ConnectionInformation}