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

changeset 0
7ef37b2cdcad
child 748
6845b95cba6b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/classes/org/omg/SendingContext/package.html	Wed Apr 27 01:21:28 2016 +0800
     1.3 @@ -0,0 +1,76 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     1.5 +<html>
     1.6 +<head>
     1.7 +<!--
     1.8 + 
     1.9 + Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
    1.10 + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1.11 +
    1.12 + This code is free software; you can redistribute it and/or modify it
    1.13 + under the terms of the GNU General Public License version 2 only, as
    1.14 + published by the Free Software Foundation.  Oracle designates this
    1.15 + particular file as subject to the "Classpath" exception as provided
    1.16 + by Oracle in the LICENSE file that accompanied this code.
    1.17 +
    1.18 + This code is distributed in the hope that it will be useful, but WITHOUT
    1.19 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.20 + FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.21 + version 2 for more details (a copy is included in the LICENSE file that
    1.22 + accompanied this code).
    1.23 +
    1.24 + You should have received a copy of the GNU General Public License version
    1.25 + 2 along with this work; if not, write to the Free Software Foundation,
    1.26 + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.27 +
    1.28 + Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.29 + or visit www.oracle.com if you need additional information or have any
    1.30 + questions.
    1.31 +
    1.32 +
    1.33 +-->
    1.34 +
    1.35 +</head>
    1.36 +<body bgcolor="white">
    1.37 + Provides support for the  marshalling of value types.  Value type
    1.38 + marshalling may require access to an implementation of the value type or
    1.39 + to meta information about the value type.  This information is passed
    1.40 + between the sending context and the receiving context using a particular
    1.41 + service context containing an instance of the
    1.42 + <code>SendingContext.RunTime</code> interface.
    1.43 + <P>
    1.44 + A sending context may be either the client side or the server side of
    1.45 + an invocation, depending on which contains a value type.
    1.46 + The sending context is the client side of an
    1.47 + invocation if the request contains a value type. It is the server side
    1.48 + if the reply contains a value type.  The other party in the communication
    1.49 + is the receiving context.
    1.50 + <P>
    1.51 + The service context marshalled for <code>SendingContext</code>
    1.52 + consists of an encapsulated IOR for the <code>SendingContext.RunTime</code>
    1.53 + interface.  <code>RunTime</code> is just a marker
    1.54 + interface defined to allow extensibility in the future.  There is
    1.55 + currently only one subinterface of <code>RunTime</code> defined:
    1.56 + the <code>SendingContext.CodeBase</code> interface.
    1.57 + The interface <code>CodeBase</code> defines operations to obtain code URLs
    1.58 + and meta-information about a value type received from the sending
    1.59 + context.
    1.60 + <P>
    1.61 + Note that these classes are currently defined in the
    1.62 + <code>com.sun.org.omg.SendingContext</code>
    1.63 + package rather than in the package <code>org.omg.SendingContext</code>.
    1.64 + This has been done to avoid including large parts of the interface
    1.65 + repository in the JDK core, since the interface repository is still
    1.66 + evolving in response to the needs of the CORBA Components work.
    1.67 + 
    1.68 +<H3>Package Specification</H3>
    1.69 + 
    1.70 +<P>For a precise list of supported sections of official specifications with which 
    1.71 +the Java[tm] Platform, Standard Edition 6 ORB complies, see <A 
    1.72 +HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA 
    1.73 +support in Java[tm] SE 6</A>.
    1.74 +<p>
    1.75 +@since 1.3
    1.76 +<br>
    1.77 +@serial exclude
    1.78 +</body>
    1.79 +</html>

mercurial