AmiSubscription Class

class

Declaration

class AmiSubscription;

Purpose

The AmiSubscription class encapsulates an asynchronous method subscription.

Member Summary

 

 

 

 

AmiSubscription::getUserData()

Allows retrieval of application specific data from a particular asynchronous method subscription

AmiSubscription::getUserData()

AmiSubscription::setCallbackInterval()

Indicates that for this subscription the associated AmiMethod::onInvoke() callback should be invoked automatically at the specific interval.

AmiSubscription::setCallbackInterval()

AmiSubscription::setUserData()

Allows attachment of application specific data to a particular asynchronous method subscription.

AmiSubscription::setUserData()

AmiSubscription::getMethod()

Allows retrieval of the associated AMI method object.

AmiSubscription::getMethod()

AmiSubscription::getArguments()

Allows retrieval of the method argument values for a particular asynchronous method subscription.

AmiSubscription::getArguments()