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: 387 $
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.
 
Constructor Summary
private ScopeEventType()
          Private constructor to ensure that no object of that type are created externally.
 
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 final ScopeEventType ALL_SCOPES_FLUSHED
Specifies an event type for the all scope flushed event.


SCOPE_FLUSHED

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

Constructor Detail

ScopeEventType

private ScopeEventType()
Private constructor to ensure that no object of that type are created externally.



Copyright © 2011 OpenSymphony. All Rights Reserved.