protected abstract class AbstractListenerImpl.AbstractInvocationBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<? extends Annotation> |
annotation |
protected ClassLoader |
classLoader |
protected Method |
method |
protected Subject |
subject |
protected boolean |
sync |
protected Object |
target |
Modifier | Constructor and Description |
---|---|
protected |
AbstractInvocationBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract L |
build() |
ClassLoader |
getClassLoader() |
Method |
getMethod() |
Subject |
getSubject() |
Object |
getTarget() |
boolean |
isSync() |
AbstractListenerImpl.AbstractInvocationBuilder |
setAnnotation(Class<? extends Annotation> annotation) |
AbstractListenerImpl.AbstractInvocationBuilder |
setClassLoader(ClassLoader classLoader) |
AbstractListenerImpl.AbstractInvocationBuilder |
setMethod(Method method) |
AbstractListenerImpl.AbstractInvocationBuilder |
setSubject(Subject subject) |
AbstractListenerImpl.AbstractInvocationBuilder |
setSync(boolean sync) |
AbstractListenerImpl.AbstractInvocationBuilder |
setTarget(Object target) |
protected Object target
protected Method method
protected Class<? extends Annotation> annotation
protected boolean sync
protected ClassLoader classLoader
protected Subject subject
public Object getTarget()
public Method getMethod()
public AbstractListenerImpl.AbstractInvocationBuilder setAnnotation(Class<? extends Annotation> annotation)
public boolean isSync()
public ClassLoader getClassLoader()
public Subject getSubject()
public AbstractListenerImpl.AbstractInvocationBuilder setTarget(Object target)
public AbstractListenerImpl.AbstractInvocationBuilder setMethod(Method method)
public AbstractListenerImpl.AbstractInvocationBuilder setSync(boolean sync)
public AbstractListenerImpl.AbstractInvocationBuilder setClassLoader(ClassLoader classLoader)
public AbstractListenerImpl.AbstractInvocationBuilder setSubject(Subject subject)
public abstract L build()
Copyright © 2021 JBoss by Red Hat. All rights reserved.