org.globus.wsrf.impl
Class SimpleTopicListMetaData

java.lang.Object
  extended byorg.globus.wsrf.impl.SimpleTopicListMetaData
All Implemented Interfaces:
TopicListMetaData

public class SimpleTopicListMetaData
extends java.lang.Object
implements TopicListMetaData

Simple TopicList meta data.


Field Summary
protected  boolean fixed
           
 
Constructor Summary
SimpleTopicListMetaData()
           
SimpleTopicListMetaData(boolean fixed)
           
 
Method Summary
 boolean isTopicSetFixed()
          Is the topic set fixed?
protected  void setFixedTopicSet(boolean fixed)
          Indicate whether the topic set is fixed or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fixed

protected boolean fixed
Constructor Detail

SimpleTopicListMetaData

public SimpleTopicListMetaData()

SimpleTopicListMetaData

public SimpleTopicListMetaData(boolean fixed)
Method Detail

setFixedTopicSet

protected void setFixedTopicSet(boolean fixed)
Indicate whether the topic set is fixed or not

Parameters:
fixed - Boolean indicating whether the topic set is fixed or not

isTopicSetFixed

public boolean isTopicSetFixed()
Description copied from interface: TopicListMetaData
Is the topic set fixed?

Specified by:
isTopicSetFixed in interface TopicListMetaData
Returns:
Boolean indicating whether the topic set is fixed or not