org.apache.openejb.observer
Class ObserverManager.InvocationList

java.lang.Object
  extended by org.apache.openejb.observer.ObserverManager.InvocationList
All Implemented Interfaces:
ObserverManager.Invocation
Enclosing class:
ObserverManager

public static class ObserverManager.InvocationList
extends Object
implements ObserverManager.Invocation


Constructor Summary
ObserverManager.InvocationList()
           
 
Method Summary
 boolean add(ObserverManager.Invocation invocation)
           
 List<ObserverManager.Invocation> getInvocations()
           
 void invoke(Object event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObserverManager.InvocationList

public ObserverManager.InvocationList()
Method Detail

add

public boolean add(ObserverManager.Invocation invocation)

getInvocations

public List<ObserverManager.Invocation> getInvocations()

invoke

public void invoke(Object event)
Specified by:
invoke in interface ObserverManager.Invocation


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.