|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQDestination | |
org.codehaus.activemq | The core JMS client implementation classes |
org.codehaus.activemq.filter | Filter implementations for wildcards & JMS selectors |
org.codehaus.activemq.message | Message implementations |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.codehaus.activemq.service.boundedvm | |
org.codehaus.activemq.service.impl | Default implementations of the services |
org.codehaus.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
Uses of ActiveMQDestination in org.codehaus.activemq |
Fields in org.codehaus.activemq declared as ActiveMQDestination | |
protected ActiveMQDestination |
ActiveMQMessageProducer.defaultDestination
|
protected ActiveMQDestination |
ActiveMQMessageConsumer.destination
|
Methods in org.codehaus.activemq that return ActiveMQDestination | |
(package private) static ActiveMQDestination |
ActiveMQMessageTransformation.transformDestination(Destination destination)
|
protected ActiveMQDestination |
ActiveMQMessageConsumer.getDestination()
|
Constructors in org.codehaus.activemq with parameters of type ActiveMQDestination | |
ActiveMQTopicSubscriber(ActiveMQSession theSession,
ActiveMQDestination dest,
String name,
String selector,
int cnum,
int prefetch,
boolean noLocalValue,
boolean browserValue)
|
|
ActiveMQTopicPublisher(ActiveMQSession session,
ActiveMQDestination destination)
|
|
ActiveMQQueueSender(ActiveMQSession session,
ActiveMQDestination destination)
|
|
ActiveMQQueueReceiver(ActiveMQSession theSession,
ActiveMQDestination dest,
String selector,
int cnum,
int prefetch)
|
|
ActiveMQQueueBrowser(ActiveMQSession theSession,
ActiveMQDestination dest,
String selector,
int cnum)
Constructor for an ActiveMQQueueBrowser - used internally |
|
ActiveMQMessageProducer(ActiveMQSession theSession,
ActiveMQDestination destination)
|
|
ActiveMQMessageConsumer(ActiveMQSession theSession,
ActiveMQDestination dest,
String name,
String selector,
int cnum,
int prefetch,
boolean noLocalValue,
boolean browserValue)
Create a MessageConsumer |
Uses of ActiveMQDestination in org.codehaus.activemq.filter |
Methods in org.codehaus.activemq.filter with parameters of type ActiveMQDestination | |
Set |
DestinationMap.get(ActiveMQDestination key)
Looks up the value(s) matching the given Destination key. |
void |
DestinationMap.put(ActiveMQDestination key,
Object value)
|
void |
DestinationMap.remove(ActiveMQDestination key,
Object value)
Removes the value from the associated destination |
protected Set |
DestinationMap.findWildcardMatches(ActiveMQDestination key)
|
Constructors in org.codehaus.activemq.filter with parameters of type ActiveMQDestination | |
CompositeDestinationFilter(ActiveMQDestination destination)
|
Uses of ActiveMQDestination in org.codehaus.activemq.message |
Subclasses of ActiveMQDestination in org.codehaus.activemq.message | |
class |
ActiveMQQueue
A Queue object encapsulates a provider-specific queue name. |
class |
ActiveMQTemporaryQueue
A TemporaryQueue object is a unique Queue object
created for the duration of a Connection . |
class |
ActiveMQTemporaryTopic
A TemporaryTopic object is a unique Topic object
created for the duration of a Connection . |
class |
ActiveMQTopic
A Topic object encapsulates a provider-specific topic name. |
Methods in org.codehaus.activemq.message that return ActiveMQDestination | |
static ActiveMQDestination |
ActiveMQDestination.transformDestination(Destination destination)
|
static ActiveMQDestination |
ActiveMQDestination.readFromStream(DataInput dataIn)
Read an ActiveMQDestination from a Stream |
ActiveMQDestination |
MessageAck.getDestination()
|
ActiveMQDestination |
ActiveMQMessage.getJMSActiveMQDestination()
|
ActiveMQDestination |
ProducerInfo.getDestination()
|
ActiveMQDestination |
ConsumerInfo.getDestination()
|
Methods in org.codehaus.activemq.message with parameters of type ActiveMQDestination | |
static void |
ActiveMQDestination.writeToStream(ActiveMQDestination destination,
DataOutput dataOut)
Write an ActiveMQDestination to a Stream |
static String |
ActiveMQDestination.getClientId(ActiveMQDestination destination)
From a temporary destination find the clientId of the Connection that created it |
int |
ActiveMQDestination.compareTo(ActiveMQDestination that)
Lets sort by name first then lets sort topics greater than queues |
boolean |
ActiveMQDestination.matches(ActiveMQDestination destination)
Returns true if the given destination matches this destination; including wildcards |
void |
MessageAck.setDestination(ActiveMQDestination destination)
|
void |
ProducerInfo.setDestination(ActiveMQDestination newDestination)
|
void |
ConsumerInfo.setDestination(ActiveMQDestination newDestination)
|
Uses of ActiveMQDestination in org.codehaus.activemq.service |
Methods in org.codehaus.activemq.service that return ActiveMQDestination | |
ActiveMQDestination |
Subscription.getDestination()
|
Methods in org.codehaus.activemq.service with parameters of type ActiveMQDestination | |
Set |
SubscriptionContainer.getSubscriptions(ActiveMQDestination destination)
|
Uses of ActiveMQDestination in org.codehaus.activemq.service.boundedvm |
Methods in org.codehaus.activemq.service.boundedvm that return ActiveMQDestination | |
ActiveMQDestination |
TransientQueueBoundedMessageContainer.getDestination()
|
Methods in org.codehaus.activemq.service.boundedvm with parameters of type ActiveMQDestination | |
protected boolean |
TransientTopicBoundedMessageManager.hasConsumerFor(ActiveMQDestination destination)
|
boolean |
TransientTopicBoundedMessageContainer.hasConsumerFor(ActiveMQDestination destination)
|
Constructors in org.codehaus.activemq.service.boundedvm with parameters of type ActiveMQDestination | |
TransientQueueBoundedMessageContainer(MemoryBoundedQueueManager queueManager,
ActiveMQDestination destination)
Construct this beast |
Uses of ActiveMQDestination in org.codehaus.activemq.service.impl |
Methods in org.codehaus.activemq.service.impl that return ActiveMQDestination | |
ActiveMQDestination |
SubscriptionImpl.getDestination()
|
Methods in org.codehaus.activemq.service.impl with parameters of type ActiveMQDestination | |
Set |
SubscriptionContainerImpl.getSubscriptions(ActiveMQDestination destination)
|
protected boolean |
InitialImageMessageContainerManager.isValid(ActiveMQDestination destination)
Does this message match the destinations on which initial image caching should be used |
Uses of ActiveMQDestination in org.codehaus.activemq.transport |
Methods in org.codehaus.activemq.transport that return ActiveMQDestination | |
ActiveMQDestination |
NetworkMessageBridge.getDestination()
|
Methods in org.codehaus.activemq.transport with parameters of type ActiveMQDestination | |
void |
NetworkMessageBridge.setDestination(ActiveMQDestination destination)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |