|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectorHandlerPool<E extends ConnectorHandler>
Interface representing ConnectorHandler pool
Implementation of this interface will be responsible for
allocating/releasing client side ConnectorHandlers
| Method Summary | |
|---|---|
E |
acquireConnectorHandler(Controller.Protocol protocol)
Return an instance of ConnectorHandler,
which corresponds to the protocol |
void |
releaseConnectorHandler(E connectorHandler)
Release a ConnectorHandler. |
| Method Detail |
|---|
E acquireConnectorHandler(Controller.Protocol protocol)
ConnectorHandler,
which corresponds to the protocol
protocol - a Controller.Protocol
ConnectorHandlervoid releaseConnectorHandler(E connectorHandler)
connectorHandler - - a ConnectorHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||