src/share/classes/org/omg/CORBA/portable/package.html

Tue, 25 Mar 2008 14:42:28 -0700

author
ohair
date
Tue, 25 Mar 2008 14:42:28 -0700
changeset 5
5e61d5df6258
parent 1
55540e827aef
child 158
91006f157c46
permissions
-rw-r--r--

6627817: Remove ^M characters in all files (Makefiles too)
Summary: Some files included the use of the ^M character, which has been deleted
Reviewed-by: xdono

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     2 <html>
     3 <head>
     4 <!--
     5 Copyright 1998-2006 Sun Microsystems, Inc.  All Rights Reserved.
     6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8 This code is free software; you can redistribute it and/or modify it
     9 under the terms of the GNU General Public License version 2 only, as
    10 published by the Free Software Foundation.  Sun designates this
    11 particular file as subject to the "Classpath" exception as provided
    12 by Sun in the LICENSE file that accompanied this code.
    14 This code is distributed in the hope that it will be useful, but WITHOUT
    15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    16 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    17 version 2 for more details (a copy is included in the LICENSE file that
    18 accompanied this code).
    20 You should have received a copy of the GNU General Public License version
    21 2 along with this work; if not, write to the Free Software Foundation,
    22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    24 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    25 CA 95054 USA or visit www.sun.com if you need additional information or
    26 have any questions.
    27 -->
    28 </head>
    29 <body bgcolor="white">
    31 Provides a portability layer, that is, a set of ORB APIs
    32 that makes it possible for code generated
    33 by one vendor to run on another vendor's ORB. 
    34 Stubs and other code, generated either from IDL or 
    35 interfaces written in the Java programming language, 
    36 can call into these ORB APIs.
    40 <p>
    41 <a name="unimpl"></a>
    42 <hr>
    43 <h1>CORBA Features Throwing NO_IMPLEMENT() Exceptions</h1>
    44 <hr>
    45 Some methods throw NO_IMPLEMENT() exceptions by default, but ORB vendors
    46 can override them to provide real implementations.  The ORB included in
    47 Sun's release of the Java[tm] Platform, Standard Edition 6, includes 
    48 implementations for the following methods.
    49 <p>
    50 <h2>List of Unimplemented Features in Package
    51 <code>org.omg.CORBA.portable</code></h2>
    52 <p>
    53 <h3>Unimplemented Interfaces in package <code>org.omg.CORBA.portable</code></h3>
    54   <ul>
    55 <code>
    56     <li>InvokeHandler
    57     <li>ResponseHandler
    58 </code>
    59   </ul>
    60 <p>
    61 <h3>Unimplemented Methods in package <code>org.omg.CORBA.portable</code></h3>
    62 <ul>
    63 <code>
    64 <li>InputStream
    65   <ul>
    66     <li>public int read()
    67     <li>public.math.BigDecimal read_fixed()
    68     <li>public org.omg.CORBA.Context read_Context() 
    69     <li>public  org.omg.CORBA.Object read_Object(java.lang.Class clz)
    70     <li>public org.omg.CORBA.ORB orb() 
    71   </ul>
    72 <li>OutputStream
    73   <ul>
    74     <li>public org.omg.CORBA.ORB orb()
    75     <li>public void write_Context(org.omg.CORBA.Context ctx,
    76 			      org.omg.CORBA.ContextList contexts) 
    77     <li>public void write_fixed(java.math.BigDecimal value) 
    78     <li>public void write(int b) 
    79   </ul>
    80 <li>Delegate
    81   <ul>
    82     <li>public void releaseReply(org.omg.CORBA.Object self, InputStream input)
    83     <li>public InputStream invoke(org.omg.CORBA.Object self, OutputStream output)
    84     <li>public OutputStream request(org.omg.CORBA.Object self, String operation,
    85 				 boolean responseExpected)
    86     <li>public org.omg.CORBA.Object set_policy_override(org.omg.CORBA.Object self,
    87                                         org.omg.CORBA.Policy[] policies,
    88                                         org.omg.CORBA.SetOverrideType set_add)
    89     <li>public org.omg.CORBA.DomainManager[] get_domain_managers(
    90                                                 org.omg.CORBA.Object
    91 						self)
    92     <li>public org.omg.CORBA.Policy get_policy(org.omg.CORBA.Object self,
    93                                          int policy_type)
    94   </ul>
    95 </code>
    96 </ul>
    98 @since JDK1.2
    99 @serial exclude
   100 </body>
   101 </html>

mercurial