| |
|
| org.cougaar.core.plugin.ComponentPlugin org.cougaar.mlm.plugin.organization.GLSExpanderPlugin
GLSExpanderPlugin | public class GLSExpanderPlugin extends ComponentPlugin implements GLSConstants(Code) | | The GLSExpanderPlugin will take the intial GetLogSupport task received by
an agent and expand it into getlogsupport for subordinates.
|
Inner Class :final class KeyHolder | |
createDetermineRequirementsTask | public NewTask createDetermineRequirementsTask(Task task, String ofTypePreposition)(Code) | | Creates a DETERMINEREQUIREMENTS task of the specified type
Task The DetermineRequirements task |
execute | protected void execute()(Code) | | Plugin execute method is called every time one of our
subscriptions has something to do
|
expand | public void expand(Task task)(Code) | | Expand a task into a GLS for subordinates plus
DETERMINEREQUIREMENTS for all types specified by params.
Parameters: task - The Task to expand. |
setLoggingService | final public void setLoggingService(LoggingService logger)(Code) | | rely upon load-time introspection to set these services - don't worry about revokation.
|
setupSubscriptions | protected void setupSubscriptions()(Code) | | Override the setupSubscriptions() in ComponentPlugin
Get an LDMService for factory calls
Use the blackboard service inherited from ComponentPlugin
|
|
|
|