Package ch.rswk.meta.engine.test
Class ActionServiceTest.TestService
java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
ch.rswk.meta.engine.AbstractEngineIdleService<Fixture.EmptyServiceConfig>
ch.rswk.meta.engine.test.ActionServiceTest.TestService
- All Implemented Interfaces:
EngineServices.ConfigurableService<Fixture.EmptyServiceConfig>,EngineServices.InfoProvidingService,com.google.common.util.concurrent.Service
- Enclosing class:
ActionServiceTest
@Singleton
public static class ActionServiceTest.TestService
extends AbstractEngineIdleService<Fixture.EmptyServiceConfig>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordNested 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
FieldsModifier and TypeFieldDescriptionprivate final ActionServiceprivate static final org.slf4j.Loggercom.fasterxml.jackson.databind.JsonNodeFields 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, 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 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
-
LOG
private static final org.slf4j.Logger LOG -
actionService
-
executeException
-
requestLatch
-
requests
-
result
public com.fasterxml.jackson.databind.JsonNode result
-
-
Constructor Details
-
TestService
-
-
Method Details
-
startUp
- Overrides:
startUpin classAbstractEngineIdleService<Fixture.EmptyServiceConfig>- Throws:
Exception
-
shutDown
- Overrides:
shutDownin classAbstractEngineIdleService<Fixture.EmptyServiceConfig>- Throws:
Exception
-