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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in Java » MobiLink server API for Java Reference » ServerContext interface

getStartClassInstances method Next Page

getProperties method


Syntax

public java.util.Properties getProperties(
java.lang.String component,
java.lang.String set )

Remarks

Returns the set of properties associated with a given component and property set. These are stored in the MobiLink system table ml_property.

Parameters
Returns

The set of properties, which may be empty.

See also