

Public Member Functions | |
| String | getTopicName () throws javax.jms.JMSException |
| String | getSelector () throws javax.jms.JMSException |
| String | getSubscriptionId () throws javax.jms.JMSException |
Public interface. Notification periodically generated for any active subscription. The frequency is determined by the property <blockquote>
cmw.mom.keepalive</blockquote>
, representing the number of seconds between each notification (0 if keep-alive notifications are not needed).
| String cern::cmw::mom::pubsub::ConsumerAliveNotification::getSelector | ( | ) | throws javax.jms.JMSException |
Return the selector related to the active subscription.
| javax.jms.JMSException |
Implemented in cern::cmw::mom::pubsub::impl::ConsumerAliveNotificationImpl.
| String cern::cmw::mom::pubsub::ConsumerAliveNotification::getSubscriptionId | ( | ) | throws javax.jms.JMSException |
Return the unique subscription identifier.
| javax.jms.JMSException |
Implemented in cern::cmw::mom::pubsub::impl::ConsumerAliveNotificationImpl.
| String cern::cmw::mom::pubsub::ConsumerAliveNotification::getTopicName | ( | ) | throws javax.jms.JMSException |
Return the topic related to the active subscription.
| javax.jms.JMSException |
Implemented in cern::cmw::mom::pubsub::impl::ConsumerAliveNotificationImpl.
1.6.2