Table 92 lists the classes in the C++ connector library.
Table 92. Classes in the C++ connector library
Class | Description | Page |
---|---|---|
BOAttrType | Represents an attribute descriptor, which contains information about the properties of an attribute | "BOAttrType class" |
BOHandlerCPP | Represents the base class for a business object handler. You extend this class to define one or more business object handlers for your connector. | "BOHandlerCPP class" |
BusinessObject | Represents a business object instance. It provides access to the names and values of attributes | "BusinessObject class" |
BusObjContainer | Represents an array of business objects. It provides access to elements of the business object array | "BusObjContainer class" |
BusObjSpec | Represents a business object definition. It provides access to application-specific information for the business object as well as attribute properties | "BusObjSpec class" |
CxMsgFormat | Provides support for internationalized messages. This class has been deprecated. | "CxMsgFormat class" |
CxVersion | Represents object versions for business objects | "CxVersion class" |
GenGlobals | Represents the base class for a connector. You extend this class to define your connector class and implement the required virtual methods | "GenGlobals class" |
ReturnStatusDescriptor | Represents a return-status descriptor, which contains error and informational messages | "ReturnStatusDescriptor class" |
StringMessage | Provides methods for accessing the contents of a StringMessage object. | "StringMessage class" |
SubscriptionHandlerCPP | Represents a subscription handler, which handles subscription management for the connector. | "SubscriptionHandlerCPP class" |
Tracing | Provides tracing services | "Tracing class" |