Package COM.TIBCO.hawk.agent.nest
Interface DynamicMicroAgent
- All Superinterfaces:
MicroAgent
A DynamicMicroAgent is a MicroAgent that has its methods invoked through the
invokeMethod method instead of through the
Java reflection mechanism. Therefore, a DynamicMicroAgent's
class does not need to have public methods that correspond
to its advertised synchronous methods.-
Method Summary
Modifier and TypeMethodDescriptionThis method handles all method invocations for the microagent.Methods inherited from interface COM.TIBCO.hawk.agent.nest.MicroAgent
describeMicroAgent, initializeMicroAgent, thisMicroAgentAdded, thisMicroAgentRemoved
-
Method Details
-
invokeMethod
This method handles all method invocations for the microagent.- Parameters:
mi- The MethodInvocation object identifying the method name and arguments.- Returns:
- The result of the method invocation.
- Throws:
MicroAgentException- if a problem occurred during method invocation.
-