|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.il.oil2.OIL2SocketHandler
The OIL2 implementation of the ServerIL object
Nested Class Summary | |
class |
OIL2SocketHandler.RequestRunner
|
Constructor Summary | |
OIL2SocketHandler(ObjectInputStream in,
ObjectOutputStream out,
ThreadGroup partentThreadGroup)
Constructor for the OILServerIL object |
Method Summary | |
void |
run()
Main processing method for the OILClientILService object |
void |
sendRequest(OIL2Request request)
#Description of the Method |
void |
sendResponse(OIL2Response response)
#Description of the Method |
void |
setRequestListner(OIL2RequestListner requestListner)
#Description of the Method |
void |
start()
|
void |
stop()
|
OIL2Response |
synchRequest(OIL2Request request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OIL2SocketHandler(ObjectInputStream in, ObjectOutputStream out, ThreadGroup partentThreadGroup)
Method Detail |
public void sendRequest(OIL2Request request) throws IOException
Exception
- Description of Exception
IOException
public void setRequestListner(OIL2RequestListner requestListner)
public void sendResponse(OIL2Response response) throws IOException
Exception
- Description of Exception
IOException
public OIL2Response synchRequest(OIL2Request request) throws IOException, InterruptedException, ClassNotFoundException
public void run()
public void start()
public void stop()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |