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 AbstractEngineIdleService
runtime -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractEngineIdleService
configClass, configReference, onConfigWatcherNotification, serviceId, serviceNameMethods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, startAsync, state, stopAsync, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface EngineServices.ConfigurableService
config, handleConfigWatcherNotification, onConfigChangedMethods inherited from interface EngineServices.InfoProvidingService
getServiceInfo
-
Constructor Details
-
TestService
-
-
Method Details
-
startUp
- Overrides:
startUpin classAbstractEngineIdleService<Fixture.EmptyServiceConfig>- Throws:
Exception
-
shutDown
- Overrides:
shutDownin classAbstractEngineIdleService<Fixture.EmptyServiceConfig>- Throws:
Exception
-