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 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 ServerRequestInfoImplModifier and TypeMethodDescription(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.