Syntax
public int init();
Parameters
None.
Return values
An integer that indicates the status of the initialization operation. If the initialization operation succeeds, returns CxStatusConstants.SUCCEED; otherwise, it returns a negative value. Possible failure values are:
Notes
The connector framework calls the init() method to initialize the connector when the connector starts up. Be sure to implement all of the initialization for the connector, such as logging on to an application, in the init() method.