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

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

 

removeInfoListener method

Syntax
public void removeInfoListener( LogListener sl )
Remarks

Remove the specified LogListener from the list of listeners to receive a notification when info is printed.

Parameters
  • ll   The listener to no longer notify.

Example

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

// ServerContext serverContext;
// LogListener myInfoListener
serverContext.removeInfoListener(myInfoListener);