Uses of Interface
org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory
-
Packages that use ManagementRequestHandlerFactory Package Description org.jboss.as.protocol.mgmt -
-
Uses of ManagementRequestHandlerFactory in org.jboss.as.protocol.mgmt
Classes in org.jboss.as.protocol.mgmt that implement ManagementRequestHandlerFactory Modifier and Type Class Description classManagementPongRequestHandlerManagementRequestHandlerFactoryfor dealing with aManagementPingRequest.Methods in org.jboss.as.protocol.mgmt with parameters of type ManagementRequestHandlerFactory Modifier and Type Method Description voidManagementChannelHandler. 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 ManagementRequestHandlerFactory Constructor Description ManagementChannelHandler(ManagementClientChannelStrategy strategy, ExecutorService executorService, ManagementRequestHandlerFactory... initial)
-