Uses of Class
com.sun.corba.ee.impl.interceptors.ServerRequestInfoImpl
-
Packages that use ServerRequestInfoImpl Package Description com.sun.corba.ee.impl.interceptors -
-
Uses of ServerRequestInfoImpl in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors with type parameters of type ServerRequestInfoImpl Modifier and Type Field Description private java.lang.ThreadLocal<PIHandlerImpl.RequestInfoStack<ServerRequestInfoImpl>>
PIHandlerImpl. threadLocalServerRequestInfoStack
Methods in com.sun.corba.ee.impl.interceptors that return ServerRequestInfoImpl Modifier and Type Method Description private ServerRequestInfoImpl
PIHandlerImpl. peekServerRequestInfoImplStack()
Convenience method to get the ServerRequestInfoImpl object off the top of the ThreadLocal stack.Methods in com.sun.corba.ee.impl.interceptors with parameters of type ServerRequestInfoImpl Modifier and Type Method Description (package private) void
InterceptorInvoker. invokeServerInterceptorEndingPoint(ServerRequestInfoImpl info)
Invokes either send_reply, send_exception, or send_other, depending on the value of info.getEndingPointCall()(package private) void
InterceptorInvoker. invokeServerInterceptorIntermediatePoint(ServerRequestInfoImpl info)
Invokes receive_request interception points(package private) void
InterceptorInvoker. invokeServerInterceptorStartingPoint(ServerRequestInfoImpl info)
Invokes receive_request_service_context interception points.private void
PIHandlerImpl. serverPIHandleExceptions(ServerRequestInfoImpl info)
Handles exceptions for the starting and intermediate points for server request interceptors.
-