Package org.jboss.as.controller.remote
Class ModelControllerClientOperationHandlerFactoryService
java.lang.Object
org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
org.jboss.as.controller.remote.ModelControllerClientOperationHandlerFactoryService
- All Implemented Interfaces:
org.jboss.as.protocol.mgmt.support.ManagementChannelInitialization,org.jboss.msc.Service,org.jboss.msc.service.Service<AbstractModelControllerOperationHandlerFactoryService>,org.jboss.msc.value.Value<AbstractModelControllerOperationHandlerFactoryService>
public class ModelControllerClientOperationHandlerFactoryService
extends AbstractModelControllerOperationHandlerFactoryService
Service used to create a new client protocol operation handler per channel
- Author:
- Kabir Khan, Richard Opalka
-
Field Summary
Fields inherited from class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
OPERATION_HANDLER_NAME_SUFFIXFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionModelControllerClientOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.protocol.mgmt.ManagementChannelHandlerstartReceiving(org.jboss.remoting3.Channel channel) Methods inherited from class org.jboss.as.controller.remote.AbstractModelControllerOperationHandlerFactoryService
getClientRequestExecutor, getController, getExecutor, getResponseAttachmentSupport, getValue, start, stop
-
Constructor Details
-
ModelControllerClientOperationHandlerFactoryService
public ModelControllerClientOperationHandlerFactoryService(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier)
-
-
Method Details
-
startReceiving
public org.jboss.as.protocol.mgmt.ManagementChannelHandler startReceiving(org.jboss.remoting3.Channel channel)
-