org.apache.openjpa.event
Class BrokerFactoryEventManager

java.lang.Object
  extended by org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
      extended by org.apache.openjpa.event.BrokerFactoryEventManager
All Implemented Interfaces:
Serializable, EventManager

public class BrokerFactoryEventManager
extends AbstractConcurrentEventManager

EventManager responsible for notifying listeners of BrokerFactoryEvents.

Since:
1.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
_listeners
 
Constructor Summary
BrokerFactoryEventManager(Configuration conf)
           
 
Method Summary
protected  void fireEvent(Object event, Object listener)
          Implement this method to fire the given event to the given listener.
 
Methods inherited from class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
addListener, fireEvent, getListeners, hasListener, hasListeners, isFailFast, newListenerCollection, removeListener, setFailFast
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerFactoryEventManager

public BrokerFactoryEventManager(Configuration conf)
Method Detail

fireEvent

protected void fireEvent(Object event,
                         Object listener)
Description copied from class: AbstractConcurrentEventManager
Implement this method to fire the given event to the given listener.

Specified by:
fireEvent in class AbstractConcurrentEventManager


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.