org.apache.openjpa.event
Interface BrokerFactoryListener


public interface BrokerFactoryListener

Interface for listening to BrokerFactoryEvent objects. Should be registered with a OpenJPAConfiguration's BrokerFactoryEventManager.

Since:
1.0.0

Method Summary
 void eventFired(BrokerFactoryEvent event)
          Invoked after a BrokerFactory has been fully created.
 

Method Detail

eventFired

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



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01