wt.manager
Class ServiceManager
java.lang.Object
wt.manager.ServiceManager
- public class ServiceManager
- extends Object
Contains start and stop methods for when Windchill is running
as a service on NT.
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 |
ServiceManager
public ServiceManager()
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.