Uses of Interface
org.jboss.modcluster.mcmp.MCMPServerState
Packages that use MCMPServerState
-
Uses of MCMPServerState in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return types with arguments of type MCMPServerStateModifier and TypeMethodDescriptionMCMPHandler.getProxyStates()
Get the state of all proxiesMCMPHandler.sendRequest
(MCMPRequest request) Send a request to all healthy proxies.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 MCMPServerState in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl that return types with arguments of type MCMPServerStateModifier and TypeMethodDescriptionDefaultMCMPHandler.getProxyStates()
DefaultMCMPHandler.sendRequest
(MCMPRequest request) DefaultMCMPHandler.sendRequests
(List<MCMPRequest> requests)