Package org.apache.openjpa.event
Class BrokerFactoryEventManager
- java.lang.Object
-
- org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
- org.apache.openjpa.event.BrokerFactoryEventManager
-
- All Implemented Interfaces:
java.io.Serializable,EventManager
public class BrokerFactoryEventManager extends AbstractConcurrentEventManager
EventManagerresponsible for notifying listeners ofBrokerFactoryEvents.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
_listeners
-
-
Constructor Summary
Constructors Constructor Description BrokerFactoryEventManager(Configuration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfireEvent(java.lang.Object event, java.lang.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
-
-
-
-
Constructor Detail
-
BrokerFactoryEventManager
public BrokerFactoryEventManager(Configuration conf)
-
-
Method Detail
-
fireEvent
protected void fireEvent(java.lang.Object event, java.lang.Object listener)Description copied from class:AbstractConcurrentEventManagerImplement this method to fire the given event to the given listener.- Specified by:
fireEventin classAbstractConcurrentEventManager
-
-