org.globus.wsrf
Interface TopicListAccessor


public interface TopicListAccessor

Interface implemented by entities (e.g. resources) that have associated topic spaces. Primarly exists to abstract different TopicList implementations.

See Also:
TopicList

Method Summary
 TopicList getTopicList()
          Get the topic list
 

Method Detail

getTopicList

TopicList getTopicList()
Get the topic list

Returns:
The topic list
See Also:
TopicList