NonStop Server for Java Programmer's Reference (NSJ 4.2+)
http://search.java.sun.com/search/java/advanced.jsp), or contact Sun Microsystems regarding
site feedback (http://servlet.java.sun.com/feedback.jsp).
JNDI document
(http://java.sun.com/products/jndi/)
●
JDBC Data Access API
(http://java.sun.com/products/jdbc/index.html)
●
Java Printing Service (JPS) document
(http://java.sun.com/j2se/1.4.2/docs/guide/jps/)
●
Java Transaction API (JTA) document
(http://java.sun.com/products/jta/index.html)
●
Java Transaction Service (JTS) document
(http://java.sun.com/products/jts/)
●
Java Remote Method Invocation (RMI) document
(http://java.sun.com/products/jdk/rmi/index.html)
●
Notation Conventions
Bold Type
Bold type within text indicates terms defined in the Glossary. For example:
abstract class
Computer Type
Computer type letters within text indicate keywords, reserved words, command
names, class names, and method names; enter these items exactly as shown. For example:
myfile.c
Italic Computer Type
Italic computer type letters in syntax descriptions or text indicate variable items
that you supply. For example:
pathname
[ ] Brackets
Brackets enclose optional syntax items. For example:
jdb [options]
A group of items enclosed in brackets is a list from which you can choose one item or
none. Items are separated by vertical lines. For example:
where [threadID|all]
{ } Braces
A group of items enclosed in braces is a list from which you must choose one item. For