| Package | Description |
|---|---|
| COM.TIBCO.hawk.agent.nest |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicMicroAgent
A DynamicMicroAgent is a MicroAgent that has its methods invoked through the
invokeMethod method instead of through the
Java reflection mechanism. |
interface |
ServiceMicroAgent
A ServiceMicroAgent is a MicroAgent that also has access to the
MicroAgentContainer.
|
| Modifier and Type | Method and Description |
|---|---|
MicroAgentID |
MicroAgentContainer.addMicroAgent(MicroAgent micro,
java.lang.String[] args)
Adds a microagent to the container.
|
void |
MicroAgentContainer.removeMicroAgent(MicroAgent micro)
Used to remove a microagent from the container.
|
Copyright © 2000-2021 TIBCO Inc. All Rights Reserved.