org.infinispan.notifications.cachelistener.event
Interface CacheEntryEvictedEvent<K,V>

All Superinterfaces:
CacheEntryEvent<K,V>, Event<K,V>, TransactionalEvent<K,V>
All Known Implementing Classes:
EventImpl

Deprecated. Note that this interface will be removed in Infinispan 6.0

@Deprecated
public interface CacheEntryEvictedEvent<K,V>
extends CacheEntryEvent<K,V>

This event subtype is passed in to any method annotated with CacheEntriesEvicted.

Author:
Manik Surtani, Galder ZamarreƱo
See Also:
CacheEntriesEvicted

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
 
Method Summary
 V getValue()
          Deprecated. Retrieves the value of the entry being evicted.
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
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

getValue

V getValue()
Deprecated. 
Retrieves the value of the entry being evicted.

Returns:
the value of the entry being evicted.

-->

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