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

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

 

addWarningListener method

Syntax
public void addWarningListener( LogListener ll )
Remarks

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

The following method is called: LogListener.messageLogged(ianywhere.ml.script.ServerContext, ianywhere.ml.script.LogMessage).

Parameters
  • ll   The LogListener to notify.

Example

See: LogMessage class.