|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StompJmsDestination | |
|---|---|
| org.fusesource.stompjms | |
| 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
|
| 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)
|
void |
StompChannel.subscribe(StompJmsDestination destination,
org.fusesource.hawtbuf.AsciiBuffer consumerId,
org.fusesource.hawtbuf.AsciiBuffer selector,
boolean clientAck,
boolean persistent,
boolean browser)
|
void |
StompChannel.unsubscribe(StompJmsDestination destination,
org.fusesource.hawtbuf.AsciiBuffer consumerId,
boolean persistent,
boolean browser)
|
| Constructors in org.fusesource.stompjms with parameters of type StompJmsDestination | |
|---|---|
StompJmsDurableTopicSubscriber(org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsSession s,
StompJmsDestination destination,
boolean noLocal,
java.lang.String selector)
|
|
StompJmsMessageConsumer(org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsSession s,
StompJmsDestination destination,
java.lang.String selector)
|
|
StompJmsMessageProducer(StompJmsSession s,
StompJmsDestination dest)
|
|
StompJmsQueueBrowser(StompJmsSession session,
org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsDestination destination,
java.lang.String selector)
Constructor for an StompJmsQueueBrowser - used internally |
|
StompJmsQueueReceiver(org.fusesource.hawtbuf.AsciiBuffer id,
StompJmsSession s,
StompJmsDestination d,
java.lang.String selector)
Constructor |
|
StompJmsQueueSender(StompJmsSession s,
StompJmsDestination dest)
Constructor |
|
StompJmsTopicPublisher(StompJmsSession s,
StompJmsDestination destination)
Constructor |
|
| Uses of StompJmsDestination in org.fusesource.stompjms.message |
|---|
| 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 | |||||||||