tests.jinniRmiServer
Class StartupServerThread

java.lang.Object
  extended by tests.jinniRmiServer.StartupServerThread
All Implemented Interfaces:
java.lang.Runnable

public class StartupServerThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
StartupServerThread(java.util.concurrent.CountDownLatch latchObject)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupServerThread

public StartupServerThread(java.util.concurrent.CountDownLatch latchObject)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable