|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.messagemgr.ConsumerEndpoint
org.exolab.jms.messagemgr.TopicConsumerEndpoint
org.exolab.jms.messagemgr.DurableConsumerEndpoint
public class DurableConsumerEndpoint
A durable subscriber extends ConsumerEndpoint
and is only associated
with a Topic destination. The state of the durable subscriber is
maintained across server invocations by the persistent layer
Field Summary |
---|
Fields inherited from class org.exolab.jms.messagemgr.TopicConsumerEndpoint |
---|
_caches, _topic |
Fields inherited from class org.exolab.jms.messagemgr.ConsumerEndpoint |
---|
_ackMode, _connectionId, _listener, _nolocal, _scheduler, _selector, _session, _size, _transacted, _waitingForMessage, _waitingForMessageMonitor |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the durable subscription name |
java.lang.String |
getPersistentId()
Returns the persistent identifier for this consumer. This is the identity of the consumer which is persistent across subscriptions and server restarts. |
Methods inherited from class org.exolab.jms.messagemgr.TopicConsumerEndpoint |
---|
deliverMessages, destinationAdded, destinationRemoved, doClose, getDestination, messageRemoved, persistentMessageRemoved, receiveMessage, receiveNoWait, recover, unregister |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getPersistentId()
getPersistentId
in class ConsumerEndpoint
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |