public java.util.Properties getProperties( java.lang.String component, java.lang.String set )
Returns the set of properties associated with a given component and property set. These are stored in the MobiLink system table ml_property.
component The component.
set The property set.
The set of properties, which may be empty.
The following code lists all the ServerContext's Properties.
include java.util.*; // ServerContext serverContext; // PrintStream out Properties properties = serverContext.getProperties(); Properties.list(out); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |