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 class
ClientRequestInfoImpl
Implementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.class
RequestInfoImpl
Implementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.class
ServerRequestInfoImpl
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.PortableInterceptor Modifier and Type Interface Description interface
ClientRequestInfo
Request Information, accessible to client-side request interceptors.interface
ServerRequestInfo
Request Information, accessible to server-side request interceptors.Fields in org.omg.PortableInterceptor declared as RequestInfo Modifier and Type Field Description RequestInfo
RequestInfoHolder. value
Methods in org.omg.PortableInterceptor that return RequestInfo Modifier and Type Method Description static RequestInfo
RequestInfoHelper. extract(Any a)
static RequestInfo
RequestInfoHelper. narrow(Object obj)
static RequestInfo
RequestInfoHelper. read(InputStream istream)
static RequestInfo
RequestInfoHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type RequestInfo Modifier and Type Method Description static 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 Constructor Description RequestInfoHolder(RequestInfo initialValue)
-