- onData() - Method in class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
Sends data to all the interesting subscribers
- onInvoke(AmiParameterList) - Method in class COM.TIBCO.hawk.ami.AmiGetVersionMethod
-
The callback method for the AmiGetVersionMethod object.
- onInvoke(AmiParameterList) - Method in class COM.TIBCO.hawk.ami.AmiMethod
-
This method is invoked by the AMI Java API when a method invocation
arrives from the managing TIB/Hawk Agent.
- onInvoke(AmiParameterList) - Method in interface COM.TIBCO.hawk.ami.AmiMethodInterface
-
The onInvoke implements the method actions when this AMI method
is invoked by TIB/Hawk Agent.
- onStart(AmiMethodContext, AmiParameterList) - Method in class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
This method is invoked by the AMI Java API when an interest, or
subscription, on this asynchronous method arrives.
- onStart(AmiMethodContext, AmiParameterList) - Method in interface COM.TIBCO.hawk.ami.AmiAsyncMethodInterface
-
This method is invoked by the AMI Java API when an interest, or
subscription, on this asynchronous method arrives.
- onStop(AmiMethodContext, AmiParameterList) - Method in class COM.TIBCO.hawk.ami.AmiAsyncMethod
-
This method is invoked by the AMI Java API when the interest on this
asynchronous method no longer exists.
- onStop(AmiMethodContext, AmiParameterList) - Method in interface COM.TIBCO.hawk.ami.AmiAsyncMethodInterface
-
This method is invoked by the AMI Java API when the interest on this
asynchronous method no longer exists.