FileDocCategorySizeDatePackage
TOA.javaAPI DocJava SE 5 API1017Fri Aug 26 14:54:28 BST 2005com.sun.corba.se.impl.oa.toa

TOA

public interface TOA implements com.sun.corba.se.spi.oa.ObjectAdapter
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.

Fields Summary
Constructors Summary
Methods Summary
public voidconnect(org.omg.CORBA.Object servant)
Connect the given servant to the ORB by allocating a transient object key and creating an IOR and object reference using the current factory.

public voiddisconnect(org.omg.CORBA.Object obj)
Disconnect the object from this ORB.