JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo

Packages that use ServerRequestInfo
org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. 
 

Uses of ServerRequestInfo in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfo
 void ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
          Allows the interceptor to process service context information.
 void ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
          Allows an Interceptor to query request information after all the information, including operation parameters, are available.
 void ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri)
          Allows an Interceptor to query reply information and modify the reply service context after the target operation has been invoked and before the reply is returned to the client.
 void ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
          Allows an Interceptor to query the exception information and modify the reply service context before the exception is thrown to the client.
 void ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
          Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 2003, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.