src/share/classes/org/omg/SendingContext/package.html

Wed, 26 Feb 2014 14:43:56 -0800

author
katleman
date
Wed, 26 Feb 2014 14:43:56 -0800
changeset 589
abe5b0157c36
parent 158
91006f157c46
child 748
6845b95cba6b
permissions
-rw-r--r--

Added tag jdk8u20-b03 for changeset 9059a1c85704

duke@1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
duke@1 2 <html>
duke@1 3 <head>
duke@1 4 <!--
duke@1 5
ohair@158 6 Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
duke@1 7 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@1 8
duke@1 9 This code is free software; you can redistribute it and/or modify it
duke@1 10 under the terms of the GNU General Public License version 2 only, as
ohair@158 11 published by the Free Software Foundation. Oracle designates this
duke@1 12 particular file as subject to the "Classpath" exception as provided
ohair@158 13 by Oracle in the LICENSE file that accompanied this code.
duke@1 14
duke@1 15 This code is distributed in the hope that it will be useful, but WITHOUT
duke@1 16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@1 17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@1 18 version 2 for more details (a copy is included in the LICENSE file that
duke@1 19 accompanied this code).
duke@1 20
duke@1 21 You should have received a copy of the GNU General Public License version
duke@1 22 2 along with this work; if not, write to the Free Software Foundation,
duke@1 23 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@1 24
ohair@158 25 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@158 26 or visit www.oracle.com if you need additional information or have any
ohair@158 27 questions.
duke@1 28
duke@1 29
duke@1 30 -->
duke@1 31
duke@1 32 </head>
duke@1 33 <body bgcolor="white">
duke@1 34 Provides support for the marshalling of value types. Value type
duke@1 35 marshalling may require access to an implementation of the value type or
duke@1 36 to meta information about the value type. This information is passed
duke@1 37 between the sending context and the receiving context using a particular
duke@1 38 service context containing an instance of the
duke@1 39 <code>SendingContext.RunTime</code> interface.
duke@1 40 <P>
duke@1 41 A sending context may be either the client side or the server side of
duke@1 42 an invocation, depending on which contains a value type.
duke@1 43 The sending context is the client side of an
duke@1 44 invocation if the request contains a value type. It is the server side
duke@1 45 if the reply contains a value type. The other party in the communication
duke@1 46 is the receiving context.
duke@1 47 <P>
duke@1 48 The service context marshalled for <code>SendingContext</code>
duke@1 49 consists of an encapsulated IOR for the <code>SendingContext.RunTime</code>
duke@1 50 interface. <code>RunTime</code> is just a marker
duke@1 51 interface defined to allow extensibility in the future. There is
duke@1 52 currently only one subinterface of <code>RunTime</code> defined:
duke@1 53 the <code>SendingContext.CodeBase</code> interface.
duke@1 54 The interface <code>CodeBase</code> defines operations to obtain code URLs
duke@1 55 and meta-information about a value type received from the sending
duke@1 56 context.
duke@1 57 <P>
duke@1 58 Note that these classes are currently defined in the
duke@1 59 <code>com.sun.org.omg.SendingContext</code>
duke@1 60 package rather than in the package <code>org.omg.SendingContext</code>.
duke@1 61 This has been done to avoid including large parts of the interface
duke@1 62 repository in the JDK core, since the interface repository is still
duke@1 63 evolving in response to the needs of the CORBA Components work.
duke@1 64
duke@1 65 <H3>Package Specification</H3>
duke@1 66
duke@1 67 <P>For a precise list of supported sections of official specifications with which
duke@1 68 the Java[tm] Platform, Standard Edition 6 ORB complies, see <A
duke@1 69 HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA
duke@1 70 support in Java[tm] SE 6</A>.
duke@1 71 <p>
duke@1 72 @since 1.3
duke@1 73 <br>
duke@1 74 @serial exclude
duke@1 75 </body>
duke@1 76 </html>

mercurial