Table 157 summarizes the methods in the JavaConnectorUtil class.
Member methods of the JavaConnectorUtil classMember method | Description | Page |
---|---|---|
createBusinessObject() | Creates a business object. | createBusinessObject() |
createContainer() | Creates a container | createContainer() |
generateMsg() | Generates a message from a message file that you specify, depending on the trace level. You can optionally specify a trace level. | generateMsg() |
getAllConfigProp() | Retrieves all properties for the connector as hierarchical connector properties. | getAllConfigProp() |
getAllConnectorAgentProperties() | Retrieves all properties for the connector. | getAllConnectorAgentProperties() |
getAllStandardProperties() | Retrieves all standard connector properties, as hierarchical connector properties. | getAllStandardProperties() |
getAllUserProperties() | Retrieves all connector-specific properties, as hierarchical connector properties. | getAllUserProperties() |
getBlankValue() | Retrieves the special Blank attribute value. | getBlankValue() |
getConfigProp() | Retrieves a property for the connector from the repository. | getConfigProp() |
getEncoding() | Retrieves the character encoding that the connector framework is using. | getEncoding() |
getIgnoreValue() | Retrieves the special Ignore attribute value. | getIgnoreValue() |
getLocale() | Retrieves the locale of the connector framework. | getLocale() |
getOneConfigProp() | Retrieve a specified hierarchical connector property. | getOneConfigProp() |
getSupportedBusObjNames() | Retrieve a list of supported business objects for the connector. | getSupportedBusObjNames() |
initAndValidateAttributes() | Initializes all required attributes to their default values. | initAndValidateAttributes() |
isBlankValue() | Tests if a value equals the special Blank attribute value. | isBlankValue() |
isIgnoreValue() | Tests if a value equals the special Ignore attribute value. | isIgnoreValue() |
isTraceEnabled() | Tests if the trace level is greater than or equal to a specified trace level. | isTraceEnabled() |
logMsg() | Logs a message. You can optionally send an email message if the message severity is set to error or fatal error | logMsg() |
traceWrite() | Writes a trace message. | traceWrite() |