protected class AbstractListenerImpl.ListenerInvocation extends Object
Modifier and Type | Field and Description |
---|---|
WeakReference<ClassLoader> |
classLoader |
KeyFilter |
filter |
Method |
method |
boolean |
onlyPrimary |
boolean |
sync |
Object |
target |
Constructor and Description |
---|
AbstractListenerImpl.ListenerInvocation(Object target,
Method method,
boolean sync,
boolean onlyPrimary,
KeyFilter filter,
ClassLoader classLoader) |
public final Object target
public final Method method
public final boolean sync
public final boolean onlyPrimary
public final WeakReference<ClassLoader> classLoader
public final KeyFilter filter
public AbstractListenerImpl.ListenerInvocation(Object target, Method method, boolean sync, boolean onlyPrimary, KeyFilter filter, ClassLoader classLoader)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.