|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandVisitor | |
|---|---|
| org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
| org.apache.activemq.broker.jmx | JMX MBeans for the broker and its core connectors. |
| org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
| org.apache.activemq.state | |
| 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 CommandVisitor in org.apache.activemq.broker |
|---|
| Classes in org.apache.activemq.broker that implement CommandVisitor | |
|---|---|
class |
TransportConnection
|
| Uses of CommandVisitor in org.apache.activemq.broker.jmx |
|---|
| Classes in org.apache.activemq.broker.jmx that implement CommandVisitor | |
|---|---|
class |
ManagedTransportConnection
A managed transport connection |
| Uses of CommandVisitor in org.apache.activemq.command |
|---|
| Uses of CommandVisitor in org.apache.activemq.state |
|---|
| Classes in org.apache.activemq.state that implement CommandVisitor | |
|---|---|
class |
CommandVisitorAdapter
|
class |
ConnectionStateTracker
Tracks the state of a connection so a newly established transport can be re-initialized to the state that was tracked. |
| Uses of CommandVisitor in org.apache.activemq.transport.stomp |
|---|
| Methods in org.apache.activemq.transport.stomp with parameters of type CommandVisitor | |
|---|---|
Response |
StompFrame.visit(CommandVisitor visitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||