Uses of Interface
org.jboss.modcluster.mcmp.MCMPRequest
-
Uses of MCMPRequest in org.jboss.modcluster.mcmp
Modifier and TypeMethodDescriptionMCMPRequestFactory.createConfigRequest
(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig) Creates a CONFIG MCMP request for the specified engine.MCMPRequestFactory.createDisableRequest
(Context context) Creates an DISABLE-APP MCMP request for the specified context.MCMPRequestFactory.createDisableRequest
(Engine engine) Creates an DISABLE-APP * MCMP request for the specified engine.MCMPRequestFactory.createDumpRequest()
Creates an DUMP MCMP request.MCMPRequestFactory.createEnableRequest
(Context context) Creates an ENABLE-APP MCMP request for the specified context.MCMPRequestFactory.createEnableRequest
(Engine engine) Creates an ENABLE-APP * MCMP request for the specified engine.MCMPRequestFactory.createInfoRequest()
Creates an INFO MCMP request.MCMPRequestFactory.createPingRequest()
Creates an PING MCMP request.MCMPRequestFactory.createPingRequest
(String jvmRoute) Creates an PING MCMP request for the node configured with the specified jvm route.MCMPRequestFactory.createPingRequest
(String scheme, String host, int port) Creates an PING MCMP request for the node with a connector matching the specified protocol, host, and port.MCMPRequestFactory.createRemoveContextRequest
(String jvmRoute, Set<String> aliases, String path) Create a REMOVE-APP request using the specified jvm route, aliases, and context path.MCMPRequestFactory.createRemoveEngineRequest
(String jvmRoute) Create a REMOVE-APP * request using the specified jvm route.MCMPRequestFactory.createRemoveRequest
(Context context) Creates an REMOVE-APP MCMP request for the specified context.MCMPRequestFactory.createRemoveRequest
(Engine engine) Creates an REMOVE-APP * MCMP request for the specified engine.MCMPRequestFactory.createStatusRequest
(String jvmRoute, int lbf) Creates an STATUS MCMP request using the specified jvmRoute and load balance factor.MCMPRequestFactory.createStopRequest
(Context context) Creates an STOP-APP MCMP request for the specified context.MCMPRequestFactory.createStopRequest
(Engine engine) Creates an STOP-APP * MCMP request for the specified engine.Modifier and TypeMethodDescriptionResetRequestSource.getResetRequests
(Map<String, Set<ResetRequestSource.VirtualHost>> response) Gets a list of requests that should be sent to an httpd-side mod_cluster instance when anMCMPHandler
determines that its state needs to be reset.Modifier and TypeMethodDescriptionMCMPHandler.sendRequest
(MCMPRequest request) Send a request to all healthy proxies.Modifier and TypeMethodDescriptionMCMPHandler.sendRequests
(List<MCMPRequest> requests) Send a list of requests to all healthy proxies, with all requests in the list sent to each proxy before moving on to the next. -
Uses of MCMPRequest in org.jboss.modcluster.mcmp.impl
Modifier and TypeClassDescriptionclass
Encapsulates the parameters for a request over MCMP.Modifier and TypeMethodDescriptionDefaultMCMPRequestFactory.createConfigRequest
(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig) DefaultMCMPRequestFactory.createDisableRequest
(Context context) DefaultMCMPRequestFactory.createDisableRequest
(Engine engine) DefaultMCMPRequestFactory.createDumpRequest()
DefaultMCMPRequestFactory.createEnableRequest
(Context context) DefaultMCMPRequestFactory.createEnableRequest
(Engine engine) DefaultMCMPRequestFactory.createInfoRequest()
DefaultMCMPRequestFactory.createPingRequest()
DefaultMCMPRequestFactory.createPingRequest
(String jvmRoute) DefaultMCMPRequestFactory.createPingRequest
(String scheme, String host, int port) DefaultMCMPRequestFactory.createRemoveContextRequest
(String jvmRoute, Set<String> aliases, String path) DefaultMCMPRequestFactory.createRemoveEngineRequest
(String jvmRoute) DefaultMCMPRequestFactory.createRemoveRequest
(Context context) DefaultMCMPRequestFactory.createRemoveRequest
(Engine engine) DefaultMCMPRequestFactory.createStatusRequest
(String jvmRoute, int lbf) DefaultMCMPRequestFactory.createStopRequest
(Context context) DefaultMCMPRequestFactory.createStopRequest
(Engine engine) Modifier and TypeMethodDescriptionResetRequestSourceImpl.getResetRequests
(Map<String, Set<ResetRequestSource.VirtualHost>> response)