org.cougaar.pizza.plugin.util
Class PublishTaxonomy

java.lang.Object
  extended byorg.cougaar.util.GenericStateModelAdapter
      extended byorg.cougaar.core.component.ComponentSupport
          extended byorg.cougaar.servicediscovery.util.yp.PublishTaxonomy
              extended byorg.cougaar.pizza.plugin.util.PublishTaxonomy
All Implemented Interfaces:
org.cougaar.core.component.Component, org.cougaar.util.GenericStateModel

public class PublishTaxonomy
extends org.cougaar.servicediscovery.util.yp.PublishTaxonomy

Simple extension of the main ServiceDiscovery PublishTaxonomy support class, to point to the tModelNames needed by the pizza application, and point to the pizza app Taxonomy files. Note that this class could be used by any simple SD application that needs only the Commercial Service Scheme, by simply using your own Constants.getDataPath().


Nested Class Summary
 
Nested classes inherited from class org.cougaar.servicediscovery.util.yp.PublishTaxonomy
org.cougaar.servicediscovery.util.yp.PublishTaxonomy.PublishAlarm
 
Field Summary
 
Fields inherited from interface org.cougaar.util.GenericStateModel
ACTIVE, IDLE, LOADED, UNINITIALIZED, UNLOADED
 
Constructor Summary
PublishTaxonomy()
           
 
Method Summary
 void initialize()
           
 
Methods inherited from class org.cougaar.servicediscovery.util.yp.PublishTaxonomy
addCougaarBinding, addSoapBinding, addTModelName, getAgentIdentificationService, getAlarmService, getBasePath, getLoggingService, getThreadService, getWarningCutoffTime, getYPService, load, loadTaxonomies, setAgentIdentificationService, setAlarmService, setBasePath, setLoggingService, setThreadService, setTModelNames, setYPService
 
Methods inherited from class org.cougaar.core.component.ComponentSupport
getBindingSite, getServiceBroker, setBindingSite
 
Methods inherited from class org.cougaar.util.GenericStateModelAdapter
getModelState, halt, resume, start, stop, suspend, transitState, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cougaar.util.GenericStateModel
getModelState, halt, resume, start, stop, suspend, unload
 

Constructor Detail

PublishTaxonomy

public PublishTaxonomy()
Method Detail

initialize

public void initialize()