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