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 RequestImplAsynchInvoke. _reqConstructors 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 voidPIHandlerImpl. setClientPIInfo(RequestImpl requestImpl)voidPINoOpHandlerImpl. 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 voidPIHandler. setClientPIInfo(RequestImpl requestImpl)Notifies PI of additional information for client-side interceptors.
-