The Transient Object Adapter is used for standard RMI-IIOP and Java-IDL
(legacy JDK 1.2) object implementations. Its protocol for managing objects is very
simple: just connect and disconnect. There is only a single TOA instance per ORB,
and its lifetime is the same as the ORB. The TOA instance is always ready to receive
messages except when the ORB is shutting down. |