![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
Constructs an instance of AmiSyncMethod class.
AMI_METHOD_INFO methods collect data. Data sources in rulebases and method subscriptions in the TIBCO Hawk WebConsole use this type of method only.AMI_METHOD_ACTION methods affect the application’s behavior in some way. They can be invoked in the TIBCO Hawk WebConsole through interacting with one agent or through a network action. Action methods can also be invoked as an action in a rulebase.AMI_METHOD_ACTION_INFO methods both make a change to the application and return data. They can be invoked in the TIBCO Hawk WebConsole through interacting with one agent or through a network action. The timeout interval of this AMI method. The default is 10000 milliseconds(10 seconds).The AmiSubscription class encapsulates an asynchronous method subscription.Member Summary
Allows retrieval of application specific data from a particular asynchronous method subscription AmiSubscription::setCallbackInterval() Indicates that for this subscription the associated AmiMethod::onInvoke() callback should be invoked automatically at the specific interval. Allows attachment of application specific data to a particular asynchronous method subscription. Allows retrieval of the associated AMI method object. Allows retrieval of the method argument values for a particular asynchronous method subscription.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |