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 |
---|
ListenerInvocation(Object target,
Method method,
boolean sync,
boolean onlyPrimary,
KeyFilter filter,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void |
invoke(Object event) |
void |
invoke(Object event,
boolean isLocalNodePrimaryOwner) |
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 ListenerInvocation(Object target, Method method, boolean sync, boolean onlyPrimary, KeyFilter filter, ClassLoader classLoader)
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.