Package ch.rswk.meta.engine
Class AbstractEngineExecutionThreadService<C>
java.lang.Object
com.google.common.util.concurrent.AbstractExecutionThreadService
ch.rswk.meta.engine.AbstractEngineExecutionThreadService<C>
- All Implemented Interfaces:
EngineServices.ConfigurableService<C>,EngineServices.InfoProvidingService,com.google.common.util.concurrent.Service
- Direct Known Subclasses:
HttpService
public abstract class AbstractEngineExecutionThreadService<C>
extends com.google.common.util.concurrent.AbstractExecutionThreadService
implements EngineServices.ConfigurableService<C>, EngineServices.InfoProvidingService
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.util.concurrent.AbstractExecutionThreadService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, run, startAsync, state, stopAsync, toString, triggerShutdownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.rswk.meta.engine.EngineServices.ConfigurableService
config, handleConfigWatcherNotification, onConfigChangedMethods inherited from interface ch.rswk.meta.engine.EngineServices.InfoProvidingService
getServiceInfo
-
Field Details
-
configClass
-
configReference
-
runtime
-
-
Constructor Details
-
AbstractEngineExecutionThreadService
-
-
Method Details
-
configReference
- Specified by:
configReferencein interfaceEngineServices.ConfigurableService<C>
-
configClass
- Specified by:
configClassin interfaceEngineServices.ConfigurableService<C>
-
onConfigWatcherNotification
-
startUp
-
shutDown
-
executor
- Overrides:
executorin classcom.google.common.util.concurrent.AbstractExecutionThreadService
-
serviceName
- Overrides:
serviceNamein classcom.google.common.util.concurrent.AbstractExecutionThreadService
-
serviceId
-