|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Destination in com.caucho.ejb.cfg |
---|
Methods in com.caucho.ejb.cfg that return Destination | |
---|---|
Destination |
EjbMessageBean.getDestination()
Returns the destination. |
Destination |
JmsActivationConfig.getDestinationObject()
|
Destination |
MessageDestination.getResolvedDestination()
|
Methods in com.caucho.ejb.cfg that return types with arguments of type Destination | |
---|---|
java.lang.Class<? extends Destination> |
JmsActivationConfig.getDestinationType()
|
Methods in com.caucho.ejb.cfg with parameters of type Destination | |
---|---|
void |
JmsActivationConfig.setDestinationObject(Destination destination)
|
void |
EjbMessageBean.setDestinationValue(Destination destination)
Sets the JMS destination. |
Uses of Destination in com.caucho.hemp.services |
---|
Methods in com.caucho.hemp.services with parameters of type Destination | |
---|---|
void |
BamJmsService.setDestination(Destination queue)
Sets the destination |
Uses of Destination in com.caucho.jms |
---|
Classes in com.caucho.jms that implement Destination | |
---|---|
class |
FileQueue<X extends Serializable>
A JMS queue backed by a file-based database. |
class |
FileTopic<E>
A JMS topic backed by a file-based database. |
class |
MemoryQueue<X>
A JMS queue stored in memory. |
class |
MemoryTopic
A JMS topic stored in memory. |
Methods in com.caucho.jms with parameters of type Destination | |
---|---|
Session |
Jms.createListener(Connection conn,
Destination queue,
MessageListener listener)
Creates a session and listener. |
Message |
Jms.receive(Destination dest)
|
Message |
Jms.receive(Destination dest,
long timeout)
|
Message |
Jms.receiveNoWait(Destination dest)
|
void |
Jms.send(Destination dest,
Message msg)
|
void |
Jms.send(Destination dest,
Message msg,
int deliveryMode,
int priority,
long ttl)
|
Uses of Destination in com.caucho.jms.connection |
---|
Classes in com.caucho.jms.connection that implement Destination | |
---|---|
class |
TemporaryQueueImpl
A temporary queue |
class |
TemporaryTopicImpl
A basic topic. |
Methods in com.caucho.jms.connection that return Destination | |
---|---|
Destination |
MessageProducerImpl.getDestination()
Returns the producer's destination. |
Methods in com.caucho.jms.connection with parameters of type Destination | |
---|---|
ConnectionConsumer |
ConnectionImpl.createConnectionConsumer(Destination destination,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
Creates a new consumer (optional) |
MessageConsumer |
JmsSession.createConsumer(Destination destination)
Creates a consumer to receive messages. |
MessageConsumer |
JmsSession.createConsumer(Destination destination,
java.lang.String messageSelector)
Creates a consumer to receive messages. |
MessageConsumer |
JmsSession.createConsumer(Destination destination,
java.lang.String messageSelector,
boolean noLocal)
Creates a consumer to receive messages. |
MessageProducer |
JmsSession.createProducer(Destination destination)
Creates a producer to produce messages. |
void |
MessageProducerImpl.send(Destination destination,
Message message)
Sends a message to the destination |
void |
MessageProducerImpl.send(Destination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive)
Sends a message to the destination |
Uses of Destination in com.caucho.jms.file |
---|
Classes in com.caucho.jms.file that implement Destination | |
---|---|
class |
FileQueueImpl<E extends Serializable>
A JMS queue backed by a file-based database. |
class |
FileSubscriberQueue<E>
Implements a file queue. |
class |
FileTopicImpl<E>
Implements a file topic. |
Uses of Destination in com.caucho.jms.hub |
---|
Methods in com.caucho.jms.hub that return Destination | |
---|---|
Destination |
Hub.createTopic(java.lang.String name)
|
Destination |
HubImpl.createTopic(java.lang.String name)
|
Uses of Destination in com.caucho.jms.jca |
---|
Methods in com.caucho.jms.jca that return Destination | |
---|---|
Destination |
ResourceAdapterImpl.getDestination()
Gets the destination |
Methods in com.caucho.jms.jca with parameters of type Destination | |
---|---|
void |
ResourceAdapterImpl.setDestination(Destination destination)
Sets the destination |
Constructors in com.caucho.jms.jca with parameters of type Destination | |
---|---|
ManagedSessionImpl(ConnectionFactory factory,
Destination destination)
|
Uses of Destination in com.caucho.jms.jdbc |
---|
Classes in com.caucho.jms.jdbc that implement Destination | |
---|---|
class |
JdbcDestination
Represents a JDBC destination. |
class |
JdbcQueue<E>
A jdbc queue. |
Uses of Destination in com.caucho.jms.memory |
---|
Classes in com.caucho.jms.memory that implement Destination | |
---|---|
class |
MemoryQueueImpl<E>
Implements a memory queue. |
class |
MemorySubscriberQueue<E>
Implements a memory queue. |
class |
MemoryTopicImpl<E>
Implements a memory topic. |
Uses of Destination in com.caucho.jms.message |
---|
Methods in com.caucho.jms.message that return Destination | |
---|---|
Destination |
MessageImpl.getJMSDestination()
Gets the destination |
Destination |
MessageImpl.getJMSReplyTo()
Gets the reply-to destination |
Methods in com.caucho.jms.message with parameters of type Destination | |
---|---|
void |
MessageImpl.setJMSDestination(Destination destination)
Sets the reply-to destination |
void |
MessageImpl.setJMSReplyTo(Destination replyTo)
Sets the reply-to destination |
Uses of Destination in com.caucho.jms.queue |
---|
Classes in com.caucho.jms.queue that implement Destination | |
---|---|
class |
AbstractDestination<E>
Implements an abstract queue. |
class |
AbstractMemoryQueue<E,QE extends QueueEntry<E>>
Provides abstract implementation for a memory queue. |
class |
AbstractQueue<E>
Implements an abstract queue. |
class |
AbstractTopic<E>
Implements an abstract topic. |
class |
DestinationHandle
Implements an abstract queue. |
class |
PollingQueue<E>
Implements an queue which polls the data periodically. |
class |
PollingTopic<E>
Implements an topic which polls the data periodically. |
Methods in com.caucho.jms.queue that return Destination | |
---|---|
Destination |
AbstractDestination.getJMSDestination()
|
Methods in com.caucho.jms.queue with parameters of type Destination | |
---|---|
void |
JmsBlockingQueue.setDestination(Destination destination)
|
Constructors in com.caucho.jms.queue with parameters of type Destination | |
---|---|
JmsBlockingQueue(ConnectionFactory factory,
Destination destination)
|
Uses of Destination in com.caucho.jms.resource |
---|
Methods in com.caucho.jms.resource with parameters of type Destination | |
---|---|
void |
ListenerResource.setDestination(Destination destination)
Sets the JMS Destination (Queue or Topic) |
void |
MessageSenderResource.setDestination(Destination destination)
Sets the JMS Destination (Queue or Topic) |
Uses of Destination in com.caucho.jms.services |
---|
Methods in com.caucho.jms.services with parameters of type Destination | |
---|---|
void |
HessianListener.setDestination(Destination destination)
Sets the name of the input queue. |
void |
JMSServlet.setDestination(Destination destination)
|
Uses of Destination in com.caucho.log |
---|
Methods in com.caucho.log with parameters of type Destination | |
---|---|
void |
JmsHandler.addTarget(Destination target)
Adds a target (queue or jms destination) |
Uses of Destination in com.caucho.quercus.lib.jms |
---|
Constructors in com.caucho.quercus.lib.jms with parameters of type Destination | |
---|---|
JMSQueue(ConnectionFactory connectionFactory,
Destination queue)
Connects to a named queue. |
Uses of Destination in javax.jms |
---|
Subinterfaces of Destination in javax.jms | |
---|---|
interface |
Queue
The main destination. |
interface |
TemporaryQueue
The main destination. |
interface |
TemporaryTopic
The main destination. |
interface |
Topic
The main destination. |
Methods in javax.jms that return Destination | |
---|---|
Destination |
MessageProducer.getDestination()
|
Destination |
Message.getJMSDestination()
|
Destination |
Message.getJMSReplyTo()
|
Methods in javax.jms with parameters of type Destination | |
---|---|
ConnectionConsumer |
Connection.createConnectionConsumer(Destination destination,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
|
MessageConsumer |
Session.createConsumer(Destination destination)
|
MessageConsumer |
Session.createConsumer(Destination destination,
java.lang.String selector)
|
MessageConsumer |
Session.createConsumer(Destination destination,
java.lang.String selector,
boolean noLocal)
|
MessageProducer |
Session.createProducer(Destination destination)
|
void |
MessageProducer.send(Destination destination,
Message message)
|
void |
MessageProducer.send(Destination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive)
|
void |
Message.setJMSDestination(Destination replyTo)
|
void |
Message.setJMSReplyTo(Destination replyTo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |