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 classCacheNotifierImpl.CacheInvocationBuilderprotected classCacheNotifierImpl.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 classCacheManagerNotifierImpl.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.AbstractInvocationBuilderAbstractListenerImpl.AbstractInvocationBuilder. setAnnotation(Class<? extends Annotation> annotation)AbstractListenerImpl.AbstractInvocationBuilderAbstractListenerImpl.AbstractInvocationBuilder. setClassLoader(ClassLoader classLoader)AbstractListenerImpl.AbstractInvocationBuilderAbstractListenerImpl.AbstractInvocationBuilder. setMethod(Method method)AbstractListenerImpl.AbstractInvocationBuilderAbstractListenerImpl.AbstractInvocationBuilder. setSubject(Subject subject)AbstractListenerImpl.AbstractInvocationBuilderAbstractListenerImpl.AbstractInvocationBuilder. setSync(boolean sync)AbstractListenerImpl.AbstractInvocationBuilderAbstractListenerImpl.AbstractInvocationBuilder. setTarget(Object target)Methods in org.infinispan.notifications.impl with parameters of type AbstractListenerImpl.AbstractInvocationBuilder Modifier and Type Method Description protected booleanAbstractListenerImpl. validateAndAddFilterListenerInvocations(Object listener, AbstractListenerImpl.AbstractInvocationBuilder builder, Set<Class<? extends Annotation>> filterAnnotations)protected booleanAbstractListenerImpl. validateAndAddListenerInvocations(Object listener, AbstractListenerImpl.AbstractInvocationBuilder builder)Loops through all valid methods on the object passed in, and caches the relevant methods asListenerInvocationfor invocation by reflection.
-