| org.cougaar.core.component.ParameterizedComponent org.cougaar.core.thread.ThreadsWellBehavedPlugin
ThreadsWellBehavedPlugin | public class ThreadsWellBehavedPlugin extends ParameterizedComponent (Code) | | This class marks the agent as wellbehaved. This means that all the
plugins in the agent will not block on IO or Network and will not
hog the CPU. This Plugin calls the ThreadControlService and sets
the default Thread Lane to be WELL_BEHAVED. After load time, the
plugin should do nothing.
This is designed to be an Agent Plugin
JAZ this has not been tested with mobility, yet. Also, what about
when this plugin loads, maybe some threads will already be started.
|
ThreadsWellBehavedPlugin | public ThreadsWellBehavedPlugin()(Code) | | |
|
|