| java.lang.Object org.apache.cocoon.caching.validity.Event
All known Subclasses: org.apache.cocoon.caching.validity.NameValueEvent, org.apache.cocoon.caching.validity.NamedEvent,
Event | abstract public class Event implements Serializable(Code) | | Base class encapsulating the information about an external
uncache event.
author: Geoff Howard (ghoward@apache.org) version: $Id: Event.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
abstract public boolean | equals(Event e) Used by EventValidity for equals(Object o) which
is important for determining whether a received event
should uncache a held Pipeline key.
Parameters: e - Another Event to compare. | public boolean | equals(Object o) | abstract public int | hashCode() This hash code is the only way the system can locate
matching Events when a new event notification is received. |
equals | abstract public boolean equals(Event e)(Code) | | Used by EventValidity for equals(Object o) which
is important for determining whether a received event
should uncache a held Pipeline key.
Parameters: e - Another Event to compare. true if |
hashCode | abstract public int hashCode()(Code) | | This hash code is the only way the system can locate
matching Events when a new event notification is received.
|
|
|