Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
org.apache.qpid.jms.meta |
Modifier and Type | Method and Description |
---|---|
void |
JmsTemporaryDestination.visit(JmsResourceVistor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
JmsDefaultResourceVisitor
Default Visitor implementation that does nothing in each method to
make custom implementations simpler by only needing to override the
visitation cases they need to handle.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsConnectionInfo.visit(JmsResourceVistor vistor) |
void |
JmsResource.visit(JmsResourceVistor visitor)
Allows a visitor object to walk the resources and process them.
|
void |
JmsTransactionInfo.visit(JmsResourceVistor visitor) |
void |
JmsSessionInfo.visit(JmsResourceVistor vistor) |
void |
JmsProducerInfo.visit(JmsResourceVistor vistor) |
void |
JmsConsumerInfo.visit(JmsResourceVistor vistor) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.