public interface TwillRunnerService extends TwillRunner
TwillRunner
that provides lifecycle management functions.
The start()
method needs to be called before calling any other method of this interface.
When done with this service, call stop()
to release any resources that it holds.TwillRunner.LiveInfo
Modifier and Type | Method and Description |
---|---|
void |
start()
Starts the service.
|
void |
stop()
Stops the service.
|
lookup, lookup, lookupLive, prepare, prepare, prepare, scheduleSecureStoreUpdate, setSecureStoreRenewer
void start()
RuntimeException
- if the service failed to start.void stop()
RuntimeException
- if the service failed to start.Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.