AmiMethod Class

Class

Declaration

class AmiMethod

Purpose

This class implements methods.

Remarks

Classes derived from AmiMethod can be registered with AmiSession. The AmiSyncMethod class extends the AmiMethod class to implement synchronous methods. The AmiAsyncMethod class extends the AmiMethod class to implement asynchronous methods.

Member Summary

 

Member

Description

Page

AmiMethod::setIndexName()

Sets the index name for this AmiMethod.

AmiMethod::setIndexName()

AmiMethod::get...() Accessors

Retrieves information from this AmiMethod instance.

getStatus()

getName()

getHelp()

getSession()

AmiMethod::get...() Accessors

AmiMethod::onInvoke()

Callback on arrival of a method invocation method from the monitoring agent. See AmiParameter Class.

AmiMethod::onInvoke()