|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.notification.topics.impl.SubscriptionTopicListener
Topic listener implementation that is associated with a particular Subscription
. Upon a message being
published to the topic being listened to, a notification will be emitted to the consumer associated with the
subscription.
Constructor Summary | |
SubscriptionTopicListener(Subscription subscription)
Construct a listener instance. |
Method Summary | |
Subscription |
getSubscription()
|
void |
topicAdded(Topic topic)
DOCUMENT_ME |
void |
topicChanged(Topic topic)
DOCUMENT_ME |
void |
topicRemoved(Topic topic)
DOCUMENT_ME |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubscriptionTopicListener(Subscription subscription)
subscription
- the subscription which is being wrapped in a listenerMethod Detail |
public Subscription getSubscription()
public void topicChanged(Topic topic)
topicChanged
in interface TopicListener
topic
- DOCUMENT_MEpublic void topicAdded(Topic topic)
topicAdded
in interface TopicListener
topic
- DOCUMENT_MEpublic void topicRemoved(Topic topic)
topicRemoved
in interface TopicListener
topic
- DOCUMENT_ME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |