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.
import java.util.*; // ServerContext serverContext; // PrintStream out Properties prop = serverContext.getProperties(); prop.list(out); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |