NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)

Java Transaction API (JTA) document
(http://www.javasoft.com/products/jta/index.html)
Java Transaction Service (JTS)document
(http://java.sun.com/products/jts/)
Java Remote Method Invocation (RMI) Documents
Java Remote Method Invocation (RMI) document
(http://java.sun.com/products/jdk/rmi/index.html)
Reference pages for the following packages:
java.rmi
(http://www.javasoft.com/products/jdk/1.2/docs/api/java/rmi/package-summary.html)
java.rmi.dgc
(http://java.sun.com/products/jdk/1.2/docs/api/java/rmi/dgc/package-summary.html)
java.rmi.registry
(http://java.sun.com/products/jdk/1.2/docs/api/java/rmi/registry/package-summary.html)
java.rmi.server
(http://java.sun.com/products/jdk/1.2/docs/api/java/rmi/server/package-summary.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 example:
-c identity {true|false}
| Vertical Line