Methods of Hawk Microagent for TIBCO ActiveMatrix BusinessWorks 6
The following methods for Hawk Microagent for TIBCO ActiveMatrix BusinessWorks 6 are available to monitor ActiveMatrix BusinessWorks applications:
- AppNodeRuntimeStateInfo
Retrieves information about the runtime state of the ActiveMatrix BusinessWorks AppNode. - GetBWAppNodeProcessInfo
Retrieves information about system processes of the ActiveMatrix BusinessWorks AppNode. - GetBWEngineInfo
Retrieves information about the ActiveMatrix BusinessWorks engine currently installed on the AppNode. - GetBWProcessInstanceCount
Returns the total number of running process instances for an application. - GetBWProcessInstanceInfo
Returns details about the running process instances for an application. - GetRecoverableProcesses
Retrieves information of ActiveMatrix BusinessWorks processes which are potentially recoverable for the specific ActiveMatrix BusinessWorks application. - ListBWApplications
Returns a list of ActiveMatrix BusinessWorks applications deployed on the AppNode. - GetApplicationDetails
Returns details of ActiveMatrix BusinessWorks applications deployed on the AppNode. - RemoveRecoverableProcesses
Removes the specified recoverable ActiveMatrix BusinessWorks process instance from the list of potential recoverable processes. After executing this method, the checkpoint data of the specified process instance is removed and the process instance will no longer be able to be recovered. - RestartRecoverableProcesses
Restarts the recoverable process for specified ActiveMatrix BusinessWorks application. - SuspendBWComponent
Suspends the specific component inside an ActiveMatrix BusinessWorks application. - ResumeBWComponent
Resumes the specific component inside an ActiveMatrix BusinessWorks application. - EnableBWProcessStatisticsCollection
Enables statistics collection for the processes in a given application. - DisableBWProcessStatisticsCollection
Disables statistics collection for the processes in a given application. - GetBWActivityStatistics
Retrieves statistics about the activities of processes that have been executed for a given application since the instrumentation was enabled. - GetBWProcessStatistics
Retrieves statistics about the processes that have been executed for a given application since the instrumentation was enabled. - ListBWProcessesEnabledForStatistics
Lists all processes currently enabled for statistics collections on the AppNode. - ResetBWProcessStatistics
Resets the minimum, maximum, and average time statistics gathered for the process. - ResetBWActivityStatistics
Resets the minimum, maximum, and average time statistics gathered for each activity in the specified process. - GetVirtualMachineInfo
Detects all the Java Virtual Machines started by a user on the local machine and retrieves their detailed information. - GetThreadInfo
Returns the details of a specific thread or all threads running on a particular Java Virtual Machine such as execution information, synchronization statistics of a specific thread or all threads. - GetMemoryPoolInfo
Returns the details of memory pools of the Java Virtual Machine process started by a user on a local computer. - addTracing
Adds tracing for the specified parameters. Use either asterisk (*) or exact names. - getTracing
Get a list of all traces with their details. - removeTracing
Removes Trace for given traceId. - onProcessEvent
Gives information about each ActiveMatrix BusinessWorks process event from the EventBus. Use addTracing to get relevant ActiveMatrix BusinessWorks process events. - onActivityEvent
Gives information of each ActiveMatrix BusinessWorks Activity Event from the EventBus. Use addTracing to get relevant ActiveMatrix BusinessWorks Activity Events. - onTransitionEvent
Gives information of each ActiveMatrix BusinessWorks Activity transition event from the EventBus. Use addTracing to get relevant ActiveMatrix BusinessWorks Transition Events.
Copyright © Cloud Software Group, Inc. All rights reserved.