TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MHawkMethod
Class Hierarchy
|
C++ Classes and Methods
|
Members
|
Methods
Encapsulates a TIBCO Hawk AMI method. For each method, an application must:
Create a subclass of MHawkMethod
Create an instance of that subclass. See MHawkMethod::MHawkMethod().
Implement the
MHawkMethod::processMethodInvocation
() method.
Remarks
MHawkMethod is an abstract class.
Declaration
class
MHawkMethod;
Class Hierarchy
MHawkMethod
File
MHawkMethod.h
Links
Class Hierarchy
,
C++ Classes and Methods
,
Members
,
Methods
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference