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 classImplementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.classImplementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.final classImplementation 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 TypeInterfaceDescriptioninterfaceRequest Information, accessible to client-side request interceptors.interfaceRequest Information, accessible to server-side request interceptors.Fields in org.omg.PortableInterceptor declared as RequestInfoMethods in org.omg.PortableInterceptor that return RequestInfoModifier and TypeMethodDescriptionstatic RequestInfostatic RequestInfostatic RequestInfoRequestInfoHelper.read(InputStream istream) static RequestInfoRequestInfoHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type RequestInfoModifier and TypeMethodDescriptionstatic voidRequestInfoHelper.insert(Any a, RequestInfo that) static voidRequestInfoHelper.write(OutputStream ostream, RequestInfo value) Constructors in org.omg.PortableInterceptor with parameters of type RequestInfo