Uses of Interface
org.omg.PortableInterceptor.RequestInfo
-
Packages that use RequestInfo Package Description com.sun.corba.ee.impl.interceptors org.omg.PortableInterceptor -
-
Uses of RequestInfo in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement RequestInfo Modifier and Type Class Description classClientRequestInfoImplImplementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.classRequestInfoImplImplementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.classServerRequestInfoImplImplementation 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.PortableInterceptor Modifier and Type Interface Description interfaceClientRequestInfoRequest Information, accessible to client-side request interceptors.interfaceServerRequestInfoRequest Information, accessible to server-side request interceptors.Fields in org.omg.PortableInterceptor declared as RequestInfo Modifier and Type Field Description RequestInfoRequestInfoHolder. valueMethods in org.omg.PortableInterceptor that return RequestInfo Modifier and Type Method Description static RequestInfoRequestInfoHelper. extract(Any a)static RequestInfoRequestInfoHelper. narrow(Object obj)static RequestInfoRequestInfoHelper. read(InputStream istream)static RequestInfoRequestInfoHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type RequestInfo Modifier and Type Method Description static voidRequestInfoHelper. insert(Any a, RequestInfo that)static voidRequestInfoHelper. write(OutputStream ostream, RequestInfo value)Constructors in org.omg.PortableInterceptor with parameters of type RequestInfo Constructor Description RequestInfoHolder(RequestInfo initialValue)
-