Uses of Interface
org.globus.wsrf.Topic

Packages that use Topic
org.globus.wsrf   
org.globus.wsrf.impl   
 

Uses of Topic in org.globus.wsrf
 

Methods in org.globus.wsrf that return Topic
 Topic Topic.getTopic(QName topicName)
          Get the sub-topic with the given topic name
 Topic TopicList.getTopic(List topicPath)
          Get the topic for the given topic path.
 

Methods in org.globus.wsrf with parameters of type Topic
 void TopicListener.topicChanged(Topic topic)
          Called when the value of the topic changes
 void TopicListener.topicAdded(Topic topic)
          Called when a topic is added
 void TopicListener.topicRemoved(Topic topic)
          Called when a topic is removed
 void Topic.addTopic(Topic topic)
          Add a sub-topic.
 void Topic.removeTopic(Topic topic)
          Remove a sub-topic
 void TopicList.addTopic(Topic topic)
          Add a root topic
 void TopicList.removeTopic(Topic topic)
          Remove the root topic
 

Uses of Topic in org.globus.wsrf.impl
 

Classes in org.globus.wsrf.impl that implement Topic
 class ResourcePropertyTopic
          This class can be used to expose arbitrary ResourceProperty as a Topic.
 class SimpleTopic
          Simple in-memory implementation of the Topic interface
 

Fields in org.globus.wsrf.impl declared as Topic
protected  Topic ResourcePropertyTopic.topic
           
 

Methods in org.globus.wsrf.impl that return Topic
 Topic ResourcePropertyTopic.getTopic(QName topicName)
           
 Topic SimpleTopic.getTopic(QName topicName)
           
 Topic SimpleTopicList.getTopic(List topicPath)
           
 

Methods in org.globus.wsrf.impl with parameters of type Topic
 void ResourcePropertyTopic.addTopic(Topic topic)
           
 void ResourcePropertyTopic.removeTopic(Topic topic)
           
 void SimpleTopic.addTopic(Topic topic)
           
 void SimpleTopic.removeTopic(Topic topic)
           
 void SimpleTopic.topicAdded(Topic topic)
           
 void SimpleTopic.topicChanged(Topic topic)
           
 void SimpleTopic.topicRemoved(Topic topic)
           
 void SimpleTopicList.addTopic(Topic topic)
           
 void SimpleTopicList.removeTopic(Topic topic)
           
 void SimpleTopicList.topicAdded(Topic topic)
           
 void SimpleTopicList.topicChanged(Topic topic)
           
 void SimpleTopicList.topicRemoved(Topic topic)
           
 void SimpleSubscriptionTopicListener.topicChanged(Topic topic)
           
 void SimpleSubscriptionTopicListener.topicAdded(Topic topic)
           
 void SimpleSubscriptionTopicListener.topicRemoved(Topic topic)
           
 



Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.