Modifier and Type | Interface and Description |
---|---|
interface |
AmiAsyncMethodInterface
AmiAsyncMethodInterface interface describes an AMI asynchronous
method.
|
Modifier and Type | Class and Description |
---|---|
class |
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 . |
class |
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. |
class |
AmiMethod
The AmiMethod implements of the
AmiMethodInterface
as a convenient abstract class. |
Modifier and Type | Method and Description |
---|---|
AmiMethodInterface |
AmiMethodContext.getMethod()
Gets the AMI method object associated with this invocation or
subscription.
|
AmiMethodInterface |
AmiSession.getMethod(java.lang.String methodName)
Retrieve the AmiMethodInterface object by its name..
|
AmiMethodInterface[] |
AmiEnabledInterface.getMethods()
Returns an array of AmiMethodInterface.
|
AmiMethodInterface[] |
AmiSession.getMethods()
Returns an array of AmiMethodInterfaces for getting and setting AMI
session's number of threads.
|
AmiMethodInterface[] |
AmiTrace.getMethods()
Returns an array of AmiMethodInterfaces for getting and setting AmiTrace
properties.
|
Modifier and Type | Method and Description |
---|---|
void |
AmiSession.addMethod(AmiMethodInterface method)
Adds the given AmiMethodInterface object to this AmiSession.
|
boolean |
AmiMethod.equals(AmiMethodInterface method)
Compares if the given AMI method is equivalent of this AMI method.
|
Constructor and Description |
---|
AmiMethodContext(AmiSession ami,
java.lang.String methodName,
AmiMethodInterface method,
java.lang.Object methodMsg,
java.lang.Integer context,
java.lang.Integer duration,
java.lang.String replySubject)
Protected method to be accessed by the AMI Java API only.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.