org.apache.openjpa.event
public class BrokerFactoryEvent extends java.util.EventObject
BrokerFactory
is created.Modifier and Type | Field and Description |
---|---|
static int |
BROKER_FACTORY_CREATED
Fired after a
BrokerFactory has been fully created. |
Constructor and Description |
---|
BrokerFactoryEvent(BrokerFactory brokerFactory,
int eventType) |
Modifier and Type | Method and Description |
---|---|
BrokerFactory |
getBrokerFactory() |
int |
getEventType() |
public static final int BROKER_FACTORY_CREATED
BrokerFactory
has been fully created.
This happens after the factory has been made read-only.public BrokerFactoryEvent(BrokerFactory brokerFactory, int eventType)
public BrokerFactory getBrokerFactory()
public int getEventType()