com.ptc.windchill.upgrade.util
Class MethodServerStarter

java.lang.Object
  extended bycom.ptc.windchill.upgrade.util.MethodServerStarter

public class MethodServerStarter
extends Object


Field Summary
private static int MAX_WAIT_TIME
           
private static int PING_DELAY
           
private static Vector services
           
private static ServerMonitors sm
           
private static int START_WAIT
           
 
Constructor Summary
MethodServerStarter()
           
 
Method Summary
private static void checkServiceStartup()
           
static void main(String[] args)
           
static void startManager()
           
private static boolean startupComplete(int size)
           
static void stopManager()
           
static void stopManagerIfUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PING_DELAY

private static final int PING_DELAY
See Also:
Constant Field Values

MAX_WAIT_TIME

private static final int MAX_WAIT_TIME
See Also:
Constant Field Values

START_WAIT

private static final int START_WAIT

sm

private static ServerMonitors sm

services

private static Vector services
Constructor Detail

MethodServerStarter

public MethodServerStarter()
Method Detail

main

public static void main(String[] args)

startManager

public static void startManager()
                         throws Exception
Throws:
Exception

stopManager

public static void stopManager()
                        throws Exception
Throws:
Exception

stopManagerIfUp

public static void stopManagerIfUp()

checkServiceStartup

private static void checkServiceStartup()
                                 throws Exception
Throws:
Exception

startupComplete

private static boolean startupComplete(int size)
                                throws RemoteException
Throws:
RemoteException