Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » ServerContext interface

 

addErrorListener method

Syntax
public void addErrorListener( LogListener ll )
Remarks

Adds the specified LogListener to receive a notification when an error is printed.

When an error is printed, the following method is called LogListener.messageLogged(ianywhere.ml.script.ServerContext, ianywhere.ml.script.LogMessage).

Parameters
  • ll   The LogListener to notify.

See also
Example

See: LogMessage class.