public interface ConnectionHandlerFactory
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandler |
createConnectionHandler()
Construct an appropriate ConnectionHandler.
|
void |
releaseConnectionHandler(ConnectionHandler connectionHandler)
Release a previously created ConnectionHandler.
|
ConnectionHandler createConnectionHandler() throws java.lang.Exception
java.lang.Exception - if an error occursvoid releaseConnectionHandler(ConnectionHandler connectionHandler)