|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
org.apache.openjpa.event.BrokerFactoryEventManager
public class BrokerFactoryEventManager
EventManager
responsible for notifying listeners of
BrokerFactoryEvent
s.
Field Summary |
---|
Fields inherited from class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager |
---|
_listeners |
Constructor Summary | |
---|---|
BrokerFactoryEventManager(Configuration conf)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrokerFactoryEventManager(Configuration conf)
Method Detail |
---|
protected void fireEvent(java.lang.Object event, java.lang.Object listener)
AbstractConcurrentEventManager
fireEvent
in class AbstractConcurrentEventManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |