- add(AmiParameter) - Method in class COM.TIBCO.hawk.ami.AmiParameterList
-
Add an AmiParameter for the specified arguments.
- addComponentVersion(Component) - Method in class COM.TIBCO.hawk.ami.AmiGetVersionMethod
-
Add new component version information to be returned from this AMI method.
- addMethod(AmiMethodInterface) - Method in class COM.TIBCO.hawk.ami.AmiSession
-
Adds the given AmiMethodInterface object to this AmiSession.
- addMethods(AmiEnabledInterface) - Method in class COM.TIBCO.hawk.ami.AmiSession
-
Adds the array of methods defined by the given AmiEnabledInterface object
to this session.
- ALERT_TYPE_ERROR - Static variable in class COM.TIBCO.hawk.ami.AmiConstants
-
- ALERT_TYPE_INFO - Static variable in class COM.TIBCO.hawk.ami.AmiConstants
-
- ALERT_TYPE_WARNING - Static variable in class COM.TIBCO.hawk.ami.AmiConstants
-
- AMI_ALL - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Trace level code for turning all trace levels.
- AMI_ALWAYS - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Trace level code for always logging a given message.
- AMI_AMI - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Trace level code for logging AMI API debugging level message.
- AMI_DEBUG - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Trace level code for logging generic debugging level message.
- AMI_ERROR - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Trace level code for logging error level message.
- AMI_INFO - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Trace level code for logging information level message.
- AMI_INVALID_OPERATION_ERR - Static variable in class COM.TIBCO.hawk.ami.AmiErrors
-
Error code to indicate that an
- AMI_METHOD_FORMAT_ERR - Static variable in class COM.TIBCO.hawk.ami.AmiErrors
-
- AMI_MIN_LEVEL - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
The minimum allowable integer values for trace level.
- AMI_REPLY_ERR - Static variable in class COM.TIBCO.hawk.ami.AmiErrors
-
- AMI_RV_ERR - Static variable in class COM.TIBCO.hawk.ami.AmiErrors
-
- AMI_WARNING - Static variable in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Trace level code for logging warning level message.
- AmiAlertType - Class in COM.TIBCO.hawk.ami
-
The AmiAlertType class serves to indicate the kind of unsolicited
AMI message to send.
- AmiAsyncMethod - Class in COM.TIBCO.hawk.ami
-
The AmiAsyncMethod is the default implementation of the
AmiAsyncMethodInterface
provided by this AMI Java API
implementation as a convenient abstract class of the
AmiAsyncMethodInterface
.
- AmiAsyncMethod(String, String, AmiMethodType) - Constructor for class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
Constructor to create an asynchronous AMI method.
- AmiAsyncMethod(String, String, AmiMethodType, int) - Constructor for class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
Constructor to create an asynchronous AMI method.
- AmiAsyncMethod(String, String, AmiMethodType, String) - Constructor for class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
Constructor to create an asynchronous AMI method.
- AmiAsyncMethod(String, String, AmiMethodType, int, String) - Constructor for class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
Constructor to create an asynchronous AMI method.
- AmiAsyncMethod(String, String, AmiMethodType, String[]) - Constructor for class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
Constructor to create an asynchronous AMI method.
- AmiAsyncMethod(String, String, AmiMethodType, int, String[]) - Constructor for class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
Constructor to create an asynchronous AMI method.
- AmiAsyncMethodInterface - Interface in COM.TIBCO.hawk.ami
-
AmiAsyncMethodInterface interface describes an AMI asynchronous
method.
- AmiConstants - Class in COM.TIBCO.hawk.ami
-
This class represents all the constants that can be used AMI API.
- AmiConstants() - Constructor for class COM.TIBCO.hawk.ami.AmiConstants
-
- AmiEnabledInterface - Interface in COM.TIBCO.hawk.ami
-
The AmiEnabledInterface interface allows any class to implement
a getMethods method that returns an array of AmiMethodInterface
objects.
- AmiErrors - Class in COM.TIBCO.hawk.ami
-
The AmiErrors class contains a set of static error code definitions for
the COM.TIBCO.hawk.ami
package.
- AmiException - Exception in COM.TIBCO.hawk.ami
-
The AmiException extends HawkException
to be used
when an error condtion occurs while executing a method invocation.
- AmiException(int, String) - Constructor for exception COM.TIBCO.hawk.ami.AmiException
-
Constructor to create an instance of AmiException.
- AmiException(HawkException) - Constructor for exception COM.TIBCO.hawk.ami.AmiException
-
Constructor for converting an existing HawkException
to
AmiException
for the purpose of rethrowing the exception.
- AmiGetVersionMethod - Class in COM.TIBCO.hawk.ami
-
AmiGetVersionMethod implements the AmiMethodInterface
to provide a synchronous AMI method that allows the monitoring TIB/Hawk
Agent to query for the component versions information.
- AmiGetVersionMethod() - Constructor for class COM.TIBCO.hawk.ami.AmiGetVersionMethod
-
Create a new instance of AmiGetVersionMethod object.
- AmiMethod - Class in COM.TIBCO.hawk.ami
-
The AmiMethod implements of the AmiMethodInterface
as a convenient abstract class.
- AmiMethod(String, String, AmiMethodType) - Constructor for class COM.TIBCO.hawk.ami.AmiMethod
-
Constructor for creating an instance of AmiMethod object
- AmiMethod(String, String, AmiMethodType, int) - Constructor for class COM.TIBCO.hawk.ami.AmiMethod
-
Constructor for creating an instance of AmiMethod object
- AmiMethod(String, String, AmiMethodType, String) - Constructor for class COM.TIBCO.hawk.ami.AmiMethod
-
Constructor for creating an instance of AmiMethod object.
- AmiMethod(String, String, AmiMethodType, int, String) - Constructor for class COM.TIBCO.hawk.ami.AmiMethod
-
Constructor for creating an instance of AmiMethod object.
- AmiMethod(String, String, AmiMethodType, String[]) - Constructor for class COM.TIBCO.hawk.ami.AmiMethod
-
Constructor for creating an instance of AmiMethod object.
- AmiMethod(String, String, AmiMethodType, int, String[]) - Constructor for class COM.TIBCO.hawk.ami.AmiMethod
-
Constructor for creating an instance of AmiMethod object.
- AmiMethodContext - Class in COM.TIBCO.hawk.ami
-
AmiMethodContext encapsulates the context of a method invocation
or subscription.
- AmiMethodContext(AmiSession, String, AmiMethodInterface, Object, Integer, Integer, String) - Constructor for class COM.TIBCO.hawk.ami.AmiMethodContext
-
Protected method to be accessed by the AMI Java API only.
- AmiMethodContext(AmiSession, Integer, String) - Constructor for class COM.TIBCO.hawk.ami.AmiMethodContext
-
Protected method to be accessed by the AMI Java API only.
- AmiMethodInterface - Interface in COM.TIBCO.hawk.ami
-
AmiMethodInterface interface describes an AMI synchronous method.
- AmiMethodType - Class in COM.TIBCO.hawk.ami
-
The AmiMethodType class serves to indicate the kind of AMI methods
that can be instrumented.
- AmiParameter - Class in COM.TIBCO.hawk.ami
-
An AmiParameter describes the attributes of an input or output parameter
of an AmiMethodInterface.
- AmiParameter(String, String, Object) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an instance of AmiParameter object
- AmiParameter(String, String, boolean) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with boolean type
- AmiParameter(String, String, byte) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with byte type.
- AmiParameter(String, String, short) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with sort type.
- AmiParameter(String, String, int) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with int type.
- AmiParameter(String, String, long) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with long type.
- AmiParameter(String, String, float) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with float type.
- AmiParameter(String, String, double) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with double type.
- AmiParameter(String, Object) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an instance of AmiParameter object.
- AmiParameter(String, boolean) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with boolean type.
- AmiParameter(String, byte) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with byte type.
- AmiParameter(String, short) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with short type.
- AmiParameter(String, int) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with int type.
- AmiParameter(String, long) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with long type.
- AmiParameter(String, float) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with float type.
- AmiParameter(String, double) - Constructor for class COM.TIBCO.hawk.ami.AmiParameter
-
Constructor to create an AmiParameter with double type.
- AmiParameterList - Class in COM.TIBCO.hawk.ami
-
Instances of this class, AmiParameterList, are used to keep a collection
AmiParameter objects
- AmiParameterList() - Constructor for class COM.TIBCO.hawk.ami.AmiParameterList
-
Create a new instance object of class AmiParameterList
- AmiParameterList(int) - Constructor for class COM.TIBCO.hawk.ami.AmiParameterList
-
Create a new instance object of class AmiParameterList
- AmiSession - Class in COM.TIBCO.hawk.ami
-
The AmiSession class and its supporting class objects provides a Java
application programming interface (API) to the TIB/Hawk Application
Management Interface (AMI) protocol.
- AmiSession(Object, Object, String, String, String) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
- AmiSession(Object, Object, String, String, String, AmiTraceInterface) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
- AmiSession(String, String, String, Object, String, String, String) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
- AmiSession(String, String, String, Object, String, String, String, AmiTraceInterface) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
- AmiSession(com.tibco.tibrv.TibrvTransport, com.tibco.tibrv.TibrvQueue, String, String, String) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
Deprecated.
- AmiSession(com.tibco.tibrv.TibrvTransport, com.tibco.tibrv.TibrvQueue, String, String, String, AmiTraceInterface) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
Deprecated.
- AmiSession(String, String, String, com.tibco.tibrv.TibrvQueue, String, String, String) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
Deprecated.
- AmiSession(String, String, String, com.tibco.tibrv.TibrvQueue, String, String, String, AmiTraceInterface) - Constructor for class COM.TIBCO.hawk.ami.AmiSession
-
Deprecated.
- AmiSessionFactory - Class in COM.TIBCO.hawk.ami
-
This class provides an instance of AMI session, based on the configured transport.
- AmiSessionFactory() - Constructor for class COM.TIBCO.hawk.ami.AmiSessionFactory
-
- AmiTrace - Class in COM.TIBCO.hawk.ami
-
This AmiTrace class implementation of the AmiTraceInterface allows a
Java application to log messages to stderr, stdout or to a file.
- AmiTrace() - Constructor for class COM.TIBCO.hawk.ami.AmiTrace
-
Create an instance of the class AmiTrace with default properties.
- AmiTrace(String) - Constructor for class COM.TIBCO.hawk.ami.AmiTrace
-
Create an instance of the class AmiTrace with NT service display name and
default properties.
- AmiTrace(Command) - Constructor for class COM.TIBCO.hawk.ami.AmiTrace
-
Create an instance of the class AmiTrace with properties gotten from the
specified Command object.
- AmiTrace(Command, String) - Constructor for class COM.TIBCO.hawk.ami.AmiTrace
-
Create an instance of the class AmiTrace with NT service display name and
properties gotten from the specified Command object.
- AmiTrace(Trace) - Constructor for class COM.TIBCO.hawk.ami.AmiTrace
-
Create an instance of the class AmiTrace with an existing Trace object.
- AmiTrace(int, String, String, long, long) - Constructor for class COM.TIBCO.hawk.ami.AmiTrace
-
Create an instance of the class AmiTrace with the given trace
properties.
- AmiTrace(int, String, long, long) - Constructor for class COM.TIBCO.hawk.ami.AmiTrace
-
Create an instance of the class AmiTrace with the given trace
properties.
- AmiTraceInterface - Interface in COM.TIBCO.hawk.ami
-
The debug/error handler interface provides methods for dealing with AMI
debug information and errors.
- announce() - Method in class COM.TIBCO.hawk.ami.AmiSession
-
Send the discovery message to the TIB/Hawk Agent