Uses of Interface
org.jboss.modcluster.mcmp.MCMPRequest
-
Packages that use MCMPRequest Package Description org.jboss.modcluster.mcmp org.jboss.modcluster.mcmp.impl -
-
Uses of MCMPRequest in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return MCMPRequest Modifier and Type Method Description MCMPRequest
MCMPRequestFactory. createConfigRequest(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig)
Creates a CONFIG MCMP request for the specified engine.MCMPRequest
MCMPRequestFactory. createDisableRequest(Context context)
Creates an DISABLE-APP MCMP request for the specified context.MCMPRequest
MCMPRequestFactory. createDisableRequest(Engine engine)
Creates an DISABLE-APP * MCMP request for the specified engine.MCMPRequest
MCMPRequestFactory. createDumpRequest()
Creates an DUMP MCMP request.MCMPRequest
MCMPRequestFactory. createEnableRequest(Context context)
Creates an ENABLE-APP MCMP request for the specified context.MCMPRequest
MCMPRequestFactory. createEnableRequest(Engine engine)
Creates an ENABLE-APP * MCMP request for the specified engine.MCMPRequest
MCMPRequestFactory. createInfoRequest()
Creates an INFO MCMP request.MCMPRequest
MCMPRequestFactory. createPingRequest()
Creates an PING MCMP request.MCMPRequest
MCMPRequestFactory. createPingRequest(String jvmRoute)
Creates an PING MCMP request for the node configured with the specified jvm route.MCMPRequest
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.MCMPRequest
MCMPRequestFactory. createRemoveContextRequest(String jvmRoute, Set<String> aliases, String path)
Create a REMOVE-APP request using the specified jvm route, aliases, and context path.MCMPRequest
MCMPRequestFactory. createRemoveEngineRequest(String jvmRoute)
Create a REMOVE-APP * request using the specified jvm route.MCMPRequest
MCMPRequestFactory. createRemoveRequest(Context context)
Creates an REMOVE-APP MCMP request for the specified context.MCMPRequest
MCMPRequestFactory. createRemoveRequest(Engine engine)
Creates an REMOVE-APP * MCMP request for the specified engine.MCMPRequest
MCMPRequestFactory. createStatusRequest(String jvmRoute, int lbf)
Creates an STATUS MCMP request using the specified jvmRoute and load balance factor.MCMPRequest
MCMPRequestFactory. createStopRequest(Context context)
Creates an STOP-APP MCMP request for the specified context.MCMPRequest
MCMPRequestFactory. createStopRequest(Engine engine)
Creates an STOP-APP * MCMP request for the specified engine.Methods in org.jboss.modcluster.mcmp that return types with arguments of type MCMPRequest Modifier and Type Method Description List<MCMPRequest>
ResetRequestSource. 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.Methods in org.jboss.modcluster.mcmp with parameters of type MCMPRequest Modifier and Type Method Description Map<MCMPServerState,String>
MCMPHandler. sendRequest(MCMPRequest request)
Send a request to all healthy proxies.Method parameters in org.jboss.modcluster.mcmp with type arguments of type MCMPRequest Modifier and Type Method Description Map<MCMPServerState,List<String>>
MCMPHandler. 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
Classes in org.jboss.modcluster.mcmp.impl that implement MCMPRequest Modifier and Type Class Description class
DefaultMCMPRequest
Encapsulates the parameters for a request over MCMP.Methods in org.jboss.modcluster.mcmp.impl that return MCMPRequest Modifier and Type Method Description MCMPRequest
DefaultMCMPRequestFactory. createConfigRequest(Engine engine, NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig)
MCMPRequest
DefaultMCMPRequestFactory. createDisableRequest(Context context)
MCMPRequest
DefaultMCMPRequestFactory. createDisableRequest(Engine engine)
MCMPRequest
DefaultMCMPRequestFactory. createDumpRequest()
MCMPRequest
DefaultMCMPRequestFactory. createEnableRequest(Context context)
MCMPRequest
DefaultMCMPRequestFactory. createEnableRequest(Engine engine)
MCMPRequest
DefaultMCMPRequestFactory. createInfoRequest()
MCMPRequest
DefaultMCMPRequestFactory. createPingRequest()
MCMPRequest
DefaultMCMPRequestFactory. createPingRequest(String jvmRoute)
MCMPRequest
DefaultMCMPRequestFactory. createPingRequest(String scheme, String host, int port)
MCMPRequest
DefaultMCMPRequestFactory. createRemoveContextRequest(String jvmRoute, Set<String> aliases, String path)
MCMPRequest
DefaultMCMPRequestFactory. createRemoveEngineRequest(String jvmRoute)
MCMPRequest
DefaultMCMPRequestFactory. createRemoveRequest(Context context)
MCMPRequest
DefaultMCMPRequestFactory. createRemoveRequest(Engine engine)
MCMPRequest
DefaultMCMPRequestFactory. createStatusRequest(String jvmRoute, int lbf)
MCMPRequest
DefaultMCMPRequestFactory. createStopRequest(Context context)
MCMPRequest
DefaultMCMPRequestFactory. createStopRequest(Engine engine)
Methods in org.jboss.modcluster.mcmp.impl that return types with arguments of type MCMPRequest Modifier and Type Method Description List<MCMPRequest>
ResetRequestSourceImpl. getResetRequests(Map<String,Set<ResetRequestSource.VirtualHost>> response)
Methods in org.jboss.modcluster.mcmp.impl with parameters of type MCMPRequest Modifier and Type Method Description Map<MCMPServerState,String>
DefaultMCMPHandler. sendRequest(MCMPRequest request)
Method parameters in org.jboss.modcluster.mcmp.impl with type arguments of type MCMPRequest Modifier and Type Method Description Map<MCMPServerState,List<String>>
DefaultMCMPHandler. sendRequests(List<MCMPRequest> requests)
-