public interface RemoteConnectionPoolManager
extends java.rmi.Remote
RemoteConnectionPoolManager manages the connection pools.| Modifier and Type | Method and Description |
|---|---|
void |
disconnect(RemoteConnectionInformation conninfo)
Deletes a specific connection.
|
RemoteConnectionInformation[] |
getConnections()
Gets all the connections.
|
RemoteConnectionInformation[] getConnections() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.rmi.RemoteException - if communication-related error occurs during RMI call execution.void disconnect(RemoteConnectionInformation conninfo) throws java.rmi.RemoteException
conninfo - The connection information reference.java.rmi.RemoteException - if communication-related error occurs during RMI call execution.