Package ch.rswk.meta.engine.test
Class EngineRuntimeTest.TestService
java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
ch.rswk.meta.engine.AbstractEngineIdleService<Fixture.EmptyServiceConfig>
ch.rswk.meta.engine.test.EngineRuntimeTest.TestService
- All Implemented Interfaces:
EngineServices.ConfigurableService<Fixture.EmptyServiceConfig>
,EngineServices.InfoProvidingService
,com.google.common.util.concurrent.Service
- Enclosing class:
EngineRuntimeTest
public static class EngineRuntimeTest.TestService
extends AbstractEngineIdleService<Fixture.EmptyServiceConfig>
-
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 inherited from class ch.rswk.meta.engine.AbstractEngineIdleService
runtime
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.rswk.meta.engine.AbstractEngineIdleService
configClass, configReference, onConfigWatcherNotification, serviceId, serviceName
Methods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, startAsync, state, stopAsync, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.rswk.meta.engine.EngineServices.ConfigurableService
config, handleConfigWatcherNotification, onConfigChanged
Methods inherited from interface ch.rswk.meta.engine.EngineServices.InfoProvidingService
getServiceInfo
-
Constructor Details
-
TestService
-
-
Method Details
-
startUp
- Overrides:
startUp
in classAbstractEngineIdleService<Fixture.EmptyServiceConfig>
- Throws:
Exception
-
shutDown
- Overrides:
shutDown
in classAbstractEngineIdleService<Fixture.EmptyServiceConfig>
- Throws:
Exception
-