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
EventManager
responsible for notifying listeners ofBrokerFactoryEvent
s.- 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 void
fireEvent(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:AbstractConcurrentEventManager
Implement this method to fire the given event to the given listener.- Specified by:
fireEvent
in classAbstractConcurrentEventManager
-
-