Table 110 lists the classes and interfaces in the Java connector
library.
Table 110. Classes and interfaces in the Java connector library
Class or interface | Description | Page |
---|---|---|
CWConnectorAgent
| Represents the base class for a connector. You extend this class to define your connector class and implement the required virtual methods | "CxProperty class" |
CWConnectorAttrType
| Defines the attribute-type constants | "CWConnectorAttrType class" |
CWConnectorBOHandler
| Represents the base class for a business object handler. You extend this class to define one or more business object handler for your connector. | "CWConnectorBOHandler class" |
CWConnectorBusObj
| Represents a business object instance. It provides access to the business object, business object definition, and the attributes | "CWConnectorBusObj class" |
CWConnectorConstant
| Defines constants for use with the Java connector library:
| "CWConnectorConstant class" |
CWConnectorEvent
| Represents an event object, which holds information from an event record that has been retrieved from an event store | "CWConnectorEvent class" |
CWConnectorEventStatusConstants
| Defines event-status constants, which represent the status values that an event record can have | "CWConnectorEventStatusConstants class" |
CWConnectorEventStore
| Represents an event store, which holds event records for access by the connector's event detection mechanism (usually polling) | "CWConnectorEventStore class" |
CWConnectorEventStoreFactory
| Represents the event-store factory, which instantiates a CWConnectorEventStore object | "CWConnectorEventStoreFactory interface" |
CWConnectorExceptionObject
| Represents an exception-detail object, which contains additional status information that is included in an exception object | "CWConnectorExceptionObject class" |
CWConnectorLogAndTrace
| Defines constants for use with logging and tracing services:
| "CWConnectorLogAndTrace class" |
CWConnectorReturnStatusDescriptor
| Represents a return-status descriptor, which contains error and informational messages | "CWConnectorReturnStatusDescriptor class" |
CWConnectorUtil
| Provides miscellaneous utility methods for use in a Java connector;
These utility methods fall into the following general categories:
| "CWConnectorUtil class" |
CWException
| Represents an exception object for the Java connector library | "CWException class" |
CWProperty
| Represents a connector-property object, which contains a hierarchical connector configuration property | "CxProperty class" |