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