NonStop JMS User's Manual (NonStop JMS 2.0+)
Glossary
NonStop Server for Java Message Service User’s Manual—522356-002
Glossary-5
TAC L
TACL. See HP Tandem Advanced Command Language (TACL).
throw. Java keyword used to raise an exception.
throws. Java keyword used to define the exceptions that a method can raise.
TMF. See Transaction Management Facility (TMF).
topic. A destination for a message in a Pub/Sub messaging system.
transaction. A series of operations grouped together into a single unit of work.
Transaction Management Facility (TMF). A set of HP software products that assures
database integrity by preventing incomplete updates to a database. It can continuously
save the changes that are made to a database (in real time) and back out these
changes when necessary. It can also take online "snapshot" backups of the database
and restore the database from these backups.
virtual machine. See Java Virtual Machine (JVM).
XML. Extensible Markup Language, a standard for tagging data in an HTML document so
as to provide semantic information about content elements.