Uses of Class
com.ibm.di.connector.sapr3.bor.SapR3ConnectorException

Packages that use SapR3ConnectorException
com.ibm.di.connector.sapr3.bor   
 

Uses of SapR3ConnectorException in com.ibm.di.connector.sapr3.bor
 

Subclasses of SapR3ConnectorException in com.ibm.di.connector.sapr3.bor
 class ConfigurationException
          Exception type for SAP R/3 Connector.
 class ConnectorMethodException
          Exception type for SAP R/3 Connector.
 class EmptyTransformResultException
          Exception type for SAP R/3 Connector.
 class FunctionExecutionException
          Exception type for SAP R/3 Connector.
 class RfcFunctionFactoryException
          ConnectorMethodException Exception type for SAP R/3 Connector.
 

Methods in com.ibm.di.connector.sapr3.bor that throw SapR3ConnectorException
 void SapR3BorConnector.deleteEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to remove an existing user and associated attributes from SAP R/3
 Entry SapR3BorConnector.findEntry(SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to find an existing BOR object instance and associated attributes in SAP R/3.
 void SapR3BorConnector.initialize(Object o)
          This method is called once after the connector configuration file has been provided by the caller.
 void SapR3BorConnector.modEntry(Entry entry, SearchCriteria search)
          Called by IBM Tivoli Directory Integrator AL to update an existing user and associated attributes in SAP R/3
 void SapR3BorConnector.putEntry(Entry entry)
          Called by IBM Tivoli Directory Integrator AL to add a new entry and associated attributes to SAP R/3.
 Object SapR3BorConnector.querySchema(Object source)
           Return the IBM Tivoli Directory Integrator Entry schema supported by this connector.
 void SapR3BorConnector.selectEntries()
          Called by IBM Tivoli Directory Integrator AL when the connector operates in Iterator mode inside an assembly line.