|
||||||||||
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 ConnectorHandler
s
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 Protocol
ConnectorHandler
void releaseConnectorHandler(E connectorHandler)
connectorHandler
- - a ConnectorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |