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. threadLocalClientRequestInfoStack
Methods in com.sun.corba.ee.impl.interceptors that return ClientRequestInfoImpl Modifier and Type Method Description private ClientRequestInfoImpl
PIHandlerImpl. 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) void
InterceptorInvoker. invokeClientInterceptorEndingPoint(ClientRequestInfoImpl info)
Invokes either receive_reply, receive_exception, or receive_other, depending on the value of info.getEndingPointCall()(package private) void
InterceptorInvoker. invokeClientInterceptorStartingPoint(ClientRequestInfoImpl info)
Invokes either send_request, or send_poll, depending on the value of info.getStartingPointCall()private void
InterceptorInvoker. updateClientRequestDispatcherForward(ClientRequestInfoImpl info)
Update the client delegate in the event of a ForwardRequest, given the information in the passed-in info object.
-