Interface ICacheEvent<K>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CacheEvent
Defines the common fields required by a cache event.
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
void
setEventName
(String eventName) void
void
setOptionalDetails
(String optionalDetails) void
void
-
Method Details
-
setSource
- Parameters:
source
- the source to set
-
getSource
- Returns:
- the source
-
setRegion
- Parameters:
region
- the region to set
-
getRegion
- Returns:
- the region
-
setEventName
- Parameters:
eventName
- the eventName to set
-
getEventName
- Returns:
- the eventName
-
setOptionalDetails
- Parameters:
optionalDetails
- the optionalDetails to set
-
getOptionalDetails
- Returns:
- the optionalDetails
-
setKey
- Parameters:
key
- the key to set
-
getKey
- Returns:
- the key
-