Uses of Class
com.sun.corba.ee.impl.corba.RequestImpl
-
Packages that use RequestImpl Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.interceptors com.sun.corba.ee.spi.protocol -
-
Uses of RequestImpl in com.sun.corba.ee.impl.corba
Fields in com.sun.corba.ee.impl.corba declared as RequestImpl Modifier and Type Field Description private RequestImpl
AsynchInvoke. _req
Constructors in com.sun.corba.ee.impl.corba with parameters of type RequestImpl Constructor Description AsynchInvoke(ORB o, RequestImpl reqToInvokeOn, boolean n)
-
Uses of RequestImpl in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type RequestImpl Modifier and Type Method Description void
PIHandlerImpl. setClientPIInfo(RequestImpl requestImpl)
void
PINoOpHandlerImpl. setClientPIInfo(RequestImpl requestImpl)
-
Uses of RequestImpl in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type RequestImpl Modifier and Type Method Description void
PIHandler. setClientPIInfo(RequestImpl requestImpl)
Notifies PI of additional information for client-side interceptors.
-