Interface | Description |
---|---|
AmiAsyncMethodInterface |
AmiAsyncMethodInterface interface describes an AMI asynchronous
method.
|
AmiEnabledInterface |
The AmiEnabledInterface interface allows any class to implement
a getMethods method that returns an array of AmiMethodInterface
objects.
|
AmiMethodInterface |
AmiMethodInterface interface describes an AMI synchronous method.
|
AmiTraceInterface |
The debug/error handler interface provides methods for dealing with AMI
debug information and errors.
|
Class | Description |
---|---|
AmiAlertType |
The AmiAlertType class serves to indicate the kind of unsolicited
AMI message to send.
|
AmiAsyncMethod |
The AmiAsyncMethod is the default implementation of the
AmiAsyncMethodInterface provided by this AMI Java API
implementation as a convenient abstract class of the
AmiAsyncMethodInterface . |
AmiConstants |
This class represents all the constants that can be used AMI API.
|
AmiErrors |
The AmiErrors class contains a set of static error code definitions for
the
COM.TIBCO.hawk.ami package. |
AmiGetVersionMethod |
AmiGetVersionMethod implements the
AmiMethodInterface
to provide a synchronous AMI method that allows the monitoring TIB/Hawk
Agent to query for the component versions information. |
AmiMethod |
The AmiMethod implements of the
AmiMethodInterface
as a convenient abstract class. |
AmiMethodContext |
AmiMethodContext encapsulates the context of a method invocation
or subscription.
|
AmiMethodType |
The AmiMethodType class serves to indicate the kind of AMI methods
that can be instrumented.
|
AmiParameter |
An AmiParameter describes the attributes of an input or output parameter
of an AmiMethodInterface.
|
AmiParameterList |
Instances of this class, AmiParameterList, are used to keep a collection
AmiParameter objects
|
AmiSession |
The AmiSession class and its supporting class objects provides a Java
application programming interface (API) to the TIB/Hawk Application
Management Interface (AMI) protocol.
|
AmiSessionFactory |
This class provides an instance of AMI session, based on the configured transport.
|
AmiTrace |
This AmiTrace class implementation of the AmiTraceInterface allows a
Java application to log messages to stderr, stdout or to a file.
|
Exception | Description |
---|---|
AmiException |
The AmiException extends
HawkException to be used
when an error condtion occurs while executing a method invocation. |
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.