|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocketClientManager
Defines an interface for developing a client socket manager.
Implementations of this interface will provide the following:
SocketConnectionManager
interface.
SocketProtocolHandler
interface to facilitate low level
socket communications.
SocketClient
implementation.
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 infrastructure configuration. |
void |
setName(java.lang.String name)
Set the name of this manager. |
Method Detail |
---|
void init(java.lang.String name, XMLProperties xmlProps) throws SocketClientException
name
- String containing the name of this manager.xmlProps
- XML configuration properties.
SocketClientException
- if the manager cannot be initialised.void setName(java.lang.String name)
name
- String containing manager name.java.lang.String getName()
SocketClient getSocketClient()
SocketClient
interface.
void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |