ConnectorContext

public interface ConnectorContext
Known Indirect Subclasses

Interface for a context object created by the SDK to pass to the Connector code.

The Application object creates a context instance containing ExceptionHandler instances. It calls init(ConnectorContext) method to pass the context to the connector code.

Public Method Summary

abstract ExceptionHandler
getIncrementalTraversalExceptionHandler()
Returns the exception handler used by the handleIncrementalChanges() method call.
abstract ExceptionHandler
getTraversalExceptionHandler()
Returns the exception handler used by the traverse() method call.

Public Methods

public abstract ExceptionHandler getIncrementalTraversalExceptionHandler ()

Returns the exception handler used by the handleIncrementalChanges() method call.

Returns

public abstract ExceptionHandler getTraversalExceptionHandler ()

Returns the exception handler used by the traverse() method call.

Returns