org.apache.jcs.engine.logging.behavior
Interface ICacheEvent
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- CacheEvent
public interface ICacheEvent
- extends java.io.Serializable
Defines the common fields required by a cache event.
setSource
void setSource(java.lang.String source)
- Parameters:
source
- the source to set
getSource
java.lang.String getSource()
- Returns:
- the source
setRegion
void setRegion(java.lang.String region)
- Parameters:
region
- the region to set
getRegion
java.lang.String getRegion()
- Returns:
- the region
setEventName
void setEventName(java.lang.String eventName)
- Parameters:
eventName
- the eventName to set
getEventName
java.lang.String getEventName()
- Returns:
- the eventName
setOptionalDetails
void setOptionalDetails(java.lang.String optionalDetails)
- Parameters:
optionalDetails
- the optionalDetails to set
getOptionalDetails
java.lang.String getOptionalDetails()
- Returns:
- the optionalDetails
setKey
void setKey(java.io.Serializable key)
- Parameters:
key
- the key to set
getKey
java.io.Serializable getKey()
- Returns:
- the key
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.