|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.cougaar.util.GenericStateModelAdapter
org.cougaar.core.blackboard.BlackboardClientComponent
org.cougaar.core.plugin.ComponentPlugin
org.cougaar.tutorial.booksonline.common.BOLComponentPlugin
A Component Plugin with some utility methods added for convenience
| Nested Class Summary | |
class |
BOLComponentPlugin.PluginAlarm
Implementation of an Alarm |
| Nested classes inherited from class org.cougaar.core.blackboard.BlackboardClient |
org.cougaar.core.blackboard.BlackboardClient.Local |
| Field Summary |
| Fields inherited from interface org.cougaar.core.plugin.PluginBase |
INSERTION_POINT |
| Fields inherited from interface org.cougaar.util.GenericStateModel |
ACTIVE, IDLE, LOADED, UNINITIALIZED, UNLOADED |
| Fields inherited from interface org.cougaar.core.blackboard.BlackboardClient |
current |
| Constructor Summary | |
BOLComponentPlugin()
|
|
| Method Summary | |
org.cougaar.core.service.DomainService |
getDomainService()
Get DomainService |
void |
setDomainService(org.cougaar.core.service.DomainService service)
Set Domain Service |
void |
setLoggingService(org.cougaar.core.service.LoggingService service)
Set LoggingService |
void |
setUIDService(org.cougaar.core.service.UIDService service)
Set UID Service |
org.cougaar.core.agent.service.alarm.Alarm |
wakeAfter(long delayTime)
Convenience method to specify period of time to wait before stimulating plugin (based on COUGAAR scenario time). |
| Methods inherited from class org.cougaar.core.blackboard.BlackboardClientComponent |
currentTimeMillis, getBlackboardClientName, getParameter, getParameters, halt, initialize, load, resume, setAgentIdentificationService, setAlarmService, setBindingSite, setBlackboardService, setParameter, setSchedulerService, start, stop, suspend, toString, unload |
| Methods inherited from class org.cougaar.util.GenericStateModelAdapter |
getModelState |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.cougaar.util.GenericStateModel |
getModelState, halt, initialize, load, resume, start, stop, suspend, unload |
| Constructor Detail |
public BOLComponentPlugin()
| Method Detail |
public void setUIDService(org.cougaar.core.service.UIDService service)
service - UIDServicepublic void setLoggingService(org.cougaar.core.service.LoggingService service)
service - LoggingServicepublic void setDomainService(org.cougaar.core.service.DomainService service)
service - DomainServicepublic org.cougaar.core.service.DomainService getDomainService()
public org.cougaar.core.agent.service.alarm.Alarm wakeAfter(long delayTime)
delayTime - (Scenario) milliseconds to wait before waking.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||