public interface MicroAgent
| Modifier and Type | Method and Description |
|---|---|
MicroAgentDescriptor |
describeMicroAgent()
Provides the MicroAgentDescriptor for this microagent.
|
void |
initializeMicroAgent(java.lang.String[] args)
This method is called by a microagent container before the microagent is added
to it.
|
void |
thisMicroAgentAdded(MicroAgentID mid)
This method is called by a microagent container when this microagent has been
successfully added to it.
|
void |
thisMicroAgentRemoved()
Called when this microagent is removed from the microagent container.
|
void initializeMicroAgent(java.lang.String[] args)
throws MicroAgentException
args - The command-line arguments or other initialization parameters
that have been designated for this microagentMicroAgentException - if there is a problem with the initializationMicroAgentDescriptor describeMicroAgent() throws MicroAgentException
MicroAgentException - if there is an error generating the descriptionvoid thisMicroAgentAdded(MicroAgentID mid)
mid - The MicroAgentID that has been assigned to this microagentvoid thisMicroAgentRemoved()
Copyright © 2000-2021 TIBCO Inc. All Rights Reserved.