Uses of Class
ch.rswk.meta.engine.ActionService
Packages that use ActionService
Package
Description
-
Uses of ActionService in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger with parameters of type ActionServiceModifier and TypeMethodDescriptionActionServiceModule.getJerseyConfig
(ActionService actionService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) com.google.common.util.concurrent.Service
ActionServiceModule.getService
(ActionService service) -
Uses of ActionService in ch.rswk.meta.engine.rs
Fields in ch.rswk.meta.engine.rs declared as ActionServiceConstructors in ch.rswk.meta.engine.rs with parameters of type ActionServiceModifierConstructorDescriptionActionExecuteResource
(ActionService actionService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) -
Uses of ActionService in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as ActionServiceModifier and TypeFieldDescriptionprotected ActionService
ActionServiceTest.actionService
private final ActionService
ActionServiceTest.TestService.actionService
Constructors in ch.rswk.meta.engine.test with parameters of type ActionServiceModifierConstructorDescription(package private)
TestService
(EngineRuntime runtime, ActionService actionService) -
Uses of ActionService in ch.rswk.meta.engine.ws
Fields in ch.rswk.meta.engine.ws declared as ActionServiceModifier and TypeFieldDescriptionprivate final ActionService
EngineWebSocketController.actionService
Constructors in ch.rswk.meta.engine.ws with parameters of type ActionServiceModifierConstructorDescriptionEngineWebSocketController
(EngineRuntime runtime, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, ActionService actionService, FileService fileService, LoggingService loggingService, MetaService metaService, UserService userService, EngineWebSocketController.EngineWebSocketControllerConfig config)