Uses of Class
com.sun.corba.ee.impl.interceptors.ClientRequestInfoImpl
Packages that use ClientRequestInfoImpl
-
Uses of ClientRequestInfoImpl in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors with type parameters of type ClientRequestInfoImplMethods in com.sun.corba.ee.impl.interceptors that return ClientRequestInfoImplModifier and TypeMethodDescriptionprivate 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 ClientRequestInfoImplModifier and TypeMethodDescription(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.