com.opensymphony.oscache.base.events
Class ScopeEventType

java.lang.Object
  extended by com.opensymphony.oscache.base.events.ScopeEventType

public final class ScopeEventType
extends Object

This is an enumeration of all the possible events that may occur at the scope level. Scope-level events are only relevant to the ServletCacheAdministrator.

Version:
$Revision: 1.1 $
Author:
Francois Beauregard

Field Summary
static ScopeEventType ALL_SCOPES_FLUSHED
          Specifies an event type for the all scope flushed event.
static ScopeEventType SCOPE_FLUSHED
          Specifies an event type for the flushing of a specific scope.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_SCOPES_FLUSHED

public static ScopeEventType ALL_SCOPES_FLUSHED
Specifies an event type for the all scope flushed event.


SCOPE_FLUSHED

public static ScopeEventType SCOPE_FLUSHED
Specifies an event type for the flushing of a specific scope.


OSCache Project Page