Interface BrokerFactoryListener


public interface BrokerFactoryListener
Interface for listening to BrokerFactoryEvent objects. Should be registered with a OpenJPAConfiguration's BrokerFactoryEventManager.
Since:
1.0.0
  • Method Details

    • eventFired

      void eventFired(BrokerFactoryEvent event)
      Invoked after a BrokerFactory has been fully created. This happens after the factory has been made read-only.