wt.method
Interface ServicesHandlerIfc
- All Known Implementing Classes:
- StandardServicesHandler
- public interface ServicesHandlerIfc
ServicesHandlerIfc is used to interface to an object responsible for starting and
stopping internal service or manager objects that have a lifecycle independent of
client method invocations. The start
method is called when a method
server process is started, and the stop
method is called when a method
server process is gracefully stopped. There is, however, no guarantee that method
server processes will be gracefully stopped.
Supported API: false
Method Summary |
void |
start()
Start services. |
void |
stop()
Stop services. |
versionID
public static final String versionID
- See Also:
- Constant Field Values
start
public void start()
throws Exception
- Start services.
Supported API: false
- Throws:
Exception
- if services startup fails
stop
public void stop()
- Stop services.
Supported API: false