Uses of Class
com.opensymphony.oscache.base.events.ScopeEventType

Packages that use ScopeEventType
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
 

Uses of ScopeEventType in com.opensymphony.oscache.base.events
 

Fields in com.opensymphony.oscache.base.events declared as ScopeEventType
static ScopeEventType ScopeEventType.ALL_SCOPES_FLUSHED
          Specifies an event type for the all scope flushed event.
static ScopeEventType ScopeEventType.SCOPE_FLUSHED
          Specifies an event type for the flushing of a specific scope.
 

Methods in com.opensymphony.oscache.base.events that return ScopeEventType
 ScopeEventType ScopeEvent.getEventType()
          Retrieve the type of the event.
 

Constructors in com.opensymphony.oscache.base.events with parameters of type ScopeEventType
ScopeEvent(ScopeEventType eventType, int scope, Date date)
          Constructs a scope event object with no specified origin.
ScopeEvent(ScopeEventType eventType, int scope, Date date, String origin)
          Constructs a scope event object.
 


OSCache Project Page