KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableInterceptor > ClientRequestInterceptor


1 package org.omg.PortableInterceptor;
2
3
4 /**
5 * org/omg/PortableInterceptor/ClientRequestInterceptor.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
8 * Saturday, February 9, 2008 9:40:08 AM GMT
9 */

10
11
12 /**
13    * Client-side request interceptor.
14    * <p>
15    * A request Interceptor is designed to intercept the flow of a
16    * request/reply sequence through the ORB at specific points so that
17    * services can query the request information and manipulate the service
18    * contexts which are propagated between clients and servers. The primary
19    * use of request Interceptors is to enable ORB services to transfer
20    * context information between clients and servers. There are two types
21    * of request Interceptors: client-side and server-side.
22    * <p>
23    * To write a client-side Interceptor, implement the
24    * <code>ClientRequestInterceptor</code> interface.
25    *
26    * @see ClientRequestInfo
27    */

28 public interface ClientRequestInterceptor extends ClientRequestInterceptorOperations JavaDoc, org.omg.PortableInterceptor.Interceptor JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
29 {
30 } // interface ClientRequestInterceptor
31
Popular Tags