|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 ClientRequestInfo 的軟體套件 | |
---|---|
org.omg.PortableInterceptor | 提供一個註冊 ORB 鉤子 (hook) 的機制,通過這些鉤子 ORB 服務可以截取執行 ORB 的正常串流。 |
org.omg.PortableInterceptor 中 ClientRequestInfo 的使用 |
---|
參數型別為 ClientRequestInfo 的 org.omg.PortableInterceptor 中的方法 | |
---|---|
void |
ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
指示 interceptor 發生異常。 |
void |
ClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri)
允許 Interceptor 在請求引起了正常應答和異常之外的情況時查詢可用資訊。 |
void |
ClientRequestInterceptorOperations.receive_reply(ClientRequestInfo ri)
允許 Interceptor 在從伺服器返回後但在向客戶端返回控制元件前查詢資訊。 |
void |
ClientRequestInterceptorOperations.send_poll(ClientRequestInfo ri)
允許 Interceptor 在輪詢獲取應答序列的與時間無關的調用(Time-Independent Invocation,TII)時查詢資訊。 |
void |
ClientRequestInterceptorOperations.send_request(ClientRequestInfo ri)
允許 Interceptor 在請求被發送到伺服器前查詢請求資訊並修改服務上下文。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。