src/share/classes/org/omg/CORBA_2_3/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/CORBA_2_3/package.html	Wed Apr 27 01:21:28 2016 +0800
     1.3 @@ -0,0 +1,69 @@
     1.4 +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
     1.5 +<html>
     1.6 +<head>
     1.7 +   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     1.8 +   <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I) [Netscape]">
     1.9 +   <title>package</title>
    1.10 +<!--
    1.11 +/*
    1.12 +* Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
    1.13 +* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1.14 +*
    1.15 +* This code is free software; you can redistribute it and/or modify it
    1.16 +* under the terms of the GNU General Public License version 2 only, as
    1.17 +* published by the Free Software Foundation.  Oracle designates this
    1.18 +* particular file as subject to the "Classpath" exception as provided
    1.19 +* by Oracle in the LICENSE file that accompanied this code.
    1.20 +*
    1.21 +* This code is distributed in the hope that it will be useful, but WITHOUT
    1.22 +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.23 +* FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.24 +* version 2 for more details (a copy is included in the LICENSE file that
    1.25 +* accompanied this code).
    1.26 +*
    1.27 +* You should have received a copy of the GNU General Public License version
    1.28 +* 2 along with this work; if not, write to the Free Software Foundation,
    1.29 +* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.30 +*
    1.31 +* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.32 +* or visit www.oracle.com if you need additional information or have any
    1.33 +* questions.
    1.34 +*/ 
    1.35 +-->
    1.36 +</head>
    1.37 +<body bgcolor="#FFFFFF">
    1.38 +The CORBA_2_3 package defines additions to existing CORBA interfaces
    1.39 +in the Java[tm] Standard Edition 6.&nbsp;&nbsp; These changes occurred in recent
    1.40 +revisions to the CORBA API defined by the OMG.&nbsp; The new methods were
    1.41 +added to&nbsp; interfaces derived from the corresponding interfaces in
    1.42 +the CORBA package.&nbsp; This provides backward compatibility and avoids
    1.43 +breaking the JCK tests.
    1.44 +
    1.45 +<H3>Package Specification</H3>
    1.46 + 
    1.47 +<P>For a precise list of supported sections of official specifications with which 
    1.48 +the Java[tm] Platform, Standard Edition 6, ORB complies, see <A 
    1.49 +HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA 
    1.50 +support in Java[tm] SE 6</A>.
    1.51 +<P>
    1.52 +<a name="unimpl"></a>
    1.53 +The following methods in the abstract class 
    1.54 +<code>org.omg.CORBA_2_3.ORB</code> are unimplemented:
    1.55 +<UL>
    1.56 +  <code>
    1.57 +  <LI>public org.omg.CORBA.portable.ValueFactory 
    1.58 +  <b>register_value_factory(String id, org.omg.CORBA.portable.ValueFactory 
    1.59 +factory)</b>
    1.60 +  <LI>public void <b>unregister_value_factory(String id)</b>
    1.61 +  <LI>public org.omg.CORBA.portable.ValueFactory 
    1.62 +  <b>lookup_value_factory(String id)</b>
    1.63 +  <LI>public org.omg.CORBA.Object <b>get_value_def(String repid)</b>
    1.64 +  <LI>public void <b>set_delegate(java.lang.Object wrapper)</b>
    1.65 +  </code>
    1.66 +</UL>
    1.67 +@since JDK 1.3
    1.68 +<br>
    1.69 +@serial exclude
    1.70 +
    1.71 +</body>
    1.72 +</html>

mercurial