Uses of Interface
org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
Packages that use ManagementRequestHandlerFactory
-
Uses of ManagementRequestHandlerFactory in org.jboss.as.protocol.mgmt
Classes in org.jboss.as.protocol.mgmt that implement ManagementRequestHandlerFactoryModifier and TypeClassDescriptionclassManagementRequestHandlerFactoryfor dealing with aManagementPingRequest.Methods in org.jboss.as.protocol.mgmt with parameters of type ManagementRequestHandlerFactoryModifier and TypeMethodDescriptionvoidManagementChannelHandler.addHandlerFactory(ManagementRequestHandlerFactory factory) Add a management request handler factory to this context.booleanManagementChannelHandler.removeHandlerFactory(ManagementRequestHandlerFactory instance) Remove a management request handler factory from this context.Constructors in org.jboss.as.protocol.mgmt with parameters of type ManagementRequestHandlerFactoryModifierConstructorDescriptionManagementChannelHandler(ManagementClientChannelStrategy strategy, ExecutorService executorService, ManagementRequestHandlerFactory... initial)