Oracle Application 9i Configuration Manual page 42

Application server wireless edition
Table of Contents

Advertisement

Configuration
String getXMLVersion (Object o)
boolean isStudio(Object o)
String getInboxFolderName
(Object o)
String getSentFolderName
(Object o)
boolean isLogging(Object o)
String getLogfile (Object o)
String getTimeout (Object o)
In the OracleMobileEmail.properties file, change the mail.config.class property to
be the class you define.
The input is an object. The default behavior is not to pass anything. You can change
it to pass information such as a string (username for example), or a hashtable
containing more information.
If you do not want to implement all of the methods, you can extend from
oracle.panama.module.communicate.mail.util.Config. You can choose to override
methods, but the rest will be the default implementations. The default is to ignore
the username and pick up the information from the properties file.
Refer to the Javadoc IConfig.html and the Java interface in the doc directory of the
install.
2-12 Oracle9i Application Server Wireless Edition Configuration Guide
Returns the PTG XML version. Ensure it is
consistent with the "studio" parameters.
Currently, studio is running PTG 1.0.
Indicates whether it is running in studio or not.
Ensure it is consistent with the
"oracle.panama.version" parameters. Currently,
studio is running PTG 1.0.
Returns the Inbox folder name.
Returns the Sent folder name.
Indicates if logging is enabled.
Returns the full path of the log file.
Returns the connection timeout in
milliseconds.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Application 9i and is the answer not in the manual?

Questions and answers

Table of Contents