Interface Agent


public interface Agent
This class represents the HAWK Agent that will act as a container for various microagents.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the actual instance of Agent component.
    COM.TIBCO.hawk.console.nest.agent.AgentConfiguration
    This method returns the configuration of HAWK Agent.
    This method returns the container of various microagents.
  • Method Details

    • getAgent

      Agent getAgent()
      This method returns the actual instance of Agent component.
    • getAgentConfig

      COM.TIBCO.hawk.console.nest.agent.AgentConfiguration getAgentConfig()
      This method returns the configuration of HAWK Agent.
    • getMicroAgentContainer

      MicroAgentContainer getMicroAgentContainer()
      This method returns the container of various microagents.