Package org.apache.openjpa.event
Class BrokerFactoryEvent
java.lang.Object
java.util.EventObject
org.apache.openjpa.event.BrokerFactoryEvent
- All Implemented Interfaces:
Serializable
Event fired when a
BrokerFactory
is created.- Since:
- 1.0.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Fired after aBrokerFactory
has been fully created.Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
BROKER_FACTORY_CREATED
public static final int BROKER_FACTORY_CREATEDFired after aBrokerFactory
has been fully created. This happens after the factory has been made read-only.- See Also:
-
-
Constructor Details
-
BrokerFactoryEvent
-
-
Method Details
-
getBrokerFactory
-
getEventType
public int getEventType()- Returns:
- one of the event type codes defined in this event class.
-