JavaTM 2 Platform
Standard Ed. 6

介面 org.omg.PortableInterceptor.ServerRequestInfo
的使用

使用 ServerRequestInfo 的軟體套件
org.omg.PortableInterceptor 提供一個註冊 ORB 鉤子 (hook) 的機制,通過這些鉤子 ORB 服務可以截取執行 ORB 的正常串流。 
 

org.omg.PortableInterceptorServerRequestInfo 的使用
 

參數型別為 ServerRequestInfoorg.omg.PortableInterceptor 中的方法
 void ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
          允許 interceptor 處理服務上下文資訊。
 void ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
          允許 Interceptor 在所有資訊(包括操作參數)可用後查詢資訊。
 void ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
          允許 Interceptor 在向客戶端拋出異常前查詢異常資訊並修改應答服務上下文。
 void ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
          允許 Interceptor 在請求引起了正常應答和異常之外的情況時查詢可用資訊。
 void ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri)
          允許 Interceptor 在已調用目標操作後、向客戶端返回應答前查詢應答資訊並修改應答服務上下文。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only