package.html revision 608:7e06bf1dcb09
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">
35The CORBA_2_3 package defines additions to existing CORBA interfaces
36in the Java[tm] Standard Edition 6.&nbsp;&nbsp; These changes occurred in recent
37revisions to the CORBA API defined by the OMG.&nbsp; The new methods were
38added to&nbsp; interfaces derived from the corresponding interfaces in
39the CORBA package.&nbsp; This provides backward compatibility and avoids
40breaking the JCK tests.
41
42<H3>Package Specification</H3>
43 
44<P>For a precise list of supported sections of official specifications with which 
45the Java[tm] Platform, Standard Edition 6, ORB complies, see <A 
46HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA 
47support in Java[tm] SE 6</A>.
48<P>
49<a name="unimpl"></a>
50The 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 
56factory)</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
67
68</body>
69</html>
70