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. threadLocalServerRequestInfoStackMethods in com.sun.corba.ee.impl.interceptors that return ServerRequestInfoImpl Modifier and Type Method Description private ServerRequestInfoImplPIHandlerImpl. 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) voidInterceptorInvoker. invokeServerInterceptorEndingPoint(ServerRequestInfoImpl info)Invokes either send_reply, send_exception, or send_other, depending on the value of info.getEndingPointCall()(package private) voidInterceptorInvoker. invokeServerInterceptorIntermediatePoint(ServerRequestInfoImpl info)Invokes receive_request interception points(package private) voidInterceptorInvoker. invokeServerInterceptorStartingPoint(ServerRequestInfoImpl info)Invokes receive_request_service_context interception points.private voidPIHandlerImpl. serverPIHandleExceptions(ServerRequestInfoImpl info)Handles exceptions for the starting and intermediate points for server request interceptors.
-