Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACTION - Static variable in class COM.TIBCO.hawk.console.security.HsOperation
- ACTION_INFO - Static variable in class COM.TIBCO.hawk.console.security.HsOperation
- addAgentMonitorListener(AgentMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Adds a AgentMonitorListener to the console.
- addAlertMonitorListener(AlertMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Adds a AlertMonitorListener.
- addContainerEventListener(ContainerEventListener) - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgentContainer
-
Registers a listener which receives microagent add/remove events.
- addErrorExceptionListener(ErrorExceptionListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Adds an ErrorExceptionListener.
- addMicroAgent(MicroAgent, String[]) - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgentContainer
-
Adds a microagent to the container.
- addMicroAgentListMonitorListener(MicroAgentListMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Adds a MicroAgentListMonitorListener.
- addRuleBaseListMonitorListener(RuleBaseListMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Adds a RuleBaseListMonitorListener.
- addWarningExceptionListener(WarningExceptionListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Adds a WarningExceptionListener.
- agent() - Method in class COM.TIBCO.hawk.console.security.HsNode
- Agent - Class in COM.TIBCO.hawk.talon
-
Agent objects are used to identify microagents.
- Agent - Interface in COM.TIBCO.hawk.agent.nest
-
This class represents the HAWK Agent that will act as a container for various microagents.
- Agent(String, String, String, long) - Constructor for class COM.TIBCO.hawk.talon.Agent
-
Constructs an Agent object
- agentEventMonitor - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentID - Class in COM.TIBCO.hawk.console.hawkeye
-
AgentID objects identify real agent processes through the combination of agent name, agent dns name, and hawk domain.
- AgentID(AgentID) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentID
- AgentInstance - Class in COM.TIBCO.hawk.console.hawkeye
-
AgentInstance objects are used to represent agents.
- AgentInstance(AgentID, AgentVersion, AgentPlatform, long, String, byte[], int, RuleBaseStatus[], MicroAgentID[], AgentInstanceID, byte[], AgentEventMonitor) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentInstance
- agentManager - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- AgentManager - Class in COM.TIBCO.hawk.console.hawkeye
-
The AgentManager is used to monitor TIB/Hawk agent events.
- AgentManager() - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentManager
- AgentManager(String, String, int, int) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentManager
- AgentManager(String, String, String, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentManager
- AgentManager(String, String, String, String, String, Hashtable) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentManager
- AgentManager(String, String, Hashtable) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentManager
- AgentManager(Map) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentManager
- agentMonitor - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- AgentMonitor - Class in COM.TIBCO.hawk.console.hawkeye
-
The AgentMonitor is used to monitor TIB/Hawk agent events.
- AgentMonitor() - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentMonitor(String, String, int, int) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentMonitor(String, String, String, String, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Constructor.
- AgentMonitor(String, String, String, String, String, Hashtable, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentMonitor(String, String, Hashtable, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentMonitor(Map) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentMonitorEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
AgentMonitorEvent objects are generated when agents are discovered to be alive or expired.
- AgentMonitorEvent(Object) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentMonitorEvent
- agentMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentMonitorListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
Receives notifications when agents are discovered to be alive or expired.
- AgentPlatform - Class in COM.TIBCO.hawk.console.hawkeye
-
This class represents the platform on which Agent is residing.
- AgentPlatform(String, String, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentPlatform
- agentTable - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AgentVersion - Class in COM.TIBCO.hawk.console.hawkeye
-
This class represents the version of the Agent component with appropriate details.
- AgentVersion(int, int, int) - Constructor for class COM.TIBCO.hawk.console.hawkeye.AgentVersion
- ALERT_HIGH - Static variable in interface COM.TIBCO.hawk.console.hawkeye.AlertState
- ALERT_LOW - Static variable in interface COM.TIBCO.hawk.console.hawkeye.AlertState
- ALERT_MEDIUM - Static variable in interface COM.TIBCO.hawk.console.hawkeye.AlertState
- AlertMonitorEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
The root class for all alert related events.
- alertMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- AlertMonitorListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
Objects implementing AlertMonitorListener are used to receive all alert related events.
- AlertState - Interface in COM.TIBCO.hawk.console.hawkeye
-
Represents various states an Alert can be
- AMI_TRACE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AMI trace object.
- AsyncDataHandler - Interface in COM.TIBCO.hawk.agent.nest
-
Used by microagents to service async method subscriptions.
- AsyncMethodHandler - Interface in COM.TIBCO.hawk.agent.nest
-
A MicroAgent that supports async methods must implement this interface.
- authorize(HsIdentifier, HsOperation) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
C
- cancel() - Method in interface COM.TIBCO.hawk.talon.Subscription
-
Used to cancel the subscription.
- characterEncoding - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- checkInitState(String, boolean) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Helper method.
- checkShutdownState() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Helper method.
- ClearAlertEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
ClearAlertEvents are generated when a rulebase loaded in the agent's rulebase engine sends a clear event.
- ClearAlertEvent(Object, RuleBaseStatus, long, long, boolean, boolean, int, String, int) - Constructor for class COM.TIBCO.hawk.console.hawkeye.ClearAlertEvent
- CNAME - Static variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- CNAME - Static variable in class COM.TIBCO.hawk.console.security.HsFramework
- COM.TIBCO.hawk.agent.nest - package COM.TIBCO.hawk.agent.nest
- COM.TIBCO.hawk.console.hawkeye - package COM.TIBCO.hawk.console.hawkeye
- COM.TIBCO.hawk.console.security - package COM.TIBCO.hawk.console.security
- COM.TIBCO.hawk.talon - package COM.TIBCO.hawk.talon
- COM.TIBCO.hawk.utilities.misc - package COM.TIBCO.hawk.utilities.misc
- CompositeData - Class in COM.TIBCO.hawk.talon
-
An open data type used to build aggregates.
- CompositeData(DataElement[]) - Constructor for class COM.TIBCO.hawk.talon.CompositeData
-
Constructs a CompositeData from an array of DataElement objects.
- CompositeDataDescriptor - Class in COM.TIBCO.hawk.talon
-
This subclass of DataDescriptor is used to describe objects of type CompositeData.
- CompositeDataDescriptor(String, String, DataDescriptor[]) - Constructor for class COM.TIBCO.hawk.talon.CompositeDataDescriptor
-
Constructs a CompositeDataDescriptor.
- config - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- CONSOLE - Static variable in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
- ConsoleError - Exception in COM.TIBCO.hawk.console.hawkeye
-
Delivered asynchronously in ErrorEvents when the console encounters some critical error.
- ConsoleError(String) - Constructor for exception COM.TIBCO.hawk.console.hawkeye.ConsoleError
- ConsoleError(String, Throwable) - Constructor for exception COM.TIBCO.hawk.console.hawkeye.ConsoleError
- ConsoleException - Exception in COM.TIBCO.hawk.console.hawkeye
-
The superclass of all checked exceptions thrown or delivered by the TIBHawkConsole.
- ConsoleInitializationException - Exception in COM.TIBCO.hawk.console.hawkeye
-
Thrown when there is an error durring console initialization
- ConsoleInitializationException(String) - Constructor for exception COM.TIBCO.hawk.console.hawkeye.ConsoleInitializationException
- ConsoleInitializationException(String, Throwable) - Constructor for exception COM.TIBCO.hawk.console.hawkeye.ConsoleInitializationException
- ConsoleLogger - Class in COM.TIBCO.hawk.console.hawkeye
- ConsoleLogger() - Constructor for class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
- ConsoleWarning - Exception in COM.TIBCO.hawk.console.hawkeye
-
Delivered asynchronously in WarningEvents when the console encounters a warning condition.
- ConsoleWarning(String) - Constructor for exception COM.TIBCO.hawk.console.hawkeye.ConsoleWarning
- ContainerEventListener - Interface in COM.TIBCO.hawk.agent.nest
-
ContainerEventListener objects are used to register for and receive microagent add/remove events generated by a MicroAgentContainer.
- containsRow(DataElement[]) - Method in class COM.TIBCO.hawk.talon.TabularData
-
Returns true if the table contains the row indexed by the specified data elements.
- contents - Variable in class COM.TIBCO.hawk.console.security.HsIdentifier
- contents - Variable in class COM.TIBCO.hawk.console.security.HsOperation
- contents - Variable in class COM.TIBCO.hawk.console.security.HsPackedOperation
- createAlertStore() - Method in interface COM.TIBCO.hawk.console.hawkeye.PersistenceManager
- createHawkConsole(Map) - Method in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsoleFactory
-
Create a new HawkConsole with given properties
- createId(HsOperation) - Method in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
-
Called from the TIB/Hawk Console API to obtain identification information needed to pack a message into secure form.
- createId(HsOperation) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- createSubscriptionDataStore(Subscription) - Method in interface COM.TIBCO.hawk.console.hawkeye.PersistenceManager
D
- daemon - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- DAEMON - Static variable in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
- DataDescriptor - Class in COM.TIBCO.hawk.talon
-
Describes a data object which is used as either an argument parameter or return parameter in a MethodDescriptor
- DataDescriptor(String, Class, String) - Constructor for class COM.TIBCO.hawk.talon.DataDescriptor
-
Constructs a DataDescriptor with only the required fields.
- DataDescriptor(String, Class, String, Object, Object[], Object[]) - Constructor for class COM.TIBCO.hawk.talon.DataDescriptor
-
Constructs a DataDescriptor.
- DataElement - Class in COM.TIBCO.hawk.talon
-
Used to represent data objects in name-value pairs.
- DataElement(String, Object) - Constructor for class COM.TIBCO.hawk.talon.DataElement
- DEBUG - Static variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- DEBUG - Static variable in class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
- DEBUG_LEVEL - Static variable in class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
- decrypt(HsPackedOperation) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- DEFAULT_ROLE_NAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
- describe() - Method in interface COM.TIBCO.hawk.console.security.HsAgentInterface
-
All implementers must provide a description of themselves.
- describe() - Method in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
-
All implementers must provide a description of themselves.
- describe(MicroAgentID) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
This method may be used to retrieve a descriptor for a microagent.
- describe(MicroAgentID) - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
-
This method may be used to retrieve a descriptor for a microagent.
- describeAgentSecurityPolicyClass() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- describeConsoleSecurityPolicyClass() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- describeMicroAgent() - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgent
-
Provides the MicroAgentDescriptor for this microagent.
- deserialize(byte[]) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- dns() - Method in class COM.TIBCO.hawk.console.security.HsNode
- domain - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- domain - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- domain() - Method in class COM.TIBCO.hawk.console.security.HsNode
- DynamicMicroAgent - Interface in COM.TIBCO.hawk.agent.nest
-
A DynamicMicroAgent is a MicroAgent that has its methods invoked through the
invokeMethodmethod instead of through the Java reflection mechanism.
E
- encrypt(HsOperation) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- equals(Object) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentID
- equals(Object) - Method in class COM.TIBCO.hawk.talon.Agent
- equals(Object) - Method in class COM.TIBCO.hawk.talon.CompositeData
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.CompositeDataDescriptor
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.DataDescriptor
- equals(Object) - Method in class COM.TIBCO.hawk.talon.DataElement
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.MethodInvocation
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.MethodSubscription
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Determines if two MicroAgentID objects are equal.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.TabularData
-
Compares this object against the specified object.
- equals(Object) - Method in class COM.TIBCO.hawk.talon.TabularDataDescriptor
-
Compares this object against the specified object.
- ERROR_LEVEL - Static variable in class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
- ErrorExceptionEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
This class represents the Error causing this event exceptions
- ErrorExceptionEvent(Object, ConsoleError) - Constructor for class COM.TIBCO.hawk.console.hawkeye.ErrorExceptionEvent
- errorExceptionListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- ErrorExceptionListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
Receives a notification when the TIBHawkConsole is no longer able to continue generating MonitorEvents due to some critical error.
- ExceptionEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
This class represents the base class that will be used to log various event exceptions during use of console API
- ExceptionListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
A marker interface that the exception related TIBHawkConsole event listeners extend.
- ExtendedRuleBaseListMonitorListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
Receives notifications of rulebase add/remove and update events.
G
- getAgent() - Method in interface COM.TIBCO.hawk.agent.nest.Agent
-
This method returns the actual instance of Agent component.
- getAgent() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Returns the Agent object identifying which agent is hosting the microagent.
- getAgentConfig() - Method in interface COM.TIBCO.hawk.agent.nest.Agent
-
This method returns the configuration of HAWK Agent.
- getAgentID() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the AgentID of this agent.
- getAgentInstance() - Method in class COM.TIBCO.hawk.console.hawkeye.MonitorEvent
-
Identifies the agent instance associated with this event.
- getAgentManager() - Method in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Returns the agent manager.
- getAgentMonitor() - Method in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Returns the agent monitor.
- getAgentPlatform() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the agent platform.
- getAgentSecurityPolicyClassName() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- getAgentVersion() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the agent version.
- getAlertID() - Method in class COM.TIBCO.hawk.console.hawkeye.AlertMonitorEvent
-
Retrieves the alert id associated whith this particular event.
- getAlertIDs() - Method in class COM.TIBCO.hawk.console.hawkeye.RuleBaseStatus
-
Returns the ids of the alerts associated with this rulebase.
- getAlertState() - Method in class COM.TIBCO.hawk.console.hawkeye.PostAlertEvent
-
The alert state.
- getAlertText() - Method in class COM.TIBCO.hawk.console.hawkeye.PostAlertEvent
-
The alert text.
- getAllData() - Method in class COM.TIBCO.hawk.talon.TabularData
-
Retrieves all elements of the table in an array of Object arrays.
- getAllDataElements() - Method in class COM.TIBCO.hawk.talon.TabularData
-
Retrieves all elements of the table in an array of DataElement arrays.
- getArgumentDescriptors() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns a DataDescriptor array describing the method's arguments or null if this method accepts no arguments.
- getArguments() - Method in class COM.TIBCO.hawk.talon.MethodInvocation
-
Returns the array of DataElement objects representing the method arguments.
- getArgumentValue(String) - Method in class COM.TIBCO.hawk.talon.MethodInvocation
-
Returns the DataElement object representing the named method argument.
- getChecksum() - Method in class COM.TIBCO.hawk.console.hawkeye.RuleBaseStatus
-
Returns the checksum of the rulebase.
- getChecksum() - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Returns the checksum of this descriptor.
- getChecksum() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Returns the checksum of the microagent's descriptor.
- getCluster() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the cluster parameter used to initialize the agent.
- getColumnNames() - Method in class COM.TIBCO.hawk.talon.TabularData
-
Returns an array of the column names used to construct this table
- getColumnNames() - Method in class COM.TIBCO.hawk.talon.TabularDataDescriptor
-
Returns an array of the column names derived from the DataDescriptor elements used to construct this descriptor.
- getColumnTypes() - Method in class COM.TIBCO.hawk.talon.TabularData
-
An array of strings representing the types of the data objects in each column.
- getColumnTypes() - Method in class COM.TIBCO.hawk.talon.TabularDataDescriptor
-
Returns an array of column types derived from the DataDescriptor elements used to construct this descriptor.
- getConsoleError() - Method in class COM.TIBCO.hawk.console.hawkeye.ErrorExceptionEvent
-
Retrieves the ConsoleError that caused this event.
- getConsoleException() - Method in class COM.TIBCO.hawk.console.hawkeye.ExceptionEvent
- getConsoleSecurityPolicyClassName() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- getConsoleWarning() - Method in class COM.TIBCO.hawk.console.hawkeye.WarningExceptionEvent
-
Retrieves the ConsoleWarning that caused this event.
- getData() - Method in class COM.TIBCO.hawk.talon.MicroAgentData
-
Returns the generated data.
- getDataElements() - Method in class COM.TIBCO.hawk.talon.CompositeData
-
Returns an array containing the same DataElement objects, but not necessarily in the same order, used to construct this object.
- getDefault() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Returns a default value for this parameter.
- getDescription() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Returns a description of the parameter.
- getDescription() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns a description of this method
- getDescription() - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Returns a description of the microagent.
- getDisplayName() - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Returns the display name of the microagent.
- getDisplayName() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Returns the microagent display name.
- getDns() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentID
-
Returns the dns name of the agent.
- getDns() - Method in class COM.TIBCO.hawk.talon.Agent
- getDomainName() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- getElementDescriptors() - Method in class COM.TIBCO.hawk.talon.CompositeDataDescriptor
-
Returns the descriptors of the aggregated elements
- getException() - Method in exception COM.TIBCO.hawk.talon.MicroAgentException
-
Returns the embedded exception.
- getHandback() - Method in interface COM.TIBCO.hawk.talon.Subscription
-
Returns the handback parameter used when the subscription was registered.
- getHawkDomain() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentID
-
Returns the hawk domain of the agent.
- getHawkDomain() - Method in class COM.TIBCO.hawk.talon.Agent
- getImpact() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns the impact of this method.
- getIndexNames() - Method in class COM.TIBCO.hawk.talon.TabularData
-
Returns an array of the index names used to construct this table
- getIndexNames() - Method in class COM.TIBCO.hawk.talon.TabularDataDescriptor
-
Returns an array of the index names used to construct this table descriptor.
- getInstance() - Static method in class COM.TIBCO.hawk.console.hawkeye.PersistenceManagerFactory
- getInstance() - Static method in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsoleFactory
-
To get an instance of TIBHawkConsoleFactory class.
- getInstance() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Returns the microagent instance.
- getInterval() - Method in class COM.TIBCO.hawk.talon.MethodSubscription
-
Returns the subscription interval of subscriptions constructed for synchronous methods.
- getIPAddress() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the IP address string "%d.%d.%d.%d"
- getLegalValueChoices() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Lists the legal values for the described parameter.
- getLicenseSettings() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Deprecated.as of TIB/Hawk version 3.1.0
- getLowestCause(Throwable) - Static method in exception COM.TIBCO.hawk.console.hawkeye.ConsoleException
- getMajorVersion() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentVersion
- getMaxResponseTime() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns the maximum response time for this method.
- getMethodDescriptors() - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Returns the descriptors for the methods supported by this microagent.
- getMethodName() - Method in class COM.TIBCO.hawk.talon.MethodInvocation
-
Returns the method name
- getMethodSubscription() - Method in interface COM.TIBCO.hawk.talon.Subscription
-
Returns the MethodSubscription object used when the subscription was registered.
- getMicroAgentContainer() - Method in interface COM.TIBCO.hawk.agent.nest.Agent
-
This method returns the container of various microagents.
- getMicroAgentID() - Method in class COM.TIBCO.hawk.console.hawkeye.MicroAgentListMonitorEvent
-
Identifies the microagent this event relates to.
- getMicroAgentID() - Method in interface COM.TIBCO.hawk.talon.Subscription
-
Returns the microagent id used when the subscription was registered.
- getMicroAgentIDs(String) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Queries all agents to learn the id of all microagents matching the supplied name.
- getMicroAgentIDs(String) - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
-
Queries the MicroAgentServer to learn the id of all microagents matching the supplied name.
- getMicroAgentIDs(String, int) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Queries all agents to learn the id of microagents matching the supplied name.
- getMicroAgentIDs(String, int) - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
- getMicroAgentIDs(String, String, String, String, int) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Queries specific agents to learn the id of microagents matching the supplied name.
- getMicroAgentIDs(String, String, String, String, int) - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
- getMinorVersion() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentVersion
- getName() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentID
-
Returns the name of the agent
- getName() - Method in class COM.TIBCO.hawk.console.hawkeye.RuleBaseStatus
-
Returns the name of the rulebase.
- getName() - Method in class COM.TIBCO.hawk.talon.Agent
- getName() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Returns the name of the described parameter.
- getName() - Method in class COM.TIBCO.hawk.talon.DataElement
-
Returns the name of this element.
- getName() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns the name of this method
- getName() - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Returns the name of the microagent.
- getName() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Returns the microagent name.
- getOsArch() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentPlatform
- getOsName() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentPlatform
- getOsVersion() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentPlatform
- getPersistenceManager() - Method in class COM.TIBCO.hawk.console.hawkeye.PersistenceManagerFactory
- getProperties() - Method in class COM.TIBCO.hawk.console.hawkeye.PostAlertEvent
-
The alert properties.
- getReasonClearedText() - Method in class COM.TIBCO.hawk.console.hawkeye.ClearAlertEvent
- getReturnDescriptor() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns the DataDescriptor describing the method's return value or null if the method returns no value.
- getRow(DataElement[]) - Method in class COM.TIBCO.hawk.talon.TabularData
-
Retrieves the row, uniquely indexed by the
indexesparameter, as an array of Object. - getRuleBaseEngineState() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the current state of the agent's rule base engine.
- getRuleBaseEngineState() - Method in class COM.TIBCO.hawk.console.hawkeye.AlertMonitorEvent
-
Returns rulebase engine state at the time this event was generated.
- getRuleBaseStatus() - Method in class COM.TIBCO.hawk.console.hawkeye.RuleBaseMonitorEvent
-
Identifies the rulebase this event relates to.
- getSource() - Method in class COM.TIBCO.hawk.talon.MicroAgentData
-
Returns the MicroAgentID identifying the microagent that generated this data.
- getStartTime() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the agent's start time.
- getStartTime() - Method in class COM.TIBCO.hawk.talon.Agent
-
Returns the agent's start time.
- getState() - Method in class COM.TIBCO.hawk.console.hawkeye.RuleBaseStatus
-
Returns the alert state of the rulebase.
- getStatusMicroAgents() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns a list representing the currently loaded microagents.
- getStatusRuleBases() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns a list representing the currently loaded and active rule bases.
- getTimeGenerated() - Method in class COM.TIBCO.hawk.console.hawkeye.AlertMonitorEvent
-
Retrieves the time this event was generated relative to the source agent's system clock.
- getType() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Returns The fully-qualified class name of the described parameter.
- getUpdateVersion() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentVersion
- getUserData() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns the user data.
- getUserId() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
-
To Fetch user Id, from the ThreadLocal
- getValue() - Method in class COM.TIBCO.hawk.talon.DataElement
-
Returns the value of this element.
- getValue(String) - Method in class COM.TIBCO.hawk.talon.CompositeData
-
Returns the value of the named element.
- getValueChoices() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Lists possible values for the described parameter.
- groupOp(MicroAgentID[], MethodInvocation) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Performs a group operation.
- groupOp(MicroAgentID[], MethodInvocation) - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
H
- hashCode() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentID
- hashCode() - Method in class COM.TIBCO.hawk.talon.Agent
- hashCode() - Method in class COM.TIBCO.hawk.talon.MethodInvocation
-
Returns a hashcode for this Integer.
- hashCode() - Method in class COM.TIBCO.hawk.talon.MethodSubscription
-
Returns a hashcode for this Integer.
- hashCode() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
- HAWK_AGENT_NAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Agent name
- HAWK_AMI_SESSION_ID - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AMI AS session Id
- HAWK_CONSOLE_ALERT_MANAGER_ACTIVITY_INTERVAL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Time interval in milliseconds, after which alert manager executes to store alerts in database and purge extra alerts in database
- HAWK_CONSOLE_ALL_AGENT_ACCESS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Console all agent access, user access control
- HAWK_CONSOLE_ALL_AGENT_DNS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Console all Agent DNS access, user access control
- HAWK_CONSOLE_ALL_DOMAIN_ACCESS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Console all domain access, user access control
- HAWK_CONSOLE_AT_LEAST_ONE_AGENT_ACCESS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Console at least one agent access, user access control
- HAWK_CONSOLE_AT_LEAST_ONE_DNS_ACCESS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Console at least one DNS access, user access control
- HAWK_CONSOLE_CLEAR_ALERT_MANAGER_ACTIVITY_INTERVAL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Time interval in milliseconds, after which alert manager handles clear alert events
- HAWK_CONSOLE_DATASOURCE_CONNECTION_POOL_INITIAL_SIZE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Database Connection pool size at start up
- HAWK_CONSOLE_DATASOURCE_CONNECTION_POOL_MAX_ACTIVE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Maximum number of active connections allowed in the database connection pool
- HAWK_CONSOLE_DATASOURCE_CONNECTION_POOL_MAX_IDLE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Maximum number of idle connections allowed in the database connection pool
- HAWK_CONSOLE_DATASOURCE_DRIVERNAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
JDBC class name
- HAWK_CONSOLE_DATASOURCE_PASSWORD - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Database password
- HAWK_CONSOLE_DATASOURCE_URL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Connection URL to database server
- HAWK_CONSOLE_DATASOURCE_USERNAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Database user name
- HAWK_CONSOLE_DOMAIN_SECURITY_POLICIES - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk console domain security policies map
- HAWK_CONSOLE_JWT_TIME_TO_LIVE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Time interval in milliseconds, after which alert manager refreshes alert count
- HAWK_CONSOLE_REPOSITORY_PATH - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
The path to the rulebase repository
- HAWK_CONSOLE_RETENTION_COUNT_HIGH_ALERTS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Alert limit for high level alerts
- HAWK_CONSOLE_RETENTION_COUNT_LOW_ALERTS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Alert limit for low level alerts
- HAWK_CONSOLE_RETENTION_COUNT_MEDIUM_ALERTS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Alert limit for medium level alerts
- HAWK_CONSOLE_RETENTION_COUNT_NOTIFICATION - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Alert limit for notifications
- HAWK_CONSOLE_SERVER_PORT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Listen port for Hawk RedTail Console REST communication
- HAWK_CONSOLE_SQL_SCHEMA_PATH - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path to SQL schema
- HAWK_CONSOLE_SSL_CIPHERS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
SSL ciphers
- HAWK_CONSOLE_SSL_KEY_ALIAS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
SSL key alias
- HAWK_CONSOLE_SSL_KEY_PASSWORD - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
SSL key password
- HAWK_CONSOLE_SSL_KEY_STORE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
SSL key store
- HAWK_CONSOLE_SSL_KEY_STORE_PASSWORD - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
SSL key store password
- HAWK_CONSOLE_SSL_PROTOCOL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
SSL protocol
- HAWK_CONSOLE_SUBSCRIPTION_EXPIRY_TIME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Subscription expiry time
- HAWK_CONSOLE_SUBSCRIPTION_QUEUE_SIZE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Queue size for subscription
- HAWK_CONSOLE_USER_ACCESS_LIST - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path to User access list file
- HAWK_CONSOLE_USER_FILE_STORE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path to user file store
- HAWK_CONSOLE_USER_PASSWORD_POLICY - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
- HAWK_CONSOLE_USER_STORE_TYPE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Type of store where the users are stored
- HAWK_CONSOLE_USER_STORE_TYPE_FILE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
- HAWK_CONSOLE_USER_STORE_TYPE_LDAP - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
- HAWK_CONSOLE_WHITELISTED_HTTP_HOST_HEADER - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
- HAWK_DOMAIN - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Domain name
- HAWK_DOMAIN_PLATFORM - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk Domain Platform
- HAWK_EMS_PWD - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
EMS user password
- HAWK_EMS_URL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
EMS URL
- HAWK_EMS_USERNAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
EMS user name
- HAWK_SSL_PARAMS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Secure Socket Layer Parameters
- HAWK_TRANSPORT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk transport type
- HAWK_TRANSPORT_TIBAS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk transport type is AS
- HAWK_TRANSPORT_TIBEMS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk transport type is EMS
- HAWK_TRANSPORT_TIBGRPC - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk transport type is GRPC
- HAWK_TRANSPORT_TIBRV - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Hawk transport type is Rendezvous
- HawkConstants - Class in COM.TIBCO.hawk.utilities.misc
-
This class represents all the constants that can be used in HAWK configuration components.
- HawkConstants() - Constructor for class COM.TIBCO.hawk.utilities.misc.HawkConstants
- HsAgentInterface - Interface in COM.TIBCO.hawk.console.security
-
The HsAgent interface is used to build a security implementation class for the TIB/Hawk agent.
- HsConsoleInterface - Interface in COM.TIBCO.hawk.console.security
-
The HsConsole interface is used to build a security implementation class for TIB/Hawk console applications.
- HsException - Exception in COM.TIBCO.hawk.console.security
-
Signals that a security exception has occurred
- HsException(String) - Constructor for exception COM.TIBCO.hawk.console.security.HsException
-
Construct an exception with a detailed message.
- HsFramework - Class in COM.TIBCO.hawk.console.security
- HsFramework() - Constructor for class COM.TIBCO.hawk.console.security.HsFramework
- HsFrameworkException - Exception in COM.TIBCO.hawk.console.security
-
Signals that a security exception has occurred
- HsFrameworkException(String) - Constructor for exception COM.TIBCO.hawk.console.security.HsFrameworkException
-
Construct an exception with a detailed message.
- HsGroupOperation - Class in COM.TIBCO.hawk.console.security
- HsGroupOperation(HsNode[], String, String, int, byte[]) - Constructor for class COM.TIBCO.hawk.console.security.HsGroupOperation
- HsIdentifier - Class in COM.TIBCO.hawk.console.security
- HsIdentifier(byte[]) - Constructor for class COM.TIBCO.hawk.console.security.HsIdentifier
- HsNode - Class in COM.TIBCO.hawk.console.security
- HsNode(String, String, String) - Constructor for class COM.TIBCO.hawk.console.security.HsNode
- HsNodeOperation - Class in COM.TIBCO.hawk.console.security
- HsNodeOperation(HsNode, String, String, int, byte[]) - Constructor for class COM.TIBCO.hawk.console.security.HsNodeOperation
- HsOperation - Class in COM.TIBCO.hawk.console.security
- HsOperation(byte[]) - Constructor for class COM.TIBCO.hawk.console.security.HsOperation
- HsPackedOperation - Class in COM.TIBCO.hawk.console.security
- HsPackedOperation(byte[]) - Constructor for class COM.TIBCO.hawk.console.security.HsPackedOperation
- HsUnpackedOperation - Class in COM.TIBCO.hawk.console.security
- HsUnpackedOperation(HsIdentifier, HsOperation) - Constructor for class COM.TIBCO.hawk.console.security.HsUnpackedOperation
I
- id() - Method in class COM.TIBCO.hawk.console.security.HsUnpackedOperation
- IMPACT_ACTION - Static variable in class COM.TIBCO.hawk.talon.MethodDescriptor
-
This impact value indicates that the method takes some action that can potentially change the state of the managed object.
- IMPACT_ACTION_INFO - Static variable in class COM.TIBCO.hawk.talon.MethodDescriptor
-
This impact value indicates that the method takes some action that can potentially change the state of the managed object and also returns some information as a return value.
- IMPACT_INFO - Static variable in class COM.TIBCO.hawk.talon.MethodDescriptor
-
This impact value indicates that the method simply retrieves some information in a manner that does not change the state of the managed object.
- INFO - Static variable in class COM.TIBCO.hawk.console.security.HsOperation
- INFO_LEVEL - Static variable in class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
- init() - Method in interface COM.TIBCO.hawk.console.hawkeye.PersistenceManager
-
Initialize the Persistence Manager.
- init(Object) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- init(String) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- initialize() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Initializes an AgentManager.
- initialize() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Initializes the AgentMonitor.
- initialize() - Method in interface COM.TIBCO.hawk.console.security.HsAgentInterface
-
Called from the TIB/Hawk Agent to initialize the security plug-in.
- initialize() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- initialize(int) - Method in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
-
Called via the Console API to initialize the security plug-in.
- initialize(int) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- initialize(Object, int) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Initializes a secure AgentManager.
- initialize(String, int) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Initializes a secure AgentManager.
- initializeMicroAgent(String[]) - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgent
-
This method is called by a microagent container before the microagent is added to it.
- invoke(MicroAgentID, MethodInvocation) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Performs a method invocation on a microagent.
- invoke(MicroAgentID, MethodInvocation) - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
-
Performs a method invocation on a microagent.
- invokeMethod(MethodInvocation) - Method in interface COM.TIBCO.hawk.agent.nest.DynamicMicroAgent
-
This method handles all method invocations for the microagent.
- isAsync() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns true if the method is asynchronous.
- isAsync() - Method in class COM.TIBCO.hawk.talon.MethodSubscription
-
Returns true if this object was built with the constructor for asynchronous method subscriptions.
- isInitialized - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- isOpenData() - Method in class COM.TIBCO.hawk.talon.CompositeDataDescriptor
-
Returns true if this descriptor describes an open data type.
- isOpenData() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Returns true if the data object being described is typed (see
getType()) to be one of the non-aggregate open data types defined in the OpenData interface. - isOpenData() - Method in class COM.TIBCO.hawk.talon.TabularDataDescriptor
-
Returns true if this descriptor describes an open data type.
- isOpenData(Object) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- isOpenDataType(String) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- isOpenMethod() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns true if this descriptor describes an open method.
- isRetransmittedAlert() - Method in class COM.TIBCO.hawk.console.hawkeye.PostAlertEvent
-
Indicates whether or not this PostAlertEvent represents a retransmitted alert.
- isSecure() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
-
This method is used to check if security is in place before costly security-related operations are performed
- isService() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Returns true if this microagent is a service.
- isShutdown - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- isValid() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Returns true if this AgentInstance is still valid, false otherwise.
L
- licence - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- log(int, String) - Static method in class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
- Lookup_Classes - Static variable in class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
M
- main(String[]) - Static method in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- makeInvalid() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
- mapAlertState(int) - Static method in class COM.TIBCO.hawk.console.hawkeye.AlertMonitorEvent
- match(PostAlertEvent) - Method in class COM.TIBCO.hawk.console.hawkeye.ClearAlertEvent
-
Given a PostAlertEvent, this method returns true if this ClearAlertEvent matches or "clears" the previously posted alert.
- method() - Method in class COM.TIBCO.hawk.console.security.HsGroupOperation
-
returns the method name
- method() - Method in class COM.TIBCO.hawk.console.security.HsNodeOperation
-
returns the method name
- MethodDescriptor - Class in COM.TIBCO.hawk.talon
-
MethodDescriptor objects are used to describe the methods of microagents.
- MethodDescriptor(String, String, DataDescriptor, DataDescriptor[], boolean, int, int) - Constructor for class COM.TIBCO.hawk.talon.MethodDescriptor
-
Constructs a method descriptor.
- MethodInvocation - Class in COM.TIBCO.hawk.talon
-
This class is used to represent a method invocation.
- MethodInvocation(String, DataElement[]) - Constructor for class COM.TIBCO.hawk.talon.MethodInvocation
- MethodSubscription - Class in COM.TIBCO.hawk.talon
-
This class is used to represent a method subscription.
- MethodSubscription(String, DataElement[]) - Constructor for class COM.TIBCO.hawk.talon.MethodSubscription
-
Used to construct method subscriptions for asynchronous methods
- MethodSubscription(String, DataElement[], long) - Constructor for class COM.TIBCO.hawk.talon.MethodSubscription
-
Used to construct method subscriptions for synchronous methods
- microagent() - Method in class COM.TIBCO.hawk.console.security.HsGroupOperation
-
returns the microagent name
- microagent() - Method in class COM.TIBCO.hawk.console.security.HsNodeOperation
-
returns the microagent name
- MicroAgent - Interface in COM.TIBCO.hawk.agent.nest
-
Objects wishing to run as microagents in the TIBCO Hawk agent must implement this interface.
- MicroAgentContainer - Interface in COM.TIBCO.hawk.agent.nest
-
A MicroAgentContainer is used to hold active microagents in the agent.
- MicroAgentData - Class in COM.TIBCO.hawk.talon
-
This class is used to encapsulate data returned by microagent methods.
- MicroAgentData(MicroAgentID, Object) - Constructor for class COM.TIBCO.hawk.talon.MicroAgentData
- MicroAgentDescriptor - Class in COM.TIBCO.hawk.talon
-
This class is used to describe a microagent and its methods.
- MicroAgentDescriptor(String, String, String, MethodDescriptor[]) - Constructor for class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Constructs a microagent descriptor.
- MicroAgentException - Exception in COM.TIBCO.hawk.talon
-
An exception used to signal errors when interacting with microagents.
- MicroAgentException(Exception) - Constructor for exception COM.TIBCO.hawk.talon.MicroAgentException
-
Constructs a MicroAgentException with an embedded exception.
- MicroAgentException(String) - Constructor for exception COM.TIBCO.hawk.talon.MicroAgentException
-
Constructs a MicroAgentException with a detailed message.
- MicroAgentException(String, Exception) - Constructor for exception COM.TIBCO.hawk.talon.MicroAgentException
-
Constructs a MicroAgentException with an embedded exception and a detailed message.
- MicroAgentID - Class in COM.TIBCO.hawk.talon
-
MicroAgentID objects are used to identify microagents.
- MicroAgentID(String, String, String, long, boolean, Agent) - Constructor for class COM.TIBCO.hawk.talon.MicroAgentID
-
Constructs a MicroAgentID
- MicroAgentListMonitorEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
A MicroAgentListMonitorEvent object is generated when agent's list of currently loaded microagents is found to have changed.
- MicroAgentListMonitorEvent(Object, MicroAgentID) - Constructor for class COM.TIBCO.hawk.console.hawkeye.MicroAgentListMonitorEvent
- microAgentListMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- MicroAgentListMonitorListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
Receives notifications of microagent add/remove events.
- MicroAgentNotFoundException - Exception in COM.TIBCO.hawk.talon
-
An exception used to signal that a microagent was not found while trying to perform some action relating to it
- MicroAgentNotFoundException(String) - Constructor for exception COM.TIBCO.hawk.talon.MicroAgentNotFoundException
-
Constructs a MicroAgentNotFoundException with a detailed message.
- MicroAgentServer - Interface in COM.TIBCO.hawk.talon
-
The MicroAgentServer interface.
- MonitorEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
The root class for all monitoring related console events.
- MonitorListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
A marker interface that all monitoring related TIBHawkConsole event listeners extend.
N
- network - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- NO_ALERT - Static variable in interface COM.TIBCO.hawk.console.hawkeye.AlertState
- node() - Method in class COM.TIBCO.hawk.console.security.HsNodeOperation
-
returns the node name
- nodes() - Method in class COM.TIBCO.hawk.console.security.HsGroupOperation
-
returns the node names
- nullAgentMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- nullAlertMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- nullErrorExceptionListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- nullMicroAgentListMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- nullRuleBaseListMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- nullWarningExceptionListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
O
- onAgentAlive(AgentMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.AgentMonitorListener
-
Receives an event when an agent is discovered to be alive.
- onAgentExpired(AgentMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.AgentMonitorListener
-
Receives an event when an agent is discovered to have expired.
- onAgentExpiredEvent(AgentExpiredMsg) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- onAgentInitialEvent(AgentInitialMsg) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- onAlertMonitorEvent(AlertMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.AlertMonitorListener
-
This handler will receive retransmitted PostAlertEvent objects representing alerts and ClearAlertEvent objects representing clears.
- onData(Subscription, MicroAgentData) - Method in class COM.TIBCO.hawk.console.hawkeye.PersistenceSubscriptionWrapper
- onData(Subscription, MicroAgentData) - Method in interface COM.TIBCO.hawk.talon.SubscriptionHandler
-
This method receives the data for a particular subscription.
- onData(Object) - Method in interface COM.TIBCO.hawk.agent.nest.AsyncDataHandler
- onError(MicroAgentException) - Method in interface COM.TIBCO.hawk.agent.nest.AsyncDataHandler
- onError(Subscription, MicroAgentException) - Method in class COM.TIBCO.hawk.console.hawkeye.PersistenceSubscriptionWrapper
- onError(Subscription, MicroAgentException) - Method in interface COM.TIBCO.hawk.talon.SubscriptionHandler
-
This method is called when an error causes an interruption in the servicing of a subscription.
- onErrorCleared() - Method in interface COM.TIBCO.hawk.agent.nest.AsyncDataHandler
- onErrorCleared(Subscription) - Method in class COM.TIBCO.hawk.console.hawkeye.PersistenceSubscriptionWrapper
- onErrorCleared(Subscription) - Method in interface COM.TIBCO.hawk.talon.SubscriptionHandler
-
This method is called when there no longer is an error condition which is interrupting service.
- onErrorExceptionEvent(ErrorExceptionEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.ErrorExceptionListener
-
Called when a critical console error occurs
- onInitial(MicroAgentID[]) - Method in interface COM.TIBCO.hawk.agent.nest.ContainerEventListener
-
This method is called when a listener is first registered with a MicroAgentContainer.
- onInternalConsoleError(String) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- onInternalConsoleWarning(String) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- onMicroAgentAdded(MicroAgentListMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.MicroAgentListMonitorListener
- onMicroAgentAdded(MicroAgentID) - Method in interface COM.TIBCO.hawk.agent.nest.ContainerEventListener
-
This method is called whenever a microagent is added to the container.
- onMicroAgentEvent(MicroAgentEventMsg) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- onMicroAgentRemoved(MicroAgentListMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.MicroAgentListMonitorListener
- onMicroAgentRemoved(MicroAgentID) - Method in interface COM.TIBCO.hawk.agent.nest.ContainerEventListener
-
This method is called whenever a microagent is removed from the container.
- onRetransmittedAlert(AlertMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.AlertMonitorListener
-
This handler will only receive retransmitted PostAlertEvent objects
- onRuleBaseAdded(RuleBaseListMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.RuleBaseListMonitorListener
- onRuleBaseEvent(RuleBaseEventMsg) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- onRuleBaseRemoved(RuleBaseListMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.RuleBaseListMonitorListener
- onRuleBaseUpdated(RuleBaseListMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.ExtendedRuleBaseListMonitorListener
- onTermination(Subscription, MicroAgentException) - Method in class COM.TIBCO.hawk.console.hawkeye.PersistenceSubscriptionWrapper
- onTermination(Subscription, MicroAgentException) - Method in interface COM.TIBCO.hawk.talon.SubscriptionHandler
-
This method is called when an error condition causes the subscription to be terminated.
- onWarningExceptionEvent(WarningExceptionEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.WarningExceptionListener
-
Called when TIBHawkConsole has detected a non-critical error (warning) condition in its processing of MonitorEvents.
- OpenData - Interface in COM.TIBCO.hawk.talon
-
This interface identifies the open data types.
- operation() - Method in class COM.TIBCO.hawk.console.security.HsUnpackedOperation
P
- pack(HsIdentifier, HsOperation) - Method in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
-
Called from the TIB/Hawk Console API to transform every request into secure form.
- pack(HsIdentifier, HsOperation) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- PersistenceManager - Interface in COM.TIBCO.hawk.console.hawkeye
- PersistenceManagerFactory - Class in COM.TIBCO.hawk.console.hawkeye
- PersistenceSubscriptionWrapper - Class in COM.TIBCO.hawk.console.hawkeye
- PostAlertEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
PostAlertEvents are generated when a rulebase loaded in the agent's rulebase engine sends an alert.
- PostAlertEvent(Object, RuleBaseStatus, long, long, boolean, boolean, int, String, int, boolean, Properties) - Constructor for class COM.TIBCO.hawk.console.hawkeye.PostAlertEvent
- PROP_AS_CONNECTION_RETRY_COUNT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Maximum AS connection retry count.
- PROP_AS_DISCOVER_URL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS discovery URL
- PROP_AS_LISTEN_URL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS listen URL
- PROP_AS_MEMBER_NAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS member name.
- PROP_AS_METASPACE_NAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS metaspace name
- PROP_AS_RECEIVE_BUFFER_SIZE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS receive buffer size
- PROP_AS_VIRTUAL_NODE_COUNT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS virtual node count
- PROP_AS_WORKER_THREAD_COUNT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS worker thread count
- PROP_TRANSPORT_TIMEOUT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
AS invocation timeout
- PROPERTY_GRPC_CLIENT_CA - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path to HawkAgent CA for mutual authentication
- PROPERTY_GRPC_CLIENT_CERT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path of the client certificate for the Hawk agent
- PROPERTY_GRPC_CLIENT_KEY - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path of the client private key for the Hawk agent in PKCS8 format
- PROPERTY_GRPC_CLIENT_KEY_PASSWORD - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Client private key password
- PROPERTY_GRPC_ENABLE_TLS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Set to true, if communication needs to happen over TLS protocol
- PROPERTY_GRPC_MAX_RECONNECT_ATTEMPTS - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Specifies the maximum number of reconnection attempts to be made by Hawk agent if the Hawk RedTail Console component is not available
- PROPERTY_GRPC_RECONNECT_INTERVAL - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Specifies the interval (in milliseconds) between reconnection attempts
- PROPERTY_GRPC_SERVER_CA - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path of the Certificate Authority of the Hawk RedTail Console server
- PROPERTY_GRPC_SERVER_CERT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path of the server certificate for the HawkConsole
- PROPERTY_GRPC_SERVER_HOSTNAME - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Host name of the Hawk RedTail Console
- PROPERTY_GRPC_SERVER_KEY - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Path to HawkConsole private key
- PROPERTY_GRPC_SERVER_KEY_PASSWORD - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
HawkConsole private key password
- PROPERTY_GRPC_SESSION - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
grpc_session "host:port" - Unique socket address for the Hawk RedTail Console component for connecting to the gRPC session
- PROPERTY_GRPC_SESSION_PORT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Port that the Hawk RedTail Console component container uses to listen to incoming transport request from Hawk agents
- PROPERTY_MAX_RECONNECT_ATTEMPTS_AFTER_RESTART - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Number of reconnect attempts when the connection disconnects from Daemon after a connection has been established
- PROPERTY_MAX_RECONNECT_ATTEMPTS_AFTER_RESTART_FOR_AMI - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Number of reconnect attempts for the AMI connection when it disconnects after a connection has been established
- PROPERTY_MAX_RECONNECT_ATTEMPTS_DURING_CONNECT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Number of reconnect attempts when console is unable to connect on first attempt
- PROPERTY_MAX_RECONNECT_ATTEMPTS_DURING_CONNECT_FOR_AMI - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Number of reconnect attempts for the AMI connection when it is unable to connect on first attempt
- provider - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- provider - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
R
- removeAgentMonitorListener(AgentMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Removes an AgentMonitorListener.
- removeAlertMonitorListener(AlertMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Removes a AlertMonitorListener.
- removeContainerEventListener(ContainerEventListener) - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgentContainer
-
Removes a listener
- removeErrorExceptionListener(ErrorExceptionListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Removes an ErrorExceptionListener.
- removeMicroAgent(MicroAgent) - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgentContainer
-
Used to remove a microagent from the container.
- removeMicroAgentListMonitorListener(MicroAgentListMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Removes a MicroAgentListMonitorListener.
- removeRuleBaseListMonitorListener(RuleBaseListMonitorListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Removes a RuleBaseListMonitorListener.
- removeUser() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
-
Remove the user from ThreadLocal
- removeWarningExceptionListener(WarningExceptionListener) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Removes a WarningExceptionListener.
- retransmitAlerts(long[]) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Requests that the agent retransmit the active alerts indicated by
alertIDs. - ruleBaseEngineStateChanged() - Method in class COM.TIBCO.hawk.console.hawkeye.AlertMonitorEvent
-
Indicates whether or not this event caused a change in the state of the rulebase engine of the agent from which it originiated.
- RuleBaseListMonitorEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
A RuleBaseListMonitorEvent object is generated when agent's list of currently loaded rulebases is found to have changed.
- RuleBaseListMonitorEvent(Object, RuleBaseStatus) - Constructor for class COM.TIBCO.hawk.console.hawkeye.RuleBaseListMonitorEvent
- ruleBaseListMonitorListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- RuleBaseListMonitorListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
Receives notifications of rulebase add/remove events.
- RuleBaseMonitorEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
The root class for all rulebase related events.
- RuleBaseMonitorListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
This interface is the parent of all listener interfaces associated with rulebase related events.
- ruleBaseStateChanged() - Method in class COM.TIBCO.hawk.console.hawkeye.AlertMonitorEvent
-
Indicates whether or not this event caused a change in the state of the rulebase that generated it.
- RuleBaseStatus - Class in COM.TIBCO.hawk.console.hawkeye
-
This class represents the status of a rulebase.
- RuleBaseStatus(RuleBaseStatus) - Constructor for class COM.TIBCO.hawk.console.hawkeye.RuleBaseStatus
- RV_DAEMON - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Rendezvous daemon
- RV_FT_DAEMON - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Fault tolerance daemon
- RV_FT_NETWORK - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Fault tolerance network
- RV_FT_SERVICE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Fault tolerance service name
- RV_NETWORK - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Rendezvous network
- RV_QUEUE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
TibrvQueue object
- RV_SERVICE - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Rendezvous service name
- RV_TRANSPORT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
TibrvTransport object
- RVA_HOST - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Rendezvous host
- RVA_PORT - Static variable in class COM.TIBCO.hawk.utilities.misc.HawkConstants
-
Rendezvous port
S
- saveAlert(AlertMonitorEvent) - Method in interface COM.TIBCO.hawk.console.hawkeye.PersistenceManager
- saveSubscriptionData(Subscription, MicroAgentData) - Method in interface COM.TIBCO.hawk.console.hawkeye.PersistenceManager
- serialize(Object) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- service - Variable in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- ServiceMicroAgent - Interface in COM.TIBCO.hawk.agent.nest
-
A ServiceMicroAgent is a MicroAgent that also has access to the MicroAgentContainer.
- setCharacterEncoding(String) - Method in class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Sets the character encoding used by the TIBCO Rendezvous daemon See TIBCO Rendezvous documentation
- setDisplayName(String) - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
sets the display name of the microagent
- setEncoding(String) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- setFatalErrorCallBack(TransportFatalCallBack) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- setMicroAgentContainer(MicroAgentContainer) - Method in interface COM.TIBCO.hawk.agent.nest.ServiceMicroAgent
-
Provides the service microagent with a handle to the MicroAgentContainer
- setMicroAgentStatusTable(MicroAgentID[]) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
- setName(String) - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Sets the name of the microagent.
- setRecoveryCallBack(TransportRecoveryCallBack) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- setRuleBaseEngineState(int) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
- setRuleBaseStatusTable(RuleBaseStatus[]) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
- setUserData(Object) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
-
Sets the user data.
- setUserId(String) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
-
Set user Id in the ThreadLocal
- shutdown() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Used to gracefully shutdown the AgentManager.
- shutdown() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
-
Used to gracefully shutdown the AgentMonitor.
- shutdown() - Method in interface COM.TIBCO.hawk.console.security.HsAgentInterface
-
Called from the TIB/Hawk Agent to shutdown the security plug-in.
- shutdown() - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- shutdown() - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
- shutdown(int) - Method in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
-
Called via the Console API to shutdown the security plug-in.
- shutdown(int) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
- sort(DataDescriptor[]) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- sort(DataElement[]) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- sort(MethodDescriptor[]) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- sort(String[]) - Static method in class COM.TIBCO.hawk.talon.TalonUtil
- startAsyncMethodSubscription(MethodSubscription, AsyncDataHandler) - Method in interface COM.TIBCO.hawk.agent.nest.AsyncMethodHandler
-
Used to start a subscription for an async method.
- stopAsyncMethodSubscription(MethodSubscription) - Method in interface COM.TIBCO.hawk.agent.nest.AsyncMethodHandler
-
Used to stop a subscription for an async method.
- subscribe(MicroAgentID, MethodSubscription, SubscriptionHandler, Object) - Method in class COM.TIBCO.hawk.console.hawkeye.AgentManager
-
Registers a subscription with a microagent.
- subscribe(MicroAgentID, MethodSubscription, SubscriptionHandler, Object) - Method in interface COM.TIBCO.hawk.talon.MicroAgentServer
-
Registers a subscription with a microagent.
- Subscription - Interface in COM.TIBCO.hawk.talon
-
Subscription objects are returned as a result of registering a method subscription.
- SubscriptionHandler - Interface in COM.TIBCO.hawk.talon
-
SubscriptionHandler objects are used as parameters to
MicroAgentServer.subscribe()They handle the subscription results.
T
- TabularData - Class in COM.TIBCO.hawk.talon
-
An open data type used to tabular data structures.
- TabularData(String[], String[], Object[][]) - Constructor for class COM.TIBCO.hawk.talon.TabularData
-
Constructor NOTE: when building a TabularData object to conform to a particular TabularDataDescriptor, it may have 0 rows but the columnNames parameter must still match those specified by the descriptor.
- TabularDataDescriptor - Class in COM.TIBCO.hawk.talon
-
This subclass of DataDescriptor is used to describe objects of type TabularData.
- TabularDataDescriptor(String, String, DataDescriptor[], String[]) - Constructor for class COM.TIBCO.hawk.talon.TabularDataDescriptor
-
Constructs a TabularDataDescriptor.
- TalonUtil - Class in COM.TIBCO.hawk.talon
-
This class consolidates all the convenience utility methods that operate on open data.
- TalonUtil() - Constructor for class COM.TIBCO.hawk.talon.TalonUtil
- thisMicroAgentAdded(MicroAgentID) - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgent
-
This method is called by a microagent container when this microagent has been successfully added to it.
- thisMicroAgentRemoved() - Method in interface COM.TIBCO.hawk.agent.nest.MicroAgent
-
Called when this microagent is removed from the microagent container.
- TIBHawkConsole - Class in COM.TIBCO.hawk.console.hawkeye
-
The TIBHawkConsole provides access to services that can be used for monitoring and management of TIB/Hawk agent events.
- TIBHawkConsole(String, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Deprecated.As of Hawk 5.0, instead use TIBHawkConsoleFactory to construct TIBHawkConsole
- TIBHawkConsole(String, String, int, int) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Deprecated.As of Hawk 5.0, instead use TIBHawkConsoleFactory to construct TIBHawkConsole
- TIBHawkConsole(String, String, String, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Deprecated.As of Hawk 5.0, instead use TIBHawkConsoleFactory to construct TIBHawkConsole
- TIBHawkConsole(String, String, String, String, int) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Deprecated.As of TIB/Hawk version 4.6.0, instead use TIBHawkConsoleFactory to construct TIBHawkConsole
- TIBHawkConsole(String, String, String, String, String) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Deprecated.As of TIB/Hawk version 3.1.0, instead use TIBHawkConsoleFactory to construct TIBHawkConsole
- TIBHawkConsole(String, String, String, String, Hashtable) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Deprecated.As of Hawk version 5.0, instead use TIBHawkConsoleFactory to construct TIBHawkConsole
- TIBHawkConsole(String, Map) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
- TIBHawkConsole(Map) - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsole
-
Constructs a TIBHawkConsole object with given properties
- TIBHawkConsoleFactory - Class in COM.TIBCO.hawk.console.hawkeye
-
This class provides an instance of HAWK Console application, based on the configured properties.
- TIBHawkConsoleFactory() - Constructor for class COM.TIBCO.hawk.console.hawkeye.TIBHawkConsoleFactory
- toFormattedString() - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Returns a formatted string representation of this descriptor.
- toFormattedString(String) - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns a formatted string representation of this descriptor.
- toString() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentID
- toString() - Method in class COM.TIBCO.hawk.console.hawkeye.AgentInstance
- toString() - Method in class COM.TIBCO.hawk.talon.Agent
- toString() - Method in class COM.TIBCO.hawk.talon.CompositeData
- toString() - Method in class COM.TIBCO.hawk.talon.CompositeDataDescriptor
-
Returns a string representation of this descriptor.
- toString() - Method in class COM.TIBCO.hawk.talon.DataDescriptor
-
Returns a string representation of this descriptor.
- toString() - Method in class COM.TIBCO.hawk.talon.DataElement
-
Returns a string representation of this element.
- toString() - Method in class COM.TIBCO.hawk.talon.MethodDescriptor
-
Returns a string representation of this descriptor.
- toString() - Method in class COM.TIBCO.hawk.talon.MethodInvocation
-
Returns a string representation of this MethodInvocation
- toString() - Method in class COM.TIBCO.hawk.talon.MethodSubscription
-
Returns a string representation of this MethodSubscription
- toString() - Method in class COM.TIBCO.hawk.talon.MicroAgentData
- toString() - Method in class COM.TIBCO.hawk.talon.MicroAgentDescriptor
-
Returns a string representation of this descriptor.
- toString() - Method in class COM.TIBCO.hawk.talon.MicroAgentID
-
Returns a string representation of this id
- toString() - Method in class COM.TIBCO.hawk.talon.TabularData
- toString() - Method in class COM.TIBCO.hawk.talon.TabularDataDescriptor
-
Returns a string representation of this descriptor.
- toXML() - Method in class COM.TIBCO.hawk.talon.CompositeData
- toXML() - Method in class COM.TIBCO.hawk.talon.DataElement
-
Returns a XML representation of this element.
- toXML() - Method in class COM.TIBCO.hawk.talon.TabularData
- transport - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- type() - Method in class COM.TIBCO.hawk.console.security.HsGroupOperation
-
type() returns the type of the request
- type() - Method in class COM.TIBCO.hawk.console.security.HsNodeOperation
-
type() returns the type of the request
- types - Static variable in interface COM.TIBCO.hawk.talon.OpenData
-
An array of strings of the fully-qualified names of the open data types.
U
- unpack(HsPackedOperation) - Method in interface COM.TIBCO.hawk.console.security.HsAgentInterface
-
Called from within the TIB/Hawk agent to unpack every request into plaintext form.
- unpack(HsPackedOperation) - Static method in class COM.TIBCO.hawk.console.security.HsFramework
V
- validateId(HsIdentifier, HsOperation) - Method in interface COM.TIBCO.hawk.console.security.HsAgentInterface
-
Called by the TIB/Hawk agent to validate and authorize each request.
- VOID - Static variable in class COM.TIBCO.hawk.console.security.HsOperation
W
- WARN_LEVEL - Static variable in class COM.TIBCO.hawk.console.hawkeye.ConsoleLogger
- WarningExceptionEvent - Class in COM.TIBCO.hawk.console.hawkeye
-
This class represents the Warning causing this event exceptions
- WarningExceptionEvent(Object, ConsoleWarning) - Constructor for class COM.TIBCO.hawk.console.hawkeye.WarningExceptionEvent
- warningExceptionListener - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
- WarningExceptionListener - Interface in COM.TIBCO.hawk.console.hawkeye
-
Receives a notification when the TIBHawkConsole has detected a non-critical error (warning) condition in its processing of MonitorEvents.
- WINDOW - Static variable in interface COM.TIBCO.hawk.console.security.HsConsoleInterface
_
- _environment - Variable in class COM.TIBCO.hawk.console.hawkeye.AgentMonitor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form