|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StompJmsDestination | |
|---|---|
| org.fusesource.stompjms | |
| org.fusesource.stompjms.channel | |
| org.fusesource.stompjms.message | |
| Uses of StompJmsDestination in org.fusesource.stompjms |
|---|
| Subclasses of StompJmsDestination in org.fusesource.stompjms | |
|---|---|
class |
StompJmsQueue
Queue implementation |
class |
StompJmsTempQueue
TemporaryQueue |
class |
StompJmsTempTopic
Temporary Topic |
class |
StompJmsTopic
TemporaryQueue |
| Fields in org.fusesource.stompjms declared as StompJmsDestination | |
|---|---|
protected StompJmsDestination |
StompJmsMessageProducer.destination
|
protected StompJmsDestination |
StompJmsMessageConsumer.destination
|
| Methods in org.fusesource.stompjms that return StompJmsDestination | |
|---|---|
static StompJmsDestination |
StompJmsDestination.createDestination(java.lang.String name)
|
StompJmsDestination |
StompJmsMessageConsumer.getDestination()
|
| Methods in org.fusesource.stompjms with parameters of type StompJmsDestination | |
|---|---|
int |
StompJmsDestination.compareTo(StompJmsDestination other)
|
| Constructors in org.fusesource.stompjms with parameters of type StompJmsDestination | |
|---|---|
StompJmsMessageConsumer(java.lang.String id,
StompJmsSession s,
StompJmsDestination destination,
java.lang.String selector)
|
|
StompJmsMessageProducer(StompJmsSession s,
StompJmsDestination dest)
|
|
StompJmsQueueBrowser(StompJmsSession session,
java.lang.String id,
StompJmsDestination destination,
java.lang.String selector)
Constructor for an StompJmsQueueBrowser - used internally |
|
StompJmsQueueReceiver(java.lang.String id,
StompJmsSession s,
StompJmsDestination d,
java.lang.String selector)
Constructor |
|
StompJmsQueueSender(StompJmsSession s,
StompJmsDestination dest)
Constructor |
|
StompJmsTopicPublisher(StompJmsSession s,
StompJmsDestination destination)
Constructor |
|
StompJmsTopicSubscriber(java.lang.String id,
StompJmsSession s,
StompJmsDestination destination,
boolean noLocal,
java.lang.String selector)
Constructor |
|
| Uses of StompJmsDestination in org.fusesource.stompjms.channel |
|---|
| Methods in org.fusesource.stompjms.channel that return StompJmsDestination | |
|---|---|
static StompJmsDestination |
StompTranslator.getDestination(StompFrame frame)
|
static StompJmsDestination |
StompTranslator.getReplyTo(StompFrame frame)
|
| Methods in org.fusesource.stompjms.channel with parameters of type StompJmsDestination | |
|---|---|
void |
StompChannel.ackMessage(StompJmsDestination destination,
java.lang.String consumerId,
java.lang.String messageId)
|
void |
StompChannel.subscribe(StompJmsDestination destination,
java.lang.String consumerId,
java.lang.String selector,
boolean clientAck,
boolean persistent)
|
void |
StompChannel.unsubscribe(StompJmsDestination destination,
java.lang.String consumerId,
boolean persistent,
boolean browser)
|
| Uses of StompJmsDestination in org.fusesource.stompjms.message |
|---|
| Fields in org.fusesource.stompjms.message declared as StompJmsDestination | |
|---|---|
protected StompJmsDestination |
StompJmsMessage.destination
|
protected StompJmsDestination |
StompJmsMessage.replyTo
|
| Methods in org.fusesource.stompjms.message that return StompJmsDestination | |
|---|---|
StompJmsDestination |
StompJmsMessage.getStompJmsDestination()
|
StompJmsDestination |
StompJmsMessage.getStompJmsReplyTo()
|
static StompJmsDestination |
StompJmsMessageTransformation.transformDestination(javax.jms.Destination destination)
Creates a an available JMS message from another provider. |
| Methods in org.fusesource.stompjms.message with parameters of type StompJmsDestination | |
|---|---|
void |
StompJmsMessage.setJMSDestination(StompJmsDestination destination)
|
void |
StompJmsMessage.setJMSReplyTo(StompJmsDestination destination)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||