public interface ConsumerCloseNotification extends Notification
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSelector()
Returns the selector related to the subscription that has been closed.
|
java.lang.String |
getSubscriptionId()
Return the unique subscription identifier.
|
java.lang.String |
getTopicName()
Returns the topic related to the subscription that has been closed.
|
getTypejava.lang.String getTopicName()
throws javax.jms.JMSException
javax.jms.JMSExceptionjava.lang.String getSelector()
throws javax.jms.JMSException
javax.jms.JMSExceptionjava.lang.String getSubscriptionId()
throws javax.jms.JMSException
javax.jms.JMSException