org.infinispan.notifications.cachelistener.event
Interface CacheEntryEvent

All Superinterfaces:
Event, TransactionalEvent
All Known Subinterfaces:
CacheEntryActivatedEvent, CacheEntryCreatedEvent, CacheEntryEvictedEvent, CacheEntryInvalidatedEvent, CacheEntryLoadedEvent, CacheEntryModifiedEvent, CacheEntryPassivatedEvent, CacheEntryRemovedEvent, CacheEntryVisitedEvent
All Known Implementing Classes:
EventImpl

public interface CacheEntryEvent
extends TransactionalEvent

A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.

Since:
4.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
 
Method Summary
 Object getKey()
           
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
getGlobalTransaction, isOriginLocal
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event
getCache, getType, isPre
 

Method Detail

getKey

Object getKey()
Returns:
the key to the affected cache entry.

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.