|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JmsSession in com.caucho.jms.cluster |
|---|
| Methods in com.caucho.jms.cluster with parameters of type JmsSession | |
|---|---|
AbstractQueue |
ServerTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
AbstractQueue |
ClientTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
void |
ServerQueue.send(JmsSession session,
MessageImpl msg,
int priority,
long expires)
|
void |
ClientQueue.send(JmsSession session,
MessageImpl msg,
int priority,
long expires)
Adds the message to the persistent store. |
void |
ServerTopic.send(JmsSession session,
MessageImpl msg,
int priority,
long expires)
|
void |
ClientTopicSubscriber.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
void |
ClientSubscriber.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
Polls the next message from the store. |
void |
ClientTopic.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
| Uses of JmsSession in com.caucho.jms.connection |
|---|
| Subclasses of JmsSession in com.caucho.jms.connection | |
|---|---|
class |
QueueSessionImpl
A sample queue session. |
class |
TopicSessionImpl
A sample topic session. |
| Fields in com.caucho.jms.connection declared as JmsSession | |
|---|---|
protected JmsSession |
MessageConsumerImpl._session
|
protected JmsSession |
MessageProducerImpl._session
|
| Methods in com.caucho.jms.connection with parameters of type JmsSession | |
|---|---|
protected void |
ConnectionImpl.addSession(JmsSession session)
Adds a session. |
| Constructors in com.caucho.jms.connection with parameters of type JmsSession | |
|---|---|
MessageBrowserImpl(JmsSession session,
AbstractQueue queue,
java.lang.String messageSelector)
|
|
MessageProducerImpl(JmsSession session,
AbstractDestination queue)
|
|
QueueSenderImpl(JmsSession session,
AbstractQueue queue)
|
|
TopicPublisherImpl(JmsSession session,
AbstractTopic topic)
|
|
| Uses of JmsSession in com.caucho.jms.event |
|---|
| Methods in com.caucho.jms.event with parameters of type JmsSession | |
|---|---|
AbstractQueue |
EventTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
void |
EventTopic.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
| Uses of JmsSession in com.caucho.jms.file |
|---|
| Methods in com.caucho.jms.file with parameters of type JmsSession | |
|---|---|
AbstractQueue |
FileTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
void |
FileTopic.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
void |
FileQueue.send(JmsSession session,
MessageImpl msg,
int priority,
long expires)
Adds the message to the persistent store. |
void |
FileSubscriberQueue.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
void |
FileQueue.sendBackup(JmsSession session,
MessageImpl msg,
long leaseTimeout,
int priority,
long expires)
Adds the message to the persistent store. |
| Uses of JmsSession in com.caucho.jms.hemp |
|---|
| Methods in com.caucho.jms.hemp with parameters of type JmsSession | |
|---|---|
AbstractQueue |
HempTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
void |
HempTopic.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
| Uses of JmsSession in com.caucho.jms.jdbc |
|---|
| Methods in com.caucho.jms.jdbc with parameters of type JmsSession | |
|---|---|
void |
JdbcQueue.send(JmsSession session,
MessageImpl message,
int priority,
long expireTime)
Sends the message to the queue. |
| Uses of JmsSession in com.caucho.jms.memory |
|---|
| Methods in com.caucho.jms.memory with parameters of type JmsSession | |
|---|---|
AbstractQueue |
MemoryTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
void |
MemorySubscriberQueue.send(JmsSession sendingSession,
MessageImpl msg,
int priority,
long timeout)
|
void |
MemoryQueue.send(JmsSession session,
MessageImpl msg,
int priority,
long expires)
Adds the message to the persistent store. |
void |
MemoryTopic.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
| Constructors in com.caucho.jms.memory with parameters of type JmsSession | |
|---|---|
MemorySubscriberQueue(JmsSession session,
boolean noLocal)
|
|
| Uses of JmsSession in com.caucho.jms.message |
|---|
| Methods in com.caucho.jms.message with parameters of type JmsSession | |
|---|---|
void |
MessageImpl.setSession(JmsSession session)
Sets the session. |
| Uses of JmsSession in com.caucho.jms.queue |
|---|
| Methods in com.caucho.jms.queue that return JmsSession | |
|---|---|
protected JmsSession |
AbstractDestination.getWriteSession()
|
| Methods in com.caucho.jms.queue with parameters of type JmsSession | |
|---|---|
abstract AbstractQueue |
AbstractTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
abstract void |
AbstractDestination.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
Sends a message to the queue |
| Uses of JmsSession in com.caucho.jms.xmpp |
|---|
| Methods in com.caucho.jms.xmpp with parameters of type JmsSession | |
|---|---|
AbstractQueue |
XmppTopic.createSubscriber(JmsSession session,
java.lang.String name,
boolean noLocal)
|
void |
XmppTopic.send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||