|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractQueue
com.caucho.jms.queue.AbstractDestination
com.caucho.jms.queue.AbstractQueue
com.caucho.jms.cluster.ClientTopicSubscriber
public class ClientTopicSubscriber
Subscribes to a topic
| Field Summary |
|---|
| Fields inherited from class com.caucho.jms.queue.AbstractDestination |
|---|
_messageFactory |
| Method Summary | |
|---|---|
MessageImpl |
receive(boolean isAutoAck)
Polls the next message from the store. |
void |
send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
Sends a message to the queue |
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.jms.queue.AbstractQueue |
|---|
addListenerException, addMessageAvailableListener, close, getBrowserList, getConsumerCount, getListenerFailCountTotal, getListenerFailLastTime, getQueueSize, init, notifyMessageAvailable, postConstruct, removeMessageAvailableListener, setQueueName, startPoll, stopPoll |
| Methods inherited from class com.caucho.jms.queue.AbstractDestination |
|---|
acknowledge, drainTo, drainTo, generateMessageID, generateMessageID, getJMSDestination, getName, getQueueName, getReadConsumer, getTopicName, getUrl, getWriteSession, hasMessage, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, rollback, setName, setSerializationHandle, size, take |
| Methods inherited from class java.util.AbstractQueue |
|---|
add, addAll, clear, element, remove |
| Methods inherited from class java.util.AbstractCollection |
|---|
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.jms.Queue |
|---|
getQueueName |
| Methods inherited from interface java.util.concurrent.BlockingQueue |
|---|
add, contains, remove |
| Methods inherited from interface java.util.Queue |
|---|
element, remove |
| Methods inherited from interface java.util.Collection |
|---|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray |
| Method Detail |
|---|
public void send(JmsSession session,
MessageImpl msg,
int priority,
long timeout)
AbstractDestination
send in class AbstractDestination
public MessageImpl receive(boolean isAutoAck)
throws JMSException
receive in class AbstractDestinationisAutoAck - if true, automatically acknowledge the message
JMSExceptionpublic java.lang.String toString()
toString in class AbstractDestination
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||