Class BrokerFactoryEvent

java.lang.Object
java.util.EventObject
org.apache.openjpa.event.BrokerFactoryEvent
All Implemented Interfaces:
Serializable

public class BrokerFactoryEvent extends EventObject
Event fired when a BrokerFactory is created.
Since:
1.0.0
See Also:
  • Field Details

    • BROKER_FACTORY_CREATED

      public static final int BROKER_FACTORY_CREATED
      Fired after a BrokerFactory has been fully created. This happens after the factory has been made read-only.
      See Also:
  • Constructor Details

    • BrokerFactoryEvent

      public BrokerFactoryEvent(BrokerFactory brokerFactory, int eventType)
  • Method Details

    • getBrokerFactory

      public BrokerFactory getBrokerFactory()
    • getEventType

      public int getEventType()
      Returns:
      one of the event type codes defined in this event class.