|
||||||||||
| 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.AbstractTopic
com.caucho.jms.memory.MemoryTopic
com.caucho.jms.connection.TemporaryTopicImpl
public class TemporaryTopicImpl
A basic topic.
| Field Summary |
|---|
| Fields inherited from class com.caucho.jms.queue.AbstractDestination |
|---|
_messageFactory |
| Method Summary | |
|---|---|
void |
addMessageAvailableListener(MessageAvailableListener consumer)
Adds a new listener to receive message available events. |
void |
delete()
|
void |
removeMessageAvailableListener(MessageAvailableListener consumer)
Removes the consumer receiving messages. |
| Methods inherited from class com.caucho.jms.memory.MemoryTopic |
|---|
closeSubscriber, createSubscriber, getUrl, send |
| Methods inherited from class com.caucho.jms.queue.AbstractTopic |
|---|
init, postConstruct, receive, setTopicName |
| Methods inherited from class com.caucho.jms.queue.AbstractDestination |
|---|
acknowledge, close, drainTo, drainTo, generateMessageID, generateMessageID, getJMSDestination, getName, getQueueName, getReadConsumer, getTopicName, getWriteSession, hasMessage, iterator, offer, offer, peek, poll, poll, put, receive, remainingCapacity, rollback, setName, setSerializationHandle, size, take, toString |
| 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, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.Topic |
|---|
getTopicName, toString |
| 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 addMessageAvailableListener(MessageAvailableListener consumer)
AbstractDestination
addMessageAvailableListener in class AbstractDestinationpublic void removeMessageAvailableListener(MessageAvailableListener consumer)
AbstractDestination
removeMessageAvailableListener in class AbstractDestination
public void delete()
throws JMSException
delete in interface TemporaryTopicJMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||