|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StompJmsDestination | |
|---|---|
| org.fusesource.stomp.jms | |
| org.fusesource.stomp.jms.message | |
| Uses of StompJmsDestination in org.fusesource.stomp.jms |
|---|
| Subclasses of StompJmsDestination in org.fusesource.stomp.jms | |
|---|---|
class |
StompJmsQueue
Queue implementation |
class |
StompJmsTempQueue
TemporaryQueue |
class |
StompJmsTempTopic
Temporary Topic |
class |
StompJmsTopic
TemporaryQueue |
| Fields in org.fusesource.stomp.jms declared as StompJmsDestination | |
|---|---|
protected StompJmsDestination |
StompJmsMessageProducer.destination
|
| Methods in org.fusesource.stomp.jms that return StompJmsDestination | |
|---|---|
static StompJmsDestination |
StompJmsDestination.createDestination(StompJmsConnection connection,
java.lang.String name)
|
StompJmsDestination |
StompJmsMessageConsumer.getDestination()
|
| Methods in org.fusesource.stomp.jms 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,
java.util.Map<org.fusesource.hawtbuf.AsciiBuffer,org.fusesource.hawtbuf.AsciiBuffer> headers)
|
| Constructors in org.fusesource.stomp.jms 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.stomp.jms.message |
|---|
| Methods in org.fusesource.stomp.jms.message that return StompJmsDestination | |
|---|---|
StompJmsDestination |
StompJmsMessage.getStompJmsDestination()
|
StompJmsDestination |
StompJmsMessage.getStompJmsReplyTo()
|
static StompJmsDestination |
StompJmsMessageTransformation.transformDestination(StompJmsConnection connection,
javax.jms.Destination destination)
Creates a an available JMS message from another provider. |
| Methods in org.fusesource.stomp.jms.message with parameters of type StompJmsDestination | |
|---|---|
void |
StompJmsMessage.setJMSDestination(StompJmsDestination destination)
|
void |
StompJmsMessage.setJMSReplyTo(StompJmsDestination destination)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||