|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.socket.SocketClientManagerImpl
public class SocketClientManagerImpl
The default SocketClientManager implementation.
Implementations of this interface will provide the following:
SocketConnectionManager interface.
SocketProtocolHandler interface to facilitate low level
socket communications.
SocketClient implementation.
| Constructor Summary | |
|---|---|
SocketClientManagerImpl()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy this manager. |
java.lang.String |
getName()
Return the name of this manager. |
SocketClient |
getSocketClient()
Returns an implementation of the SocketClient interface. |
void |
init(java.lang.String name,
XMLProperties xmlProps)
Initialise this manager with the XML configuration containing the client socket infrastructure configuration. |
void |
setName(java.lang.String name)
Set the name of this manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocketClientManagerImpl()
| Method Detail |
|---|
public void init(java.lang.String name,
XMLProperties xmlProps)
throws SocketClientException
init in interface SocketClientManagername - String containing the name of this manager.xmlProps - XML configuration properties.
SocketClientException - if the manager cannot be initialised.public void setName(java.lang.String name)
setName in interface SocketClientManagername - String containing manager name.public java.lang.String getName()
getName in interface SocketClientManagerpublic SocketClient getSocketClient()
SocketClient interface.
getSocketClient in interface SocketClientManagerpublic void destroy()
destroy in interface SocketClientManager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||