public class BrokerFactoryEvent extends EventObject
BrokerFactory is created.| Modifier and Type | Field and Description | 
|---|---|
| static int | BROKER_FACTORY_CREATEDFired after a  BrokerFactoryhas been fully created. | 
source| Constructor and Description | 
|---|
| BrokerFactoryEvent(BrokerFactory brokerFactory,
                  int eventType) | 
| Modifier and Type | Method and Description | 
|---|---|
| BrokerFactory | getBrokerFactory() | 
| int | getEventType() | 
getSource, toStringpublic 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()
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.