Hawk

Description

Functions to operate on Hawk Channel.

Functions

NameSignature and Synopsis
describeHawkMicroAgentsMethodString describeHawkMicroAgentsMethod(String agentName, String microAgentName, String methodName)
Get the descripition of microagent method
getAllAgentNamesString[] getAllAgentNames()
Get name of all available TIBCO Hawk agents.
getAllMicroAgentInfoObject[] getAllMicroAgentInfo(String agentName)
Get all microagent of a special agent
getAllMicroAgentMethodInfoObject[] getAllMicroAgentMethodInfo(String agentName, String microAgentName)
Get all microagent methods information
invokeHawkMethodObject[] invokeHawkMethod(String agentName, String microAgentName, String methodName, SimpleEvent params)
Invoke microagent method on a certain agent
invokeHawkMethodOnAllAgentsObject[] invokeHawkMethodOnAllAgents(String microAgentName, String methodName, SimpleEvent params)
Invoke microagent method on all available agents
invokeHawkMethodOnMutipleAgentsObject[] invokeHawkMethodOnMutipleAgents(String[] agentNames, String microAgentName,String methodName, SimpleEvent params)
Invoke microagent method on mutiple agents
setDefaultHawkChannelvoid setDefaultHawkChannel(String channelURI)
Get hawk Channel's properties and initialize the hawkConsoleBase