ASA Programming Guide
Introduction to Java in the Database
The runtime environment for Java in the database
The runtime Java classes
User-defined classes are installed into a database using the INSTALL JAVA statement. Once installed, they become available to other classes in the database. If they are public classes, they are available from SQL as domains.
For more information about installing classes, see Installing Java classes into a database.