Modifier and Type | Method and Description |
---|---|
boolean |
AmiMethodContext.equals(AmiMethodContext context)
Test whether the given
AmiMethodContext is equivalent of
this object. |
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.
|
void |
AmiSession.sendError(AmiMethodContext context,
java.lang.String error)
Sends error to subscriber according to the given method subscription
context.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.