System information

Deprecated Methods and Fields
Part Number 820-2952-10 Page 61
Deprecated Methods and Fields
The tables in this section list deprecated methods and fields. The methods and fields are sorted by
class name.
The data in the Replacement column may contain the following types of information:
If the column is blank, then there is no replacement for the deprecated method or field.
If no class name is listed, then the replacement method or field is defined in the same class
as the deprecated method or field.
If the replacement method or field is defined in a different class as the deprecated method
or field, the replacement is listed using JavaDoc syntax. For example, the
getBaseContextAttrName()
method in the
com.waveset.adapter.ADSIResourceAdapter
class has been deprecated. Its replacement is listed as
com.waveset.adapter.ResourceAdapter#ResourceAdapter()
where:
com.waveset.adapter
is the package name.
ResourceAdapter
is the class name.
ResourceAdapter()
is the method and argument list.
com.waveset.security.authz.Right com.waveset.object.Right
com.waveset.util.ConnectionPool.getConnection(String,
String, String, String, String, boolean)
getConnection(String driverClass, String driverPrefix,
String url, String user, String password, boolean
checkConnection, String validationSql)
com.waveset.util.CSVParser com.waveset.util.ConfigurableDelimitedFileParser
com.waveset.util.Debug com.sun.idm.logging.Trace
com.waveset.util.HtmlUtil com.waveset.ui.util.html.HtmlUtil
com.waveset.util.PooledConnection.isValid() isValid(String SQL)
com.waveset.util.ITrace com.sun.idm.logging.Trace
com.waveset.util.PipeDelimitedParser com.waveset.util.ConfigurableDelimitedFileParser
Deprecated Replacement