Package org.jboss.modcluster.config
Interface SessionDrainingStrategy
- All Known Implementing Classes:
SessionDrainingStrategyEnum
public interface SessionDrainingStrategy
Defines the strategy for draining sessions from a context
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
isEnabled
Indicates whether or not to drain sessions prior to stopping the specified context.- Parameters:
context
- a web application context- Returns:
- true, if sessions draining is enabled, false otherwise
-