JavaTM 2 Platform
Standard Ed. 6

org.omg.PortableInterceptor
介面 ClientRequestInterceptor

所有父級介面:
ClientRequestInterceptorOperations, IDLEntity, Interceptor, InterceptorOperations, Object, Serializable

public interface ClientRequestInterceptor
extends ClientRequestInterceptorOperations, Interceptor, IDLEntity

客戶端 interceptor。

請求 Interceptor 用於通過 ORB 在指定點截取請求/應答序列串流,以便服務能夠查詢請求資訊並操作在客戶端和伺服器之間傳播的服務上下文。請求 Interceptor 主要用途是使 ORB 服務能夠在客戶端和伺服器之間傳輸上下文資訊。請求 Interceptor 有兩種型別:客戶端和伺服器端。

編寫客戶端 Interceptor 需要實作 ClientRequestInterceptor 介面。

另請參見:
ClientRequestInfo

方法摘要
 
從介面 org.omg.PortableInterceptor.ClientRequestInterceptorOperations 繼承的方法
receive_exception, receive_other, receive_reply, send_poll, send_request
 
從介面 org.omg.PortableInterceptor.InterceptorOperations 繼承的方法
destroy, name
 
從介面 org.omg.CORBA.Object 繼承的方法
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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