Uses of Class
org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
Packages that use AbstractListenerImpl.AbstractInvocationBuilder
Package
Description
Cache
-specific notifications and eventing.invalid reference
CacheManager
-
Uses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.cachelistener
Subclasses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.cachelistenerModifier and TypeClassDescriptionprotected class
protected class
-
Uses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.cachemanagerlistener
-
Uses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.impl
Methods in org.infinispan.notifications.impl that return AbstractListenerImpl.AbstractInvocationBuilderModifier and TypeMethodDescriptionAbstractListenerImpl.AbstractInvocationBuilder.setAnnotation
(Class<? extends Annotation> annotation) AbstractListenerImpl.AbstractInvocationBuilder.setClassLoader
(ClassLoader classLoader) AbstractListenerImpl.AbstractInvocationBuilder.setSubject
(Subject subject) AbstractListenerImpl.AbstractInvocationBuilder.setSync
(boolean sync) Methods in org.infinispan.notifications.impl with parameters of type AbstractListenerImpl.AbstractInvocationBuilderModifier and TypeMethodDescriptionprotected boolean
AbstractListenerImpl.validateAndAddFilterListenerInvocations
(Object listener, AbstractListenerImpl<T, L>.AbstractInvocationBuilder builder, Set<Class<? extends Annotation>> filterAnnotations) protected boolean
AbstractListenerImpl.validateAndAddListenerInvocations
(Object listener, AbstractListenerImpl<T, L>.AbstractInvocationBuilder builder) Loops through all valid methods on the object passed in, and caches the relevant methods asListenerInvocation
for invocation by reflection.