|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerContext | |
---|---|
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.spring | Helper classes for working with the JMS client and Spring. |
org.apache.activemq.transport.mqtt | A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/ |
org.apache.activemq.transport.stomp | An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. |
Uses of BrokerContext in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return BrokerContext | |
---|---|
BrokerContext |
BrokerService.getBrokerContext()
|
Methods in org.apache.activemq.broker with parameters of type BrokerContext | |
---|---|
void |
BrokerContextAware.setBrokerContext(BrokerContext brokerContext)
|
void |
BrokerService.setBrokerContext(BrokerContext brokerContext)
|
Uses of BrokerContext in org.apache.activemq.spring |
---|
Classes in org.apache.activemq.spring that implement BrokerContext | |
---|---|
class |
SpringBrokerContext
|
Uses of BrokerContext in org.apache.activemq.transport.mqtt |
---|
Constructors in org.apache.activemq.transport.mqtt with parameters of type BrokerContext | |
---|---|
MQTTTransportFilter(Transport next,
WireFormat wireFormat,
BrokerContext brokerContext)
|
Uses of BrokerContext in org.apache.activemq.transport.stomp |
---|
Methods in org.apache.activemq.transport.stomp with parameters of type BrokerContext | |
---|---|
void |
JmsFrameTranslator.setBrokerContext(BrokerContext brokerContext)
|
Constructors in org.apache.activemq.transport.stomp with parameters of type BrokerContext | |
---|---|
ProtocolConverter(StompTransport stompTransport,
BrokerContext brokerContext)
|
|
StompTransportFilter(Transport next,
WireFormat wireFormat,
BrokerContext brokerContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |