KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > SendingContext > RunTimeOperations


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
16 package org.omg.SendingContext;
17
18 /** Defines operations on the base class that represents the Sending Context of a
19 * request. The sending context provides access to information about
20 * the runtime environment of the originator of a GIOP message. For example,
21 * when a value type is marshalled on a GIOP Request message, the receiver
22 * of the value type may need to ask the sender about the CodeBase for the
23 * implementation of the value type.
24 * @version 1.13 12/19/03
25 */

26 public interface RunTimeOperations
27 {
28 }
29
Popular Tags