Uses of Package
org.infinispan.notifications.cachelistener.event

Packages that use org.infinispan.notifications.cachelistener.event
org.infinispan.affinity   
org.infinispan.cdi.event.cache This package contains the adapters making the bridge between Infinispan cache events and CDI. 
org.infinispan.container.versioning   
org.infinispan.demo Classes, programs and applications that help demonstrate how Infinispan can be used. 
org.infinispan.demo.nearcache.server   
org.infinispan.jcache   
org.infinispan.notifications.cachelistener.event   
org.infinispan.server.websocket   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction JTA transaction support. 
 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.affinity
TopologyChangedEvent
          The event passed in to methods annotated with TopologyChanged.
 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.cdi.event.cache
CacheEntryActivatedEvent
          This event subtype is passed in to any method annotated with CacheEntryActivated.
CacheEntryCreatedEvent
          This event subtype is passed in to any method annotated with CacheEntryCreated.
CacheEntryEvictedEvent
          Deprecated. Note that this interface will be removed in Infinispan 6.0
CacheEntryInvalidatedEvent
          Notifies a listener of an invalidation event.
CacheEntryLoadedEvent
          This event subtype is passed in to any method annotated with CacheEntryLoaded.
CacheEntryModifiedEvent
          This event subtype is passed in to any method annotated with CacheEntryModified

The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event in question.

CacheEntryPassivatedEvent
          This event subtype is passed in to any method annotated with CacheEntryPassivated.
CacheEntryRemovedEvent
          This event subtype is passed in to any method annotated with CacheEntryRemoved.
CacheEntryVisitedEvent
          This event subtype is passed in to any method annotated with CacheEntryVisited.
Event
          An interface that defines common characteristics of events
TransactionCompletedEvent
          This event is passed in to any method annotated with TransactionCompleted.
TransactionRegisteredEvent
          This event is passed in to any method annotated with TransactionRegistered.
 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.container.versioning
TopologyChangedEvent
          The event passed in to methods annotated with TopologyChanged.
 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.demo
Event
          An interface that defines common characteristics of events
 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.demo.nearcache.server
CacheEntryEvent
          A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
CacheEntryModifiedEvent
          This event subtype is passed in to any method annotated with CacheEntryModified

The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event in question.

 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.jcache
CacheEntryCreatedEvent
          This event subtype is passed in to any method annotated with CacheEntryCreated.
CacheEntryModifiedEvent
          This event subtype is passed in to any method annotated with CacheEntryModified

The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event in question.

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

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.notifications.cachelistener.event
CacheEntriesEvictedEvent
          This event subtype is passed in to any method annotated with CacheEntriesEvicted.
CacheEntryActivatedEvent
          This event subtype is passed in to any method annotated with CacheEntryActivated.
CacheEntryCreatedEvent
          This event subtype is passed in to any method annotated with CacheEntryCreated.
CacheEntryEvent
          A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
CacheEntryEvictedEvent
          Deprecated. Note that this interface will be removed in Infinispan 6.0
CacheEntryInvalidatedEvent
          Notifies a listener of an invalidation event.
CacheEntryLoadedEvent
          This event subtype is passed in to any method annotated with CacheEntryLoaded.
CacheEntryModifiedEvent
          This event subtype is passed in to any method annotated with CacheEntryModified

The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event in question.

CacheEntryPassivatedEvent
          This event subtype is passed in to any method annotated with CacheEntryPassivated.
CacheEntryRemovedEvent
          This event subtype is passed in to any method annotated with CacheEntryRemoved.
CacheEntryVisitedEvent
          This event subtype is passed in to any method annotated with CacheEntryVisited.
DataRehashedEvent
          An event passed in to methods annotated with DataRehashed.
Event
          An interface that defines common characteristics of events
Event.Type
           
EventImpl
          Basic implementation of an event that covers all event types.
TopologyChangedEvent
          The event passed in to methods annotated with TopologyChanged.
TransactionalEvent
          An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely.
TransactionCompletedEvent
          This event is passed in to any method annotated with TransactionCompleted.
TransactionRegisteredEvent
          This event is passed in to any method annotated with TransactionRegistered.
 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.server.websocket
CacheEntryCreatedEvent
          This event subtype is passed in to any method annotated with CacheEntryCreated.
CacheEntryModifiedEvent
          This event subtype is passed in to any method annotated with CacheEntryModified

The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event in question.

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

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.statetransfer
TopologyChangedEvent
          The event passed in to methods annotated with TopologyChanged.
 

Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.transaction
TopologyChangedEvent
          The event passed in to methods annotated with TopologyChanged.
 


-->

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