站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档

Uses of Interface org.omg.PortableInterceptor.ClientRequestInfo (Java 2 Platform SE v1.4.1) - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档

JavaTM 2 Platform
Std. Ed. v1.4.1

Uses of Interface
org.omg.PortableInterceptor.ClientRequestInfo

Packages that use ClientRequestInfo
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 ClientRequestInfo in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInfo
 void ClientRequestInterceptorOperations.send_request(ClientRequestInfo ri)
          Allows an Interceptor to query request information and modify the service context before the request is sent to the server.
 void ClientRequestInterceptorOperations.send_poll(ClientRequestInfo ri)
          Allows an Interceptor to query information during a Time-Independent Invocation (TII) polling get reply sequence.
 void ClientRequestInterceptorOperations.receive_reply(ClientRequestInfo ri)
          Allows an Interceptor to query the information on a reply after it is returned from the server and before control is returned to the client.
 void ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
          Indicates to the interceptor that an exception occurred.
 void ClientRequestInterceptorOperations.receive_other(ClientRequestInfo 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.1

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 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.