|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
RunTime | org/omg/SendingContext/RunTime.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, April 8, 1999 1:18:26 o'clock PM PDT |
RunTimeOperations | org/omg/SendingContext/RunTimeOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, April 8, 1999 1:18:26 o'clock PM PDT |
Provides support for the marshalling of value types. Value type
marshalling may require access to an implementation of the value type or
to meta information about the value type. This information is passed
between the sending context and the receiving context using a particular
service context containing an instance of the
SendingContext.RunTime
interface.
A sending context may be either the client side or the server side of an invocation, depending on which contains a value type. The sending context is the client side of an invocation if the request contains a value type. It is the server side if the reply contains a value type. The other party in the communication is the receiving context.
The service context marshalled for SendingContext
consists of an encapsulated IOR for the SendingContext.RunTime
interface. RunTime
is just a marker
interface defined to allow extensibility in the future. There is
currently only one subinterface of RunTime
defined:
the SendingContext.CodeBase
interface.
The interface CodeBase
defines operations to obtain code URLs
and meta-information about a value type received from the sending
context.
Note that these classes are currently defined in the
com.sun.org.omg.SendingContext
package rather than in the package org.omg.SendingContext
.
This has been done to avoid including large parts of the interface
repository in the JDK core, since the interface repository is still
evolving in response to the needs of the CORBA Components work.
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.