Package org.jboss.modcluster.mcmp
Interface ResetRequestSource
- All Known Implementing Classes:
 ResetRequestSourceImpl
public interface ResetRequestSource
Source for a list of requests that should be sent to an httpd-side mod_cluster instance when an 
MCMPHandler
 determines that the httpd-side state needs to be reset.- Author:
 - Brian Stansberry
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic interface - 
Method Summary
Modifier and TypeMethodDescriptiongetResetRequests(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 Details
- 
init
 - 
getResetRequests
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. 
 
 -