|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.il.oil2.OIL2ClientILService
The OIL2 implementation of the ClientILService object
Constructor Summary | |
OIL2ClientILService()
|
Method Summary | |
ClientIL |
getClientIL()
getClientIL method comment. |
void |
handleConnectionException(Exception e)
|
void |
handleRequest(OIL2Request request)
|
void |
init(Connection connection,
Properties props)
init method comment. |
void |
start()
start method comment. |
void |
stop()
Once stopped, the ClientIL instance stop processing all server requests. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OIL2ClientILService()
Method Detail |
public ClientIL getClientIL() throws Exception
getClientIL
in interface ClientILService
Exception
- Description of Exceptionpublic void init(Connection connection, Properties props) throws Exception
init
in interface ClientILService
connection
- Description of Parameterprops
- Description of Parameter
Exception
- Description of Exceptionpublic void start() throws Exception
start
in interface ClientILService
Exception
- Description of Exceptionpublic void stop() throws Exception
ClientILService
stop
in interface ClientILService
Exception
- Description of Exceptionpublic void handleConnectionException(Exception e)
handleConnectionException
in interface OIL2RequestListner
public void handleRequest(OIL2Request request)
handleRequest
in interface OIL2RequestListner
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |