1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/RequestInfo.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Wednesday, September 15, 2004 10:28:46 AM GMT
  7. */
  8. /**
  9. * Request Information, accessible to Interceptors.
  10. * <p>
  11. * Each interception point is given an object through which the
  12. * Interceptor can access request information. Client-side and server-side
  13. * interception points are concerned with different information, so there
  14. * are two information objects: <code>ClientRequestInfo</code> is passed
  15. * to the client-side interception points and <code>ServerRequestInfo</code>
  16. * is passed to the server-side interception points. But there is
  17. * information that is common to both, so they both inherit from a common
  18. * interface: <code>RequestInfo</code>.
  19. *
  20. * @see ClientRequestInfo
  21. * @see ServerRequestInfo
  22. */
  23. public interface RequestInfo extends RequestInfoOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  24. {
  25. } // interface RequestInfo