Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.notifications
Class AbstractListenerImpl.ListenerInvocation

java.lang.Object
  extended by org.infinispan.notifications.AbstractListenerImpl.ListenerInvocation
Enclosing class:
AbstractListenerImpl

protected class AbstractListenerImpl.ListenerInvocation
extends Object

Class that encapsulates a valid invocation for a given registered listener - containing a reference to the method to be invoked as well as the target object.


Field Summary
 ClassLoader classLoader
           
 Method method
           
 boolean sync
           
 Object target
           
 
Constructor Summary
AbstractListenerImpl.ListenerInvocation(Object target, Method method, boolean sync, ClassLoader classLoader)
           
 
Method Summary
 void invoke(Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public final Object target

method

public final Method method

sync

public final boolean sync

classLoader

public final ClassLoader classLoader
Constructor Detail

AbstractListenerImpl.ListenerInvocation

public AbstractListenerImpl.ListenerInvocation(Object target,
                                               Method method,
                                               boolean sync,
                                               ClassLoader classLoader)
Method Detail

invoke

public void invoke(Object event)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.