com.centrasite.control.extpt
Class AbstractTopicItems

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.centrasite.control.extpt.AbstractTopicItems
All Implemented Interfaces:
TopicItems, com.softwareag.cis.plugin.registry.ExtensionImplementation

public abstract class AbstractTopicItems
extends com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
implements TopicItems


Field Summary
static java.lang.String rcs_id
           
 
Constructor Summary
AbstractTopicItems()
           
 
Method Summary
 boolean appliesTo(com.softwareag.cis.plugin.extpt.Topic topic)
          Test whether this instance of implementation class contributes to the given topic
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.centrasite.control.extpt.TopicItems
getItems
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Field Detail

rcs_id

public static final java.lang.String rcs_id
See Also:
Constant Field Values
Constructor Detail

AbstractTopicItems

public AbstractTopicItems()
Method Detail

appliesTo

public boolean appliesTo(com.softwareag.cis.plugin.extpt.Topic topic)
Test whether this instance of implementation class contributes to the given topic

Specified by:
appliesTo in interface TopicItems
Parameters:
topic - the topic
Returns:
true if this instance contributes to given topic