| Interface | Description |
|---|---|
| AgentMonitorListener |
Receives notifications when agents are discovered to be alive or expired.
|
| AlertMonitorListener |
Objects implementing AlertMonitorListener are used to receive all alert related events.
|
| AlertState |
Represents various states an Alert can be
|
| ErrorExceptionListener |
Receives a notification when the TIBHawkConsole is no longer
able to continue generating MonitorEvents due to some critical error.
|
| ExceptionListener |
A marker interface that the exception related TIBHawkConsole event listeners extend.
|
| ExtendedRuleBaseListMonitorListener |
Receives notifications of rulebase add/remove and update events.
|
| MicroAgentListMonitorListener |
Receives notifications of microagent add/remove events.
|
| MonitorListener |
A marker interface that all monitoring related TIBHawkConsole event listeners extend.
|
| PersistenceManager | |
| RuleBaseListMonitorListener |
Receives notifications of rulebase add/remove events.
|
| RuleBaseMonitorListener |
This interface is the parent of all listener interfaces
associated with rulebase related events.
|
| WarningExceptionListener |
Receives a notification when the TIBHawkConsole has detected
a non-critical error (warning) condition in its processing of
MonitorEvents.
|
| Class | Description |
|---|---|
| AgentID |
AgentID objects identify real agent processes through the combination
of agent name, agent dns name, and hawk domain.
|
| AgentInstance |
AgentInstance objects are used to represent agents.
|
| AgentManager |
The AgentManager is used to monitor TIB/Hawk agent events.
|
| AgentMonitor |
The AgentMonitor is used to monitor TIB/Hawk agent events.
|
| AgentMonitorEvent |
AgentMonitorEvent objects are generated when agents are discovered
to be alive or expired.
|
| AgentPlatform |
This class represents the platform on which Agent is residing.
|
| AgentVersion |
This class represents the version of the Agent component with appropriate details.
|
| AlertMonitorEvent |
The root class for all alert related events.
|
| ClearAlertEvent |
ClearAlertEvents are generated when a rulebase loaded in the agent's rulebase engine
sends a clear event.
|
| ConsoleLogger | |
| ErrorExceptionEvent |
This class represents the Error causing this event exceptions
|
| ExceptionEvent |
This class represents the base class that will be used to log various event exceptions during use of console API
|
| MicroAgentListMonitorEvent |
A MicroAgentListMonitorEvent object is generated when agent's list of currently loaded
microagents is found to have changed.
|
| MonitorEvent |
The root class for all monitoring related console events.
|
| PersistenceManagerFactory | |
| PersistenceSubscriptionWrapper | |
| PostAlertEvent |
PostAlertEvents are generated when a rulebase loaded in the agent's rulebase engine
sends an alert.
|
| RuleBaseListMonitorEvent |
A RuleBaseListMonitorEvent object is generated when agent's list of currently loaded
rulebases is found to have changed.
|
| RuleBaseMonitorEvent |
The root class for all rulebase related events.
|
| RuleBaseStatus |
This class represents the status of a rulebase.
|
| TIBHawkConsole |
The TIBHawkConsole provides access to services
that can be used for monitoring and management of
TIB/Hawk agent events.
|
| TIBHawkConsoleFactory |
This class provides an instance of HAWK Console application, based on the configured properties.
|
| WarningExceptionEvent |
This class represents the Warning causing this event exceptions
|
| Exception | Description |
|---|---|
| ConsoleError |
Delivered asynchronously in ErrorEvents when the
console encounters some critical error.
|
| ConsoleException |
The superclass of all checked exceptions thrown or delivered by the TIBHawkConsole.
|
| ConsoleInitializationException |
Thrown when there is an error durring console initialization
|
| ConsoleWarning |
Delivered asynchronously in WarningEvents when the
console encounters a warning condition.
|
Copyright © 2000-2021 TIBCO Inc. All Rights Reserved.