public interface WindowContextQuotaHandler extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
handleQuotaViolation()
Handles a quota violation if #checkQuota returned true and the cleanup couldn't remove an old context
|
boolean |
isWindowContextQuotaViolated(int activeWindowContextCount)
Checks if the count of the currently active window-contexts is too high
|
boolean isWindowContextQuotaViolated(int activeWindowContextCount)
activeWindowContextCount
- current window-context countvoid handleQuotaViolation()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.