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

 

removeWarningListener method

Syntax
public void removeWarningListener( LogListener ll )
Remarks

Removes the specified LogListener from the list of listeners that are to receive a notification when a warning is printed.

Parameters
  • ll   The LogListener to no longer notify.

Example

The following code removes a LogListener from the list of warning listeners.

// ServerContext serverContext;
// LogListener myWarningListener
serverContext.removeWarningListener(myWarningListener);