SubscriptionHandlerCPP class

The SubscriptionHandlerCPP class represents subscription managers, which you can use to determine whether the integration broker is interested in a business object. You can also use a subscription manager method to send business objects to the integration broker.

The header file for this class is SubscriptionHandlerCPP.hpp. It resides in the following subdirectory of your product directory:

DevelopmentKits\cdk\generic_include
 

Table 111 summarizes the methods in the SubscriptionHandlerCPP class.

Table 111.

Member methods of the SubscriptionHandlerCPP class
Member method Description Page
SubscriptionHandlerCPP() Creates a subscription manager. In general, you do not call this method to create a subscription manager. The connector framework usually creates a subscription manager for the connector. SubscriptionHandlerCPP()
gotApplEvent() Sends a business object to InterChange Server. gotApplEvent()
isSubscribed() Determines whether a subscription exists for a business object definition. isSubscribed()

Copyright IBM Corp. 1997, 2004