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, 2015, 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.
  41 
  42 <H3>Package Specification</H3>
  43  
  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   <LI><code>public org.omg.CORBA.portable.ValueFactory 
  54   <b>register_value_factory(String id, org.omg.CORBA.portable.ValueFactory
  55      factory)</b></code>
  56   <LI><code>public void <b>unregister_value_factory(String id)</b></code>
  57   <LI><code>public org.omg.CORBA.portable.ValueFactory 
  58   <b>lookup_value_factory(String id)</b></code>
  59   <LI><code>public org.omg.CORBA.Object <b>get_value_def(String repid)</b></code>
  60   <LI><code>public void <b>set_delegate(java.lang.Object wrapper)</b></code>
  61 </UL>
  62 @since JDK 1.3
  63 <br>
  64 @serial exclude
  65 
  66 </body>
  67 </html>