インタフェースorg.omg.PortableInterceptor.ServerRequestInterceptor
の使用
-
ServerRequestInterceptorを使用しているパッケージ パッケージ 説明 org.omg.PortableInterceptor ORBサービスがORBの通常の実行フローを遮断できるようにするためのORBフックを登録するメカニズムを提供します。 -
-
org.omg.PortableInterceptorでのServerRequestInterceptorの使用
ServerRequestInterceptor型のパラメータを持つorg.omg.PortableInterceptor内のメソッド 修飾子と型 メソッド 説明 void
ORBInitInfoOperations. add_server_request_interceptor(ServerRequestInterceptor interceptor)
サーバー側の要求インタセプタをサーバー側の要求インタセプタのリストに追加します。
-