package.html revision 0
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
0N/A<html>
0N/A<head>
0N/A<!--
0N/ACopyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved.
157N/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
0N/Apublished by the Free Software Foundation. Sun designates this
157N/Aparticular file as subject to the "Classpath" exception as provided
0N/Aby Sun in the LICENSE file that accompanied this code.
157N/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
0N/APlease contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
0N/ACA 95054 USA or visit www.sun.com if you need additional information or
0N/Ahave any questions.
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
<code>org.omg.CORBA.portable</code></h2>
<p>
<h3>Unimplemented Interfaces in package <code>org.omg.CORBA.portable</code></h3>
<ul>
<code>
<li>InvokeHandler
<li>ResponseHandler
</code>
</ul>
<p>
<h3>Unimplemented Methods in package <code>org.omg.CORBA.portable</code></h3>
<ul>
<code>
<li>InputStream
<ul>
<li>public int read()
<li>public.math.BigDecimal read_fixed()
<li>public org.omg.CORBA.Context read_Context()
<li>public org.omg.CORBA.Object read_Object(java.lang.Class clz)
<li>public org.omg.CORBA.ORB orb()
</ul>
<li>OutputStream
<ul>
<li>public org.omg.CORBA.ORB orb()
<li>public void write_Context(org.omg.CORBA.Context ctx,
org.omg.CORBA.ContextList contexts)
<li>public void write_fixed(java.math.BigDecimal value)
<li>public void write(int b)
</ul>
<li>Delegate
<ul>
<li>public void releaseReply(org.omg.CORBA.Object self, InputStream input)
<li>public InputStream invoke(org.omg.CORBA.Object self, OutputStream output)
<li>public OutputStream request(org.omg.CORBA.Object self, String operation,
boolean responseExpected)
<li>public org.omg.CORBA.Object set_policy_override(org.omg.CORBA.Object self,
org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
<li>public org.omg.CORBA.DomainManager[] get_domain_managers(
org.omg.CORBA.Object
self)
<li>public org.omg.CORBA.Policy get_policy(org.omg.CORBA.Object self,
int policy_type)
</ul>
</code>
</ul>
@since JDK1.2
@serial exclude
</body>
</html>