org.apache.openjpa.event
Class BrokerFactoryEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       org.apache.openjpa.event.BrokerFactoryEvent
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:
- Serialized Form
 
 
 
 
 
 
BROKER_FACTORY_CREATED
public static final int BROKER_FACTORY_CREATED
- Fired after a BrokerFactoryhas been fully created.
 This happens after the factory has been made read-only.
 
- See Also:
- Constant Field Values
 
BrokerFactoryEvent
public BrokerFactoryEvent(BrokerFactory brokerFactory,
                          int eventType)
getBrokerFactory
public BrokerFactory getBrokerFactory()
- 
 
getEventType
public int getEventType()
- 
- Returns:
- one of the event type codes defined in this event class.
 
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.