Package org.jboss.modcluster.mcmp
Interface ResetRequestSource
-
- All Known Implementing Classes:
ResetRequestSourceImpl
public interface ResetRequestSourceSource for a list of requests that should be sent to an httpd-side mod_cluster instance when anMCMPHandlerdetermines that the httpd-side state needs to be reset.- Author:
- Brian Stansberry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResetRequestSource.Statusstatic interfaceResetRequestSource.VirtualHost
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MCMPRequest>getResetRequests(Map<String,Set<ResetRequestSource.VirtualHost>> response)Gets a list of requests that should be sent to an httpd-side mod_cluster instance when anMCMPHandlerdetermines that its state needs to be reset.voidinit(Server server, ContextFilter contextFilter)
-
-
-
Method Detail
-
init
void init(Server server, ContextFilter contextFilter)
-
getResetRequests
List<MCMPRequest> getResetRequests(Map<String,Set<ResetRequestSource.VirtualHost>> response)
Gets a list of requests that should be sent to an httpd-side mod_cluster instance when anMCMPHandlerdetermines that its state needs to be reset.- Parameters:
response- a parsed INFO-RSP, expressed as a map of virtual hosts per jvmRoute- Returns:
- a list of requests. Will not return
null.
-
-