Uses of Interface
org.omg.PortableInterceptor.RequestInfo
Packages that use RequestInfo
-
Uses of RequestInfo in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement RequestInfoModifier and TypeClassDescriptionfinal class
Implementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.class
Implementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.final class
Implementation of the ServerRequestInfo interface as specified in orbos/99-12-02 section 5.4.3. -
Uses of RequestInfo in org.omg.PortableInterceptor
Subinterfaces of RequestInfo in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterface
Request Information, accessible to client-side request interceptors.interface
Request Information, accessible to server-side request interceptors.Fields in org.omg.PortableInterceptor declared as RequestInfoMethods in org.omg.PortableInterceptor that return RequestInfoModifier and TypeMethodDescriptionstatic RequestInfo
static RequestInfo
static RequestInfo
RequestInfoHelper.read
(InputStream istream) static RequestInfo
RequestInfoHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type RequestInfoModifier and TypeMethodDescriptionstatic void
RequestInfoHelper.insert
(Any a, RequestInfo that) static void
RequestInfoHelper.write
(OutputStream ostream, RequestInfo value) Constructors in org.omg.PortableInterceptor with parameters of type RequestInfo