| java.lang.Object tests.org.jboss.test.remoting.interceptor.ServerInterceptorTest
ServerInterceptorTest | public class ServerInterceptorTest (Code) | | author: Tom Elrod |
Method Summary | |
public static void | main(String[] args) | public void | run() When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread. | public void | setLocator(InvokerLocator locator) | protected void | setup() |
run | public void run()(Code) | | When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
The general contract of the method run is that it may
take any action whatsoever.
See Also: Thread.run |
setLocator | public void setLocator(InvokerLocator locator)(Code) | | |
setup | protected void setup()(Code) | | |
|
|