wt.services
Class StandardServicesHandler
java.lang.Object
wt.services.StandardServicesHandler
- All Implemented Interfaces:
- ServicesHandlerIfc
- public class StandardServicesHandler
- extends Object
- implements ServicesHandlerIfc
Standard services handler.
This object is reponsible for starting internal service/manager objects within
the method server process.
- See Also:
MethodServerMain
Method Summary |
void |
start()
Startup standard services. |
void |
stop()
Stop standard services. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
StandardServicesHandler
public StandardServicesHandler()
start
public void start()
throws Exception
- Startup standard services.
- Specified by:
start
in interface ServicesHandlerIfc
- Throws:
Exception
- if services startup fails
stop
public void stop()
- Stop standard services.
Currently a no-op.
- Specified by:
stop
in interface ServicesHandlerIfc