| Oracle Internet File System Developer Reference Release 9.0.1.1.0 Part Number A90093-02 |
|
This manual describes how to customize the behavior of Oracle Internet File System (Oracle 9iFS) or create new applications using Oracle 9iFS as a development platform. Topics include:
The Oracle 9iFS Developer Reference is intended for application developers who create custom file system applications using XML and Java.
Oracle 9iFS presents a wide range of development possibilities, ranging from simple presentation-layer design to complex interactions between file system actions and external database schemas. Not all customization require a complete grasp of the entire framework, much less the entire Oracle 9iFS Java API.
This manual contains these chapters and appendices:
Code samples are included in this guide where possible. Longer programs excerpted within this document are included in the Sample_Code directory accompanying this document. You can also download the samples from Oracle Technet at:
http://otn.oracle.com/sample_code/products/ifs/listing.htm
For more information, see the following manuals in the Internet File System and Oracle9i database documentation sets. Documentation is available in HTML and PDF format.
To order documentation, call the appropriate number listed below.
You can also order documentation from Oracle Store on the Web, at http://oraclestore.oracle.com.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community . To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at:
http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
The following notational conventions appear in this manual:
| Convention | Description |
|---|---|
|
italic |
Italicized type identifies document titles. |
|
|
Monospace type indicates commands, script names, directory names, path names, and file names (for example, the |
|
UPPERCASE |
Uppercase letters indicate parameters or environment variables (for example, ORACLE_HOME). |
|
. |
In code examples, vertical ellipsis points indicate that information not directly related to the example has been omitted. |
|
. . . |
In command syntax, horizontal ellipsis points indicate repetition of the preceding parameters. The following command example indicates that more than one input_file may be specified on the command line.
|
|
< > |
In command syntax, angle brackets identify variables that the user must supply. You do not type the angle brackets. The following command example indicates that the user must enter a value for the variable input_file:
|
|
[ ] |
In command syntax, brackets enclose optional clauses from which you can choose one or none. You do not type the brackets. The following command example indicates that the variable output_file is optional:
|
|
{ } |
In command syntax, curly brackets indicate that a choice of two or more items separated by a vertical bar or pipe ( | ). You do not type the curly brackets. The following command example indicates a choice of either a or b:
|
|
$ |
The dollar sign represents the shell prompt in Solaris. Foot 1 |
|
1
In examples, an implied return occurs at the end of each line, unless otherwise noted. You must press the [Enter] key at the end of a line of input.
|
|
|
![]() Copyright © 2001 Oracle Corporation. All Rights Reserved. |
|