| java.lang.Object org.codehaus.aspectwerkz.connectivity.RemoteProxyServerThread
RemoteProxyServerThread | public class RemoteProxyServerThread implements Runnable(Code) | | Implements a server thread. Each request from the client gets its own instance. Response to three different
commands: Command.CREATE, Command.INVOKE and Command.CLOSE. It redirects the method invocation to the
Invoker for the class.
author: Jonas BonŽr |
Method Summary | |
public void | run() Does the actual work of serving the client. |
RemoteProxyServerThread | public RemoteProxyServerThread(Socket clientSocket, ClassLoader loader, Invoker invoker, int timeout)(Code) | | Creates a new instance.
Parameters: clientSocket - the client socket Parameters: loader - the classloader to use Parameters: invoker - the invoker that makes the method invocation in the client thread |
run | public void run()(Code) | | Does the actual work of serving the client.
|
|
|