Searched refs:TOA (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOA.java32 * simple: just connect and disconnect. There is only a single TOA instance per ORB,
33 * and its lifetime is the same as the ORB. The TOA instance is always ready to receive
36 public interface TOA extends ObjectAdapter { interface in inherits:ObjectAdapter
H A DTOAFactory.java63 // Return the dispatch-only TOA, which can dispatch
64 // request for objects created by any TOA.
86 public synchronized TOA getTOA( String codebase )
88 TOA toa = (TOA)(codebaseToTOA.get( codebase )) ;
98 public synchronized TOA getTOA()
101 // The dispatch-only TOA is not used for creating
H A DTOAImpl.java58 /** The Transient Object Adapter (TOA) represents the OA for purely transient
63 * <LI>There is only one OA instance of the TOA. Its OAId is { "TOA" }</LI>
64 * <LI>There is not adapter manager. The TOA manager ID is fixed.</LI>
77 public class TOAImpl extends ObjectAdapterBase implements TOA
147 // but for now, there is no way to associate policies with the TOA, so
172 // Methods unique to the TOA

Completed in 43 milliseconds