Class 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
    • Constructor Detail

      • ModelControllerClientOperationHandler

        public ModelControllerClientOperationHandler​(ModelController controller,
                                                     org.jboss.as.protocol.mgmt.ManagementChannelAssociation channelAssociation,
                                                     ResponseAttachmentInputStreamSupport responseAttachmentSupport,
                                                     ExecutorService clientRequestExecutor,
                                                     org.wildfly.security.auth.server.SecurityIdentity connectionIdentity)
    • Method Detail

      • 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:
        resolveHandler in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory