|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Connections
Specifies the behavior of pools of client-side Connection.
| Method Summary | |
|---|---|
RmiConnection |
acquire()
Acquires a connection from this pool. |
void |
clear()
Closes all connections kept internally and removes them. |
java.lang.String |
getTransportType()
Returns the "transport type" of the connections held by this instance. |
void |
release(Connection conn)
Releases the given connection to this pool. |
| Method Detail |
|---|
RmiConnection acquire()
throws java.rmi.RemoteException
Connection.
java.rmi.RemoteException - if a problem occurs acquiring a connection.void release(Connection conn)
a - Connection.void clear()
java.lang.String getTransportType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||