Uses of Interface
org.apache.ws.notification.topics.Topic

Packages that use Topic
org.apache.ws.notification.base   
org.apache.ws.notification.pubsub   
org.apache.ws.notification.topics   
org.apache.ws.notification.topics.expression   
org.apache.ws.pubsub   
 

Uses of Topic in org.apache.ws.notification.base
 

Methods in org.apache.ws.notification.base with parameters of type Topic
 Subscription[] SubscriptionManager.getSubscriptions(NotificationProducerResource producerResource, Topic topic)
           
 void SubscriptionManager.addSubscription(Subscription subscription, Topic[] topics)
           
 void SubscriptionManager.removeSubscription(Subscription subscription, Topic[] topics)
           
 

Uses of Topic in org.apache.ws.notification.pubsub
 

Methods in org.apache.ws.notification.pubsub with parameters of type Topic
 void Publisher.publish(java.lang.Object msg, Topic t)
          DOCUMENT_ME
 

Uses of Topic in org.apache.ws.notification.topics
 

Methods in org.apache.ws.notification.topics that return Topic
 Topic TopicSiblingSet.getTopic(java.lang.String name)
          Gets the topic with the specified name.
 Topic TopicSiblingSet.addTopic(java.lang.String name)
          Creates a new Topic object with the specified name and adds it to this set.
 Topic[] TopicSet.getTopics()
          Returns the topics contained in this topic set.
 Topic[] TopicSet.evaluateTopicExpression(TopicExpression topicExpr)
           
 

Methods in org.apache.ws.notification.topics with parameters of type Topic
 void TopicListener.topicChanged(Topic topic)
          Called when the value of the topic changes
 

Uses of Topic in org.apache.ws.notification.topics.expression
 

Methods in org.apache.ws.notification.topics.expression that return Topic
 Topic[] TopicExpressionEvaluator.evaluate(TopicNamespaceRegistry topicNsRegistry, TopicExpression topicExpr)
          Evaluates the expression over a TopicSpace and returns the set of matching topics.
 Topic[] TopicExpressionEngine.evaluateTopicExpression(TopicExpression topicExpr)
          DOCUMENT_ME
 

Uses of Topic in org.apache.ws.pubsub
 

Methods in org.apache.ws.pubsub with parameters of type Topic
 void Publisher.publish(java.lang.Object msg, Topic t)
          DOCUMENT_ME
 

Constructors in org.apache.ws.pubsub with parameters of type Topic
TopicFilter(Topic t)
          Creates a new TopicFilter object.
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.