wt.manager
Class ServiceManager

java.lang.Object
  extended bywt.manager.ServiceManager

public class ServiceManager
extends Object

Contains start and stop methods for when Windchill is running as a service on NT.


Constructor Summary
ServiceManager()
           
 
Method Summary
static void main(String[] args)
          Starts Windchill running as a serivce.
static void stopService(String[] args)
          Stops Windchill running as a service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceManager

public ServiceManager()
Method Detail

main

public static void main(String[] args)
Starts Windchill running as a serivce.


stopService

public static void stopService(String[] args)
Stops Windchill running as a service.