|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class manages the lifecycle of an instance of the ClientIL Implementations of this class should have a default constructor.
Method Summary | |
ClientIL (src) |
getClientIL()
After initialization, this method may be called to obtain a reference to a ClientIL object. |
void |
init(Connection (src) connection,
java.util.Properties props)
After construction, the ClientILService is initialized with a reference to the Connection object and the connection properties. |
void |
start()
Once started, the ClientIL instance should process all server requests. |
void |
stop()
Once stopped, the ClientIL instance stop processing all server requests. |
Method Detail |
public void init(Connection (src) connection, java.util.Properties props) throws java.lang.Exception
connection
- Description of Parameterprops
- Description of Parameter
java.lang.Exception
- Description of Exceptionpublic ClientIL (src) getClientIL() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic void start() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic void stop() throws java.lang.Exception
java.lang.Exception
- Description of Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |