|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.connectivity.RemoteProxyServerThread
Implements a server thread. Each request from the client gets its own instance.
Response to three different commands:
Constructor Summary | |
RemoteProxyServerThread(java.net.Socket clientSocket,
java.lang.ClassLoader loader,
Invoker invoker,
int timeout)
Creates a new instance. |
Method Summary | |
void |
run()
Does the actual work of serving the client. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteProxyServerThread(java.net.Socket clientSocket, java.lang.ClassLoader loader, Invoker invoker, int timeout)
clientSocket
- the client socketloader
- the classloader to useinvoker
- the invoker that makes the method invocation in the client threadMethod Detail |
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |