Package COM.TIBCO.hawk.agent.nest


package COM.TIBCO.hawk.agent.nest
  • Interfaces
    Class
    Description
    This class represents the HAWK Agent that will act as a container for various microagents.
    Used by microagents to service async method subscriptions.
    A MicroAgent that supports async methods must implement this interface.
    ContainerEventListener objects are used to register for and receive microagent add/remove events generated by a MicroAgentContainer.
    A DynamicMicroAgent is a MicroAgent that has its methods invoked through the invokeMethod method instead of through the Java reflection mechanism.
    Objects wishing to run as microagents in the TIBCO Hawk agent must implement this interface.
    A MicroAgentContainer is used to hold active microagents in the agent.
    A ServiceMicroAgent is a MicroAgent that also has access to the MicroAgentContainer.