Uses of Class
com.sun.corba.ee.impl.interceptors.ClientRequestInfoImpl
-
Packages that use ClientRequestInfoImpl Package Description com.sun.corba.ee.impl.interceptors -
-
Uses of ClientRequestInfoImpl in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors with type parameters of type ClientRequestInfoImpl Modifier and Type Field Description private java.lang.ThreadLocal<PIHandlerImpl.RequestInfoStack<ClientRequestInfoImpl>>PIHandlerImpl. threadLocalClientRequestInfoStackMethods in com.sun.corba.ee.impl.interceptors that return ClientRequestInfoImpl Modifier and Type Method Description private ClientRequestInfoImplPIHandlerImpl. peekClientRequestInfoImplStack()Convenience method to get the ClientRequestInfoImpl object off the top of the ThreadLocal stack.Methods in com.sun.corba.ee.impl.interceptors with parameters of type ClientRequestInfoImpl Modifier and Type Method Description (package private) voidInterceptorInvoker. invokeClientInterceptorEndingPoint(ClientRequestInfoImpl info)Invokes either receive_reply, receive_exception, or receive_other, depending on the value of info.getEndingPointCall()(package private) voidInterceptorInvoker. invokeClientInterceptorStartingPoint(ClientRequestInfoImpl info)Invokes either send_request, or send_poll, depending on the value of info.getStartingPointCall()private voidInterceptorInvoker. updateClientRequestDispatcherForward(ClientRequestInfoImpl info)Update the client delegate in the event of a ForwardRequest, given the information in the passed-in info object.
-