Uses of Interface
org.jboss.modcluster.mcmp.MCMPServerState
-
Packages that use MCMPServerState Package Description org.jboss.modcluster.mcmp org.jboss.modcluster.mcmp.impl -
-
Uses of MCMPServerState in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp that return types with arguments of type MCMPServerState Modifier and Type Method Description Set<MCMPServerState>MCMPHandler. getProxyStates()Get the state of all proxiesMap<MCMPServerState,String>MCMPHandler. sendRequest(MCMPRequest request)Send a request to all healthy proxies.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 MCMPServerState in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl that return types with arguments of type MCMPServerState Modifier and Type Method Description Set<MCMPServerState>DefaultMCMPHandler. getProxyStates()Map<MCMPServerState,String>DefaultMCMPHandler. sendRequest(MCMPRequest request)Map<MCMPServerState,List<String>>DefaultMCMPHandler. sendRequests(List<MCMPRequest> requests)
-