|
|||||||||||
PREV CLASS NEXT CLASS | 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 |
getClientIL()
After initialization, this method may be called to obtain a reference to a ClientIL object. |
void |
init(Connection connection,
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 connection, Properties props) throws Exception
connection
- Description of Parameterprops
- Description of Parameter
Exception
- Description of Exceptionpublic ClientIL getClientIL() throws Exception
Exception
- Description of Exceptionpublic void start() throws Exception
Exception
- Description of Exceptionpublic void stop() throws Exception
Exception
- Description of Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |