| java.lang.Object com.opensymphony.oscache.base.events.CacheEvent com.opensymphony.oscache.base.events.ScopeEvent
ScopeEvent | final public class ScopeEvent extends CacheEvent (Code) | | A ScopeEvent is created when an event occurs across one or all scopes.
This type of event is only applicable to the ServletCacheAdministrator .
version: $Revision: 254 $ author: Francois Beauregard |
ScopeEvent | public ScopeEvent(ScopeEventType eventType, int scope, Date date)(Code) | | Constructs a scope event object with no specified origin.
Parameters: eventType - Type of the event. Parameters: scope - Scope that applies to the event. Parameters: date - Date that the event applies to. |
ScopeEvent | public ScopeEvent(ScopeEventType eventType, int scope, Date date, String origin)(Code) | | Constructs a scope event object.
Parameters: eventType - Type of the event. Parameters: scope - Scope that applies to the event. Parameters: date - Date that the event applies to. Parameters: origin - The origin of this event. |
getDate | public Date getDate()(Code) | | Retrieve the event date
|
getScope | public int getScope()(Code) | | Retrieve the scope that applies to the event.
|
Methods inherited from com.opensymphony.oscache.base.events.CacheEvent | public String getOrigin()(Code)(Java Doc)
|
|
|