jet.server.api.rmi.admin
Interface RemoteConnectionPoolManager

All Superinterfaces:
java.rmi.Remote

public interface RemoteConnectionPoolManager
extends java.rmi.Remote

Interface RemoteConnectionPoolManager manages the connection pools.


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

Method Detail

getConnections

RemoteConnectionInformation[] getConnections()
                                             throws java.rmi.RemoteException
Gets all the connections.

Throws:
java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.

disconnect

void disconnect(RemoteConnectionInformation conninfo)
                throws java.rmi.RemoteException
Deletes a certain connection.

Parameters:
conninfo - The connection information reference.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.