Class AbstractListenerImpl.AbstractInvocationBuilder
java.lang.Object
org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- Direct Known Subclasses:
CacheManagerNotifierImpl.DefaultBuilder,CacheNotifierImpl.CacheInvocationBuilder
- Enclosing class:
- AbstractListenerImpl<T,
L extends ListenerInvocation<T>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<? extends Annotation>protected ClassLoaderprotected Methodprotected Subjectprotected booleanprotected Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Lbuild()booleanisSync()setAnnotation(Class<? extends Annotation> annotation) setClassLoader(ClassLoader classLoader) setSubject(Subject subject) setSync(boolean sync)
-
Field Details
-
target
-
method
-
annotation
-
sync
protected boolean sync -
classLoader
-
subject
-
-
Constructor Details
-
AbstractInvocationBuilder
protected AbstractInvocationBuilder()
-
-
Method Details
-
getTarget
-
getMethod
-
setAnnotation
public AbstractListenerImpl<T,L>.AbstractInvocationBuilder setAnnotation(Class<? extends Annotation> annotation) -
isSync
public boolean isSync() -
getClassLoader
-
getSubject
-
setTarget
-
setMethod
-
setSync
-
setClassLoader
-
setSubject
-
build
-