Uses of Interface
org.infinispan.notifications.impl.ListenerInvocation
Packages that use ListenerInvocation
Package
Description
Cache-specific notifications and eventing.Cache-specific notifications and eventing filtering classes.CacheManager-specific notifications and eventing.-
Uses of ListenerInvocation in org.infinispan.notifications.cachelistener
Subinterfaces of ListenerInvocation in org.infinispan.notifications.cachelistenerModifier and TypeInterfaceDescriptioninterfaceAdditional listener methods specific to caches.Classes in org.infinispan.notifications.cachelistener that implement ListenerInvocationModifier and TypeClassDescriptionprotected classprotected classThis class is to be used with cluster listener invocations only when they have included current state.Fields in org.infinispan.notifications.cachelistener declared as ListenerInvocationModifier and TypeFieldDescriptionprotected final ListenerInvocation<Event<K,V>> CacheNotifierImpl.BaseCacheEntryListenerInvocation.invocationMethods in org.infinispan.notifications.cachelistener with parameters of type ListenerInvocationModifier and TypeMethodDescriptionbooleanQueueingSegmentListener.handleEvent(EventWrapper<K, V, E> wrapper, ListenerInvocation<Event<K, V>> invocation) This should be called by any listener when an event is generated to possibly queue it.Constructors in org.infinispan.notifications.cachelistener with parameters of type ListenerInvocationModifierConstructorDescriptionprotectedBaseCacheEntryListenerInvocation(EncoderRegistry encoderRegistry, ListenerInvocation<Event<K, V>> invocation, CacheEventFilter<? super K, ? super V> filter, CacheEventConverter<? super K, ? super V, ?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, boolean clustered, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat) ClusteredListenerInvocation(EncoderRegistry encoderRegistry, ListenerInvocation<Event<K, V>> invocation, QueueingSegmentListener<K, V, CacheEntryEvent<K, V>> handler, CacheEventFilter<? super K, ? super V> filter, CacheEventConverter<? super K, ? super V, ?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat) -
Uses of ListenerInvocation in org.infinispan.notifications.cachelistener.filter
Classes in org.infinispan.notifications.cachelistener.filter that implement ListenerInvocationModifier and TypeClassDescriptionclassA wrapper around aCacheEntryListenerInvocationthat keeps a reference to theFilterIndexingServiceProviderinstance that handles this invocation. -
Uses of ListenerInvocation in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener that return ListenerInvocation -
Uses of ListenerInvocation in org.infinispan.notifications.impl
Classes in org.infinispan.notifications.impl with type parameters of type ListenerInvocationModifier and TypeClassDescriptionclassAbstractListenerImpl<T,L extends ListenerInvocation<T>> Functionality common to bothCacheManagerNotifierImplandCacheNotifierImplClasses in org.infinispan.notifications.impl that implement ListenerInvocationModifier and TypeClassDescriptionprotected classClass that encapsulates a valid invocation for a given registered listener - containing a reference to the method to be invoked as well as the target object.