Package org.jboss.as.controller.remote
Class ModelControllerClientOperationHandler
java.lang.Object
org.jboss.as.controller.remote.ModelControllerClientOperationHandler
- All Implemented Interfaces:
org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
public class ModelControllerClientOperationHandler
extends Object
implements org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
Operation handlers for the remote implementation of
ModelControllerClient- Author:
- Kabir Khan, Emanuel Muckenhuber
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain -
Constructor Summary
ConstructorsConstructorDescriptionModelControllerClientOperationHandler(ModelController controller, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, ResponseAttachmentInputStreamSupport responseAttachmentSupport, ExecutorService clientRequestExecutor) ModelControllerClientOperationHandler(ModelController controller, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, ResponseAttachmentInputStreamSupport responseAttachmentSupport, ExecutorService clientRequestExecutor, org.wildfly.security.auth.server.SecurityIdentity connectionIdentity) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.protocol.mgmt.ManagementRequestHandler<?,?> resolveHandler(org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain handlers, org.jboss.as.protocol.mgmt.ManagementRequestHeader header)
-
Constructor Details
-
ModelControllerClientOperationHandler
public ModelControllerClientOperationHandler(ModelController controller, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, ResponseAttachmentInputStreamSupport responseAttachmentSupport, ExecutorService clientRequestExecutor) -
ModelControllerClientOperationHandler
public ModelControllerClientOperationHandler(ModelController controller, org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation, ResponseAttachmentInputStreamSupport responseAttachmentSupport, ExecutorService clientRequestExecutor, org.wildfly.security.auth.server.SecurityIdentity connectionIdentity)
-
-
Method Details
-
resolveHandler
public org.jboss.as.protocol.mgmt.ManagementRequestHandler<?,?> resolveHandler(org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain handlers, org.jboss.as.protocol.mgmt.ManagementRequestHeader header) - Specified by:
resolveHandlerin interfaceorg.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
-