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

Syntax
public ianywhere.ml.script.ServerContext
Remarks

An instantiation of all the context that is present for the duration of the MobiLink server. This context can be held as static data and used in a background thread. It is valid for the duration of the Java virtual machine invoked by MobiLink.

To access a ServerContext instance, use the DBConnectionContext.getServerContext method.

Members

All members of ianywhere.ml.script.ServerContext, including all inherited members.


addInfoListener method
addErrorListener method
addShutdownListener method
addWarningListener method
getProperties method
getPropertiesByVersion method
getPropertySetNames method
getStartClassInstances method
makeConnection method
removeErrorListener method
removeInfoListener method
removeShutdownListener method
removeWarningListener method
shutdown method