KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.PortableInterceptor;
2
3
4 /**
5 * org/omg/PortableInterceptor/RequestInfo.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    * Request Information, accessible to Interceptors.
14    * <p>
15    * Each interception point is given an object through which the
16    * Interceptor can access request information. Client-side and server-side
17    * interception points are concerned with different information, so there
18    * are two information objects: <code>ClientRequestInfo</code> is passed
19    * to the client-side interception points and <code>ServerRequestInfo</code>
20    * is passed to the server-side interception points. But there is
21    * information that is common to both, so they both inherit from a common
22    * interface: <code>RequestInfo</code>.
23    *
24    * @see ClientRequestInfo
25    * @see ServerRequestInfo
26    */

27 public interface RequestInfo extends RequestInfoOperations JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
28 {
29 } // interface RequestInfo
30
Popular Tags