Package com.sun.corba.se.spi.oa
Interface ObjectAdapterFactory
- All Known Implementing Classes:
POAFactory,TOAFactory
public interface ObjectAdapterFactory
-
Method Summary
Modifier and TypeMethodDescriptionfind(ObjectAdapterId oaid) Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId.getORB()voidInitialize this object adapter factory instance.voidshutdown(boolean waitForCompletion) Shutdown all object adapters and other state associated with this factory.
-
Method Details
-
init
Initialize this object adapter factory instance. -
shutdown
void shutdown(boolean waitForCompletion) Shutdown all object adapters and other state associated with this factory. -
find
Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId. -
getORB
ORB getORB()
-