Modifier and Type | Method and Description |
---|---|
AmiParameterList |
AmiGetVersionMethod.getArguments()
Returns the input parameter list for this AMI method.
|
abstract AmiParameterList |
AmiMethod.getArguments()
Returns an
AmiParameterList that serves to describe the
input arguments of this AMI method. |
AmiParameterList |
AmiMethodContext.getArguments()
Gets the input arguments of the method invocation or subscription.
|
AmiParameterList |
AmiMethodInterface.getArguments()
Gets the parameter list that describes the input parameters of this
AMI method.
|
AmiParameterList |
AmiGetVersionMethod.getReturns()
Returns the output parameter list for this AMI method.
|
abstract AmiParameterList |
AmiMethod.getReturns()
Returns an
AmiParameterList that serves to describe the
output return arguments of this AMI method. |
AmiParameterList |
AmiMethodInterface.getReturns()
Gets the parameter list that describes the output parameters of this
AMI method.
|
AmiParameterList |
AmiGetVersionMethod.onInvoke(AmiParameterList args)
The callback method for the AmiGetVersionMethod object.
|
abstract AmiParameterList |
AmiMethod.onInvoke(AmiParameterList arguments)
This method is invoked by the AMI Java API when a method invocation
arrives from the managing TIB/Hawk Agent.
|
AmiParameterList |
AmiMethodInterface.onInvoke(AmiParameterList args)
The onInvoke implements the method actions when this AMI method
is invoked by TIB/Hawk Agent.
|
Modifier and Type | Method and Description |
---|---|
void |
AmiMethodContext._setArguments(AmiParameterList args)
Protected method to be accessed by the AMI Java API only.
|
AmiParameterList |
AmiGetVersionMethod.onInvoke(AmiParameterList args)
The callback method for the AmiGetVersionMethod object.
|
abstract AmiParameterList |
AmiMethod.onInvoke(AmiParameterList arguments)
This method is invoked by the AMI Java API when a method invocation
arrives from the managing TIB/Hawk Agent.
|
AmiParameterList |
AmiMethodInterface.onInvoke(AmiParameterList args)
The onInvoke implements the method actions when this AMI method
is invoked by TIB/Hawk Agent.
|
void |
AmiAsyncMethod.onStart(AmiMethodContext context,
AmiParameterList args)
This method is invoked by the AMI Java API when an interest, or
subscription, on this asynchronous method arrives.
|
void |
AmiAsyncMethodInterface.onStart(AmiMethodContext context,
AmiParameterList args)
This method is invoked by the AMI Java API when an interest, or
subscription, on this asynchronous method arrives.
|
void |
AmiAsyncMethod.onStop(AmiMethodContext context,
AmiParameterList args)
This method is invoked by the AMI Java API when the interest on this
asynchronous method no longer exists.
|
void |
AmiAsyncMethodInterface.onStop(AmiMethodContext context,
AmiParameterList args)
This method is invoked by the AMI Java API when the interest on this
asynchronous method no longer exists.
|
void |
AmiSession.sendData(AmiMethodContext context,
AmiParameterList data)
Sends data to subscriber according to the given method subscription
context.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.