Uses of Interface
org.omg.PortableInterceptor.ORBInitInfoOperations
-
Packages that use ORBInitInfoOperations Package Description com.sun.corba.ee.impl.interceptors org.omg.PortableInterceptor -
-
Uses of ORBInitInfoOperations in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement ORBInitInfoOperations Modifier and Type Class Description class
ORBInitInfoImpl
ORBInitInfoImpl is the implementation of the ORBInitInfo class to be passed to ORBInitializers, as described in orbos/99-12-02. -
Uses of ORBInitInfoOperations in org.omg.PortableInterceptor
Subinterfaces of ORBInitInfoOperations in org.omg.PortableInterceptor Modifier and Type Interface Description interface
ORBInitInfo
Passed to eachORBInitializer
, allowing it to to register interceptors and perform other duties while the ORB is initializing.
-