org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface WindowContextQuotaHandler

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultWindowContextQuotaHandler

public interface WindowContextQuotaHandler
extends Serializable

Author:
Gerhard Petracek

Method Summary
 boolean checkQuota(int activeWindowContextCount)
           
 void handleQuotaViolation()
           
 

Method Detail

checkQuota

boolean checkQuota(int activeWindowContextCount)

handleQuotaViolation

void handleQuotaViolation()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.