|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
com.opensymphony.oscache.web | Provides classes and interfaces that make up the base of OSCache's web application support. |
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. |
private ScopeEventType |
ScopeEvent.eventType
Type of the 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. |
Uses of ScopeEventType in com.opensymphony.oscache.web |
---|
Methods in com.opensymphony.oscache.web with parameters of type ScopeEventType | |
---|---|
private void |
ServletCacheAdministrator.dispatchScopeEvent(ScopeEventType eventType,
int scope,
Date date,
String origin)
Dispatch a scope event to all registered listeners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |