|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQDestination | |
org.activemq | The core JMS client implementation classes |
org.activemq.advisories | Helper classes for listening to advisory messages. |
org.activemq.broker | The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. |
org.activemq.broker.impl | The default implementation of the JMS Broker |
org.activemq.filter | Filter implementations for wildcards & JMS selectors |
org.activemq.io.impl | |
org.activemq.message | Message implementations |
org.activemq.security.jassjacc | |
org.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.activemq.service.boundedvm | |
org.activemq.service.impl | Default implementations of the services |
org.activemq.transport.jabber | A transport using Jabber (XMPP) |
org.activemq.transport.stomp | An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. |
Uses of ActiveMQDestination in org.activemq |
Fields in org.activemq declared as ActiveMQDestination | |
protected ActiveMQDestination |
ActiveMQMessageConsumer.destination
|
protected ActiveMQDestination |
ActiveMQMessageProducer.defaultDestination
|
Methods in org.activemq that return ActiveMQDestination | |
protected ActiveMQDestination |
ActiveMQMessageConsumer.getDestination()
|
Methods in org.activemq with parameters of type ActiveMQDestination | |
void |
ActiveMQConnection.destroyDestination(ActiveMQDestination destination)
Tells the broker to destroy a destination. |
protected void |
ActiveMQConnection.startTemporaryDestination(ActiveMQDestination dest)
|
protected void |
ActiveMQConnection.stopTemporaryDestination(ActiveMQDestination dest)
|
protected void |
ActiveMQConnection.stopAdvisoryForTempDestination(ActiveMQDestination d)
|
protected void |
ActiveMQConnection.validateDestination(ActiveMQDestination dest)
|
void |
ActiveMQSession.removeTemporaryDestination(ActiveMQDestination destination)
remove a temporary destination |
Constructors in org.activemq with parameters of type ActiveMQDestination | |
ActiveMQQueueSender(ActiveMQSession session,
ActiveMQDestination destination)
|
|
ActiveMQTopicPublisher(ActiveMQSession session,
ActiveMQDestination destination)
|
|
ActiveMQMessageConsumer(ActiveMQSession theSession,
ActiveMQDestination dest,
String name,
String selector,
int cnum,
int prefetch,
boolean noLocalValue,
boolean browserValue)
Create a MessageConsumer |
|
ActiveMQQueueReceiver(ActiveMQSession theSession,
ActiveMQDestination dest,
String selector,
int cnum,
int prefetch)
|
|
ActiveMQMessageProducer(ActiveMQSession theSession,
ActiveMQDestination destination)
|
|
ActiveMQTopicSubscriber(ActiveMQSession theSession,
ActiveMQDestination dest,
String name,
String selector,
int cnum,
int prefetch,
boolean noLocalValue,
boolean browserValue)
|
Uses of ActiveMQDestination in org.activemq.advisories |
Methods in org.activemq.advisories that return ActiveMQDestination | |
ActiveMQDestination |
TempDestinationAdvisoryEvent.getDestination()
|
Methods in org.activemq.advisories with parameters of type ActiveMQDestination | |
void |
TempDestinationAdvisoryEvent.setDestination(ActiveMQDestination destination)
|
Constructors in org.activemq.advisories with parameters of type ActiveMQDestination | |
TempDestinationAdvisoryEvent(ActiveMQDestination dest,
boolean started)
Default Constructor |
Uses of ActiveMQDestination in org.activemq.broker |
Methods in org.activemq.broker with parameters of type ActiveMQDestination | |
void |
BrokerAdmin.createMessageContainer(ActiveMQDestination dest)
|
void |
BrokerAdmin.destoryMessageContainer(ActiveMQDestination dest)
|
MessageContainerAdmin |
BrokerAdmin.getMessageContainerAdmin(ActiveMQDestination dest)
|
Uses of ActiveMQDestination in org.activemq.broker.impl |
Methods in org.activemq.broker.impl with parameters of type ActiveMQDestination | |
void |
DefaultBroker.createMessageContainer(ActiveMQDestination dest)
|
void |
DefaultBroker.destoryMessageContainer(ActiveMQDestination dest)
|
MessageContainerAdmin |
DefaultBroker.getMessageContainerAdmin(ActiveMQDestination dest)
|
Uses of ActiveMQDestination in org.activemq.filter |
Methods in org.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)
add destination to the map |
void |
DestinationMap.remove(ActiveMQDestination key,
Object value)
Removes the value from the associated destination |
protected Set |
DestinationMap.findWildcardMatches(ActiveMQDestination key)
|
void |
DestinationMap.removeAll(ActiveMQDestination key)
remove all destinations associated with a key |
Constructors in org.activemq.filter with parameters of type ActiveMQDestination | |
CompositeDestinationFilter(ActiveMQDestination destination)
|
Uses of ActiveMQDestination in org.activemq.io.impl |
Methods in org.activemq.io.impl that return ActiveMQDestination | |
protected ActiveMQDestination |
AbstractPacketMarshaller.readDestination(DataInput dataIn)
Reads a destination from the input stream |
Methods in org.activemq.io.impl with parameters of type ActiveMQDestination | |
protected void |
AbstractPacketMarshaller.writeDestination(ActiveMQDestination destination,
DataOutput dataOut)
Writes the given destination to the stream |
Uses of ActiveMQDestination in org.activemq.message |
Subclasses of ActiveMQDestination in org.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.activemq.message that return ActiveMQDestination | |
static ActiveMQDestination |
ActiveMQDestination.transformDestination(Destination destination)
|
static ActiveMQDestination |
ActiveMQDestination.readFromStream(DataInput dataIn)
Read an ActiveMQDestination from a Stream |
static ActiveMQDestination |
ActiveMQDestination.createDestination(int type,
String pyhsicalName)
Create a Destination |
ActiveMQDestination |
ActiveMQDestination.getDestinationBeingAdvised()
|
ActiveMQDestination |
ProducerInfo.getDestination()
|
ActiveMQDestination |
BrokerAdminCommand.getDestination()
|
ActiveMQDestination |
ConsumerInfo.getDestination()
|
ActiveMQDestination |
ActiveMQMessage.getJMSActiveMQDestination()
|
ActiveMQDestination |
MessageAck.getDestination()
|
Methods in org.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 |
void |
ActiveMQDestination.setChildDestinations(ActiveMQDestination[] children)
|
boolean |
ActiveMQDestination.matches(ActiveMQDestination destination)
|
void |
ProducerInfo.setDestination(ActiveMQDestination newDestination)
|
void |
BrokerAdminCommand.setDestination(ActiveMQDestination newDestination)
|
void |
ConsumerInfo.setDestination(ActiveMQDestination newDestination)
|
void |
MessageAck.setDestination(ActiveMQDestination destination)
|
Uses of ActiveMQDestination in org.activemq.security.jassjacc |
Methods in org.activemq.security.jassjacc that return ActiveMQDestination | |
ActiveMQDestination |
DestinationSecurityConfig.getDestination()
|
Methods in org.activemq.security.jassjacc with parameters of type ActiveMQDestination | |
void |
DestinationSecurityConfig.setDestination(ActiveMQDestination destination)
|
Uses of ActiveMQDestination in org.activemq.service |
Methods in org.activemq.service that return ActiveMQDestination | |
ActiveMQDestination |
Subscription.getDestination()
|
Methods in org.activemq.service with parameters of type ActiveMQDestination | |
String |
DeadLetterPolicy.getDeadLetterNameFromDestination(ActiveMQDestination destination)
Get the name of the DLQ from the destination provided |
Set |
SubscriptionContainer.getSubscriptions(ActiveMQDestination destination)
|
void |
MessageContainerManager.createMessageContainer(ActiveMQDestination dest)
Creates a destination. |
void |
MessageContainerManager.destroyMessageContainer(ActiveMQDestination dest)
Destroys a destination. |
Uses of ActiveMQDestination in org.activemq.service.boundedvm |
Methods in org.activemq.service.boundedvm that return ActiveMQDestination | |
ActiveMQDestination |
TransientQueueBoundedMessageContainer.getDestination()
|
ActiveMQDestination |
DurableSubscription.getDestination()
|
ActiveMQDestination |
DurableQueueBoundedMessageContainer.getDestination()
|
ActiveMQDestination |
TransientSubscription.getDestination()
|
Methods in org.activemq.service.boundedvm with parameters of type ActiveMQDestination | |
void |
DurableQueueBoundedMessageManager.createMessageContainer(ActiveMQDestination dest)
|
void |
DurableQueueBoundedMessageManager.destroyMessageContainer(ActiveMQDestination dest)
|
void |
TransientQueueBoundedMessageManager.createMessageContainer(ActiveMQDestination dest)
|
void |
TransientQueueBoundedMessageManager.destroyMessageContainer(ActiveMQDestination dest)
|
boolean |
TransientTopicBoundedMessageContainer.hasConsumerFor(ActiveMQDestination destination)
|
protected boolean |
TransientTopicBoundedMessageManager.hasConsumerFor(ActiveMQDestination destination)
|
void |
TransientTopicBoundedMessageManager.createMessageContainer(ActiveMQDestination dest)
|
void |
TransientTopicBoundedMessageManager.destroyMessageContainer(ActiveMQDestination dest)
|
Constructors in org.activemq.service.boundedvm with parameters of type ActiveMQDestination | |
TransientQueueBoundedMessageContainer(Executor threadPool,
MemoryBoundedQueueManager queueManager,
ActiveMQDestination destination,
RedeliveryPolicy redeliveryPolicy,
DeadLetterPolicy deadLetterPolicy)
Construct this beast |
|
DurableMessagePointer(MessageStore messageStore,
ActiveMQDestination destination,
ActiveMQMessage message)
|
|
DurableQueueBoundedMessageContainer(MessageStore messageStore,
Executor threadPool,
MemoryBoundedQueueManager queueManager,
ActiveMQDestination destination,
RedeliveryPolicy redeliveryPolicy,
DeadLetterPolicy deadLetterPolicy)
Construct this beast |
Uses of ActiveMQDestination in org.activemq.service.impl |
Methods in org.activemq.service.impl that return ActiveMQDestination | |
ActiveMQDestination |
SubscriptionImpl.getDestination()
|
Methods in org.activemq.service.impl with parameters of type ActiveMQDestination | |
Set |
SubscriptionContainerImpl.getSubscriptions(ActiveMQDestination destination)
|
void |
MessageContainerManagerSupport.createMessageContainer(ActiveMQDestination dest)
|
void |
MessageContainerManagerSupport.destroyMessageContainer(ActiveMQDestination dest)
|
protected boolean |
InitialImageMessageContainerManager.isValid(ActiveMQDestination destination)
Does this message match the destinations on which initial image caching should be used |
void |
DurableQueueMessageContainerManager.createMessageContainer(ActiveMQDestination dest)
|
void |
DurableQueueMessageContainerManager.destroyMessageContainer(ActiveMQDestination dest)
|
boolean |
DurableTopicMessageContainerManager.isConsumerActiveOnDestination(ActiveMQDestination dest)
|
void |
DurableTopicMessageContainerManager.createMessageContainer(ActiveMQDestination dest)
|
void |
DurableTopicMessageContainerManager.destroyMessageContainer(ActiveMQDestination dest)
|
void |
ProxyMessageContainerManager.createMessageContainer(ActiveMQDestination destination)
|
void |
ProxyMessageContainerManager.destroyMessageContainer(ActiveMQDestination destination)
|
Uses of ActiveMQDestination in org.activemq.transport.jabber |
Methods in org.activemq.transport.jabber that return ActiveMQDestination | |
protected ActiveMQDestination |
JabberWireFormat.createDestination(String typeName,
String text)
|
Uses of ActiveMQDestination in org.activemq.transport.stomp |
Methods in org.activemq.transport.stomp with parameters of type ActiveMQDestination | |
org.activemq.transport.stomp.Subscription |
StompWireFormat.getSubscriptionFor(ActiveMQDestination destination)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |