Uses of Class
org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
-
Packages that use AbstractListenerImpl.AbstractInvocationBuilder Package Description org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachemanagerlistener CacheManager
-specific notifications and eventing.org.infinispan.notifications.impl -
-
Uses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.cachelistener
Subclasses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.cachelistener Modifier and Type Class Description protected class
CacheNotifierImpl.CacheInvocationBuilder
protected class
CacheNotifierImpl.DelegatingCacheInvocationBuilder
-
Uses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.cachemanagerlistener
Subclasses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.cachemanagerlistener Modifier and Type Class Description protected class
CacheManagerNotifierImpl.DefaultBuilder
-
Uses of AbstractListenerImpl.AbstractInvocationBuilder in org.infinispan.notifications.impl
Methods in org.infinispan.notifications.impl that return AbstractListenerImpl.AbstractInvocationBuilder Modifier and Type Method Description AbstractListenerImpl.AbstractInvocationBuilder
AbstractListenerImpl.AbstractInvocationBuilder. setAnnotation(Class<? extends Annotation> annotation)
AbstractListenerImpl.AbstractInvocationBuilder
AbstractListenerImpl.AbstractInvocationBuilder. setClassLoader(ClassLoader classLoader)
AbstractListenerImpl.AbstractInvocationBuilder
AbstractListenerImpl.AbstractInvocationBuilder. setMethod(Method method)
AbstractListenerImpl.AbstractInvocationBuilder
AbstractListenerImpl.AbstractInvocationBuilder. setSubject(Subject subject)
AbstractListenerImpl.AbstractInvocationBuilder
AbstractListenerImpl.AbstractInvocationBuilder. setSync(boolean sync)
AbstractListenerImpl.AbstractInvocationBuilder
AbstractListenerImpl.AbstractInvocationBuilder. setTarget(Object target)
Methods in org.infinispan.notifications.impl with parameters of type AbstractListenerImpl.AbstractInvocationBuilder Modifier and Type Method Description protected boolean
AbstractListenerImpl. validateAndAddFilterListenerInvocations(Object listener, AbstractListenerImpl.AbstractInvocationBuilder builder, Set<Class<? extends Annotation>> filterAnnotations)
protected boolean
AbstractListenerImpl. validateAndAddListenerInvocations(Object listener, AbstractListenerImpl.AbstractInvocationBuilder builder)
Loops through all valid methods on the object passed in, and caches the relevant methods asListenerInvocation
for invocation by reflection.
-