wt.services
Class StandardServicesHandler

java.lang.Object
  extended bywt.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

Field Summary
private static String versionID
           
 
Constructor Summary
StandardServicesHandler()
           
 
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
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

StandardServicesHandler

public StandardServicesHandler()
Method Detail

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