|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheEventListenerConfiguration
Configuration contract for setting up CacheEvent
system in a cache.
Method Summary | |
---|---|
java.util.EnumSet<EventType> |
fireOn()
Indicates on which EventType an event has to be fired |
EventFiring |
firingMode()
Indicates which firing mode to use |
EventOrdering |
orderingMode()
Indicates which ordering mode to use |
Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration |
---|
getServiceType |
Method Detail |
---|
EventFiring firingMode()
firing mode
to use
EventOrdering orderingMode()
ordering mode
to use
java.util.EnumSet<EventType> fireOn()
EventType
an event has to be fired
EventType
to fire on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |