org.apache.ws.notification.topics
Interface TopicSpace

All Superinterfaces:
TopicSet

public interface TopicSpace
extends TopicSet

A topic space (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
 

Method Detail

getName

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

Returns:
this topic space's name

getTargetNamespace

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

Returns:
this topic space's target namespace


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