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

Tue, 16 Jan 2018 22:52:07 -0800

author
asaha
date
Tue, 16 Jan 2018 22:52:07 -0800
changeset 1662
65a52284d8a3
parent 158
91006f157c46
child 748
6845b95cba6b
permissions
-rw-r--r--

Merge

     1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
     2 <html>
     3 <head>
     4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     5    <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I) [Netscape]">
     6    <title>package</title>
     7 <!--
     8 /*
     9 * Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
    10 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11 *
    12 * This code is free software; you can redistribute it and/or modify it
    13 * under the terms of the GNU General Public License version 2 only, as
    14 * published by the Free Software Foundation.  Oracle designates this
    15 * particular file as subject to the "Classpath" exception as provided
    16 * by Oracle in the LICENSE file that accompanied this code.
    17 *
    18 * This code is distributed in the hope that it will be useful, but WITHOUT
    19 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    20 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    21 * version 2 for more details (a copy is included in the LICENSE file that
    22 * accompanied this code).
    23 *
    24 * You should have received a copy of the GNU General Public License version
    25 * 2 along with this work; if not, write to the Free Software Foundation,
    26 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    27 *
    28 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    29 * or visit www.oracle.com if you need additional information or have any
    30 * questions.
    31 */ 
    32 -->
    33 </head>
    34 <body bgcolor="#FFFFFF">
    35 The CORBA_2_3 package defines additions to existing CORBA interfaces
    36 in the Java[tm] Standard Edition 6.&nbsp;&nbsp; These changes occurred in recent
    37 revisions to the CORBA API defined by the OMG.&nbsp; The new methods were
    38 added to&nbsp; interfaces derived from the corresponding interfaces in
    39 the CORBA package.&nbsp; This provides backward compatibility and avoids
    40 breaking the JCK tests.
    42 <H3>Package Specification</H3>
    44 <P>For a precise list of supported sections of official specifications with which 
    45 the Java[tm] Platform, Standard Edition 6, ORB complies, see <A 
    46 HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA 
    47 support in Java[tm] SE 6</A>.
    48 <P>
    49 <a name="unimpl"></a>
    50 The following methods in the abstract class 
    51 <code>org.omg.CORBA_2_3.ORB</code> are unimplemented:
    52 <UL>
    53   <code>
    54   <LI>public org.omg.CORBA.portable.ValueFactory 
    55   <b>register_value_factory(String id, org.omg.CORBA.portable.ValueFactory 
    56 factory)</b>
    57   <LI>public void <b>unregister_value_factory(String id)</b>
    58   <LI>public org.omg.CORBA.portable.ValueFactory 
    59   <b>lookup_value_factory(String id)</b>
    60   <LI>public org.omg.CORBA.Object <b>get_value_def(String repid)</b>
    61   <LI>public void <b>set_delegate(java.lang.Object wrapper)</b>
    62   </code>
    63 </UL>
    64 @since JDK 1.3
    65 <br>
    66 @serial exclude
    68 </body>
    69 </html>

mercurial