1. /*
  2. * @(#)RunTimeOperations.java 1.13 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. /*
  8. * Licensed Materials - Property of IBM
  9. * RMI-IIOP v1.0
  10. * Copyright IBM Corp. 1998 1999 All Rights Reserved
  11. *
  12. * US Government Users Restricted Rights - Use, duplication or
  13. * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  14. */
  15. package org.omg.SendingContext;
  16. /** Defines operations on the base class that represents the Sending Context of a
  17. * request. The sending context provides access to information about
  18. * the runtime environment of the originator of a GIOP message. For example,
  19. * when a value type is marshalled on a GIOP Request message, the receiver
  20. * of the value type may need to ask the sender about the CodeBase for the
  21. * implementation of the value type.
  22. * @version 1.13 12/19/03
  23. */
  24. public interface RunTimeOperations
  25. {
  26. }