0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
0N/A<html>
0N/A<head>
0N/A<!--
157N/ACopyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
0N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/AThis code is free software; you can redistribute it and/or modify it
0N/Aunder the terms of the GNU General Public License version 2 only, as
157N/Apublished by the Free Software Foundation. Oracle designates this
0N/Aparticular file as subject to the "Classpath" exception as provided
157N/Aby Oracle in the LICENSE file that accompanied this code.
0N/A
0N/AThis code is distributed in the hope that it will be useful, but WITHOUT
0N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/Aversion 2 for more details (a copy is included in the LICENSE file that
0N/Aaccompanied this code).
0N/A
0N/AYou should have received a copy of the GNU General Public License version
0N/A2 along with this work; if not, write to the Free Software Foundation,
0N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
161N/APlease contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
161N/Aor visit www.oracle.com if you need additional information or have any
161N/Aquestions.
0N/A-->
0N/A</head>
0N/A<body bgcolor="white">
0N/A
0N/AProvides a portability layer, that is, a set of ORB APIs
0N/Athat makes it possible for code generated
0N/Aby one vendor to run on another vendor's ORB.
0N/AStubs and other code, generated either from IDL or
0N/Ainterfaces written in the Java programming language,
0N/Acan call into these ORB APIs.
0N/A
0N/A
0N/A
0N/A<p>
0N/A<a name="unimpl"></a>
0N/A<hr>
0N/A<h1>CORBA Features Throwing NO_IMPLEMENT() Exceptions</h1>
0N/A<hr>
0N/ASome methods throw NO_IMPLEMENT() exceptions by default, but ORB vendors
0N/Acan override them to provide real implementations. The ORB included in
0N/ASun's release of the Java[tm] Platform, Standard Edition 6, includes
0N/Aimplementations for the following methods.
0N/A<p>
0N/A<h2>List of Unimplemented Features in Package
0N/A<code>org.omg.CORBA.portable</code></h2>
0N/A<p>
0N/A<h3>Unimplemented Interfaces in package <code>org.omg.CORBA.portable</code></h3>
0N/A <ul>
0N/A<code>
0N/A <li>InvokeHandler
0N/A <li>ResponseHandler
0N/A</code>
0N/A </ul>
0N/A<p>
0N/A<h3>Unimplemented Methods in package <code>org.omg.CORBA.portable</code></h3>
0N/A<ul>
0N/A<code>
0N/A<li>InputStream
0N/A <ul>
0N/A <li>public int read()
0N/A <li>public.math.BigDecimal read_fixed()
0N/A <li>public org.omg.CORBA.Context read_Context()
0N/A <li>public org.omg.CORBA.Object read_Object(java.lang.Class clz)
0N/A <li>public org.omg.CORBA.ORB orb()
0N/A </ul>
0N/A<li>OutputStream
0N/A <ul>
0N/A <li>public org.omg.CORBA.ORB orb()
0N/A <li>public void write_Context(org.omg.CORBA.Context ctx,
0N/A org.omg.CORBA.ContextList contexts)
0N/A <li>public void write_fixed(java.math.BigDecimal value)
0N/A <li>public void write(int b)
0N/A </ul>
0N/A<li>Delegate
0N/A <ul>
0N/A <li>public void releaseReply(org.omg.CORBA.Object self, InputStream input)
0N/A <li>public InputStream invoke(org.omg.CORBA.Object self, OutputStream output)
0N/A <li>public OutputStream request(org.omg.CORBA.Object self, String operation,
0N/A boolean responseExpected)
0N/A <li>public org.omg.CORBA.Object set_policy_override(org.omg.CORBA.Object self,
0N/A org.omg.CORBA.Policy[] policies,
0N/A org.omg.CORBA.SetOverrideType set_add)
0N/A <li>public org.omg.CORBA.DomainManager[] get_domain_managers(
0N/A org.omg.CORBA.Object
0N/A self)
0N/A <li>public org.omg.CORBA.Policy get_policy(org.omg.CORBA.Object self,
0N/A int policy_type)
0N/A </ul>
0N/A</code>
0N/A</ul>
0N/A
0N/A@since JDK1.2
0N/A@serial exclude
0N/A</body>
0N/A</html>
0N/A