Package com.sun.corba.se.impl.oa.toa
Class TOAFactory
java.lang.Object
com.sun.corba.se.impl.oa.toa.TOAFactory
- All Implemented Interfaces:
ObjectAdapterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(ObjectAdapterId oaid) Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId.getORB()getTOA()voidInitialize this object adapter factory instance.voidshutdown(boolean waitForCompletion) Shutdown all object adapters and other state associated with this factory.
-
Constructor Details
-
TOAFactory
public TOAFactory()
-
-
Method Details
-
find
Description copied from interface:ObjectAdapterFactoryFind the ObjectAdapter instance that corresponds to the given ObjectAdapterId.- Specified by:
findin interfaceObjectAdapterFactory
-
init
Description copied from interface:ObjectAdapterFactoryInitialize this object adapter factory instance.- Specified by:
initin interfaceObjectAdapterFactory
-
shutdown
public void shutdown(boolean waitForCompletion) Description copied from interface:ObjectAdapterFactoryShutdown all object adapters and other state associated with this factory.- Specified by:
shutdownin interfaceObjectAdapterFactory
-
getTOA
-
getTOA
-
getORB
- Specified by:
getORBin interfaceObjectAdapterFactory
-