Uses of Interface
org.omg.PortableInterceptor.IORInfo
Packages that use IORInfo
-
Uses of IORInfo in com.sun.corba.se.impl.interceptors
Classes in com.sun.corba.se.impl.interceptors that implement IORInfoModifier and TypeClassDescriptionfinal classIORInfoImpl is the implementation of the IORInfo class, as described in orbos/99-12-02, section 7. -
Uses of IORInfo in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as IORInfoMethods in org.omg.PortableInterceptor that return IORInfoModifier and TypeMethodDescriptionstatic IORInfostatic IORInfostatic IORInfoIORInfoHelper.read(InputStream istream) static IORInfoIORInfoHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type IORInfoModifier and TypeMethodDescriptionvoidIORInterceptor_3_0Operations.components_established(IORInfo info) The components_established method is invoked on all registered IORInterceptor_3_0 instances after establish_components has been invoked on all registered IORInterceptor instances.voidIORInterceptorOperations.establish_components(IORInfo info) A server side ORB calls theestablish_componentsoperation on all registeredIORInterceptorinstances when it is assembling the list of components that will be included in the profile or profiles of an object reference.static voidstatic voidIORInfoHelper.write(OutputStream ostream, IORInfo value) Constructors in org.omg.PortableInterceptor with parameters of type IORInfo