org.apache.ws.notification.topics
Interface TopicSpace

All Superinterfaces:
TopicListenerList, TopicSet
All Known Implementing Classes:
TopicSpaceImpl

public interface TopicSpace
extends TopicSet, TopicListenerList

A topic space (i.e. a hierarchy of topics within a particular namespace). Provides methods for managing the topics and performing queries on them.


Method Summary
 java.lang.String getName()
          Returns this topic space's name.
 java.lang.String getTargetNamespace()
          Returns this topic space's target namespace.
 
Methods inherited from interface org.apache.ws.notification.topics.TopicSet
addTopic, addTopic, containsTopic, getTopic, removeTopic, topicIterator
 
Methods inherited from interface org.apache.ws.notification.topics.TopicListenerList
addTopicListener, removeTopicListener, topicListenerIterator
 

Method Detail

getTargetNamespace

public java.lang.String getTargetNamespace()
Returns this topic space's target namespace.

Returns:
this topic space's target namespace

getName

public java.lang.String getName()
Returns this topic space's name.

Returns:
this topic space's name


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