org.cougaar.tutorial.booksonline.domain
Class BOLDomain

java.lang.Object
  extended byorg.cougaar.util.GenericStateModelAdapter
      extended byorg.cougaar.core.domain.DomainAdapter
          extended byorg.cougaar.tutorial.booksonline.domain.BOLDomain
All Implemented Interfaces:
org.cougaar.core.component.Component, org.cougaar.core.domain.Domain, org.cougaar.core.domain.DomainBase, org.cougaar.util.GenericStateModel

public class BOLDomain
extends org.cougaar.core.domain.DomainAdapter

The Domain for Books Online.

Author:
ttschampel

Field Summary
 
Fields inherited from interface org.cougaar.util.GenericStateModel
ACTIVE, IDLE, LOADED, UNINITIALIZED, UNLOADED
 
Constructor Summary
BOLDomain()
           
 
Method Summary
 java.lang.String getDomainName()
          Get the Domain Name
 void load()
          Load the domain and custom aspect types used throughout BOL
 
Methods inherited from class org.cougaar.core.domain.DomainAdapter
getBindingSite, getFactory, getLoggingService, getXPlan, invokeABAChangeLogicProviders, invokeEnvelopeLogicProviders, invokeMessageLogicProviders, invokeRestartLogicProviders, setBindingSite, setParameter
 
Methods inherited from class org.cougaar.util.GenericStateModelAdapter
getModelState, halt, initialize, resume, start, stop, suspend, unload
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cougaar.util.GenericStateModel
getModelState, halt, initialize, resume, start, stop, suspend, unload
 

Constructor Detail

BOLDomain

public BOLDomain()
Method Detail

getDomainName

public java.lang.String getDomainName()
Get the Domain Name

Returns:
Domain name

load

public void load()
Load the domain and custom aspect types used throughout BOL