corba/src/java.corba/share/classes/org/omg/PortableInterceptor/package.html
changeset 29827 aac4782e69ac
parent 25862 a5e25d68f971
child 45144 a81f7f7ccb59
equal deleted inserted replaced
29659:f40752db7773 29827:aac4782e69ac
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     2 <html>
     2 <html>
     3 <head>
     3 <head>
     4 <!--
     4 <!--
     5 
     5 
     6 Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
     6 Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
     7 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8 
     8 
     9 This code is free software; you can redistribute it and/or modify it
     9 This code is free software; you can redistribute it and/or modify it
    10 under the terms of the GNU General Public License version 2 only, as
    10 under the terms of the GNU General Public License version 2 only, as
    11 published by the Free Software Foundation.  Oracle designates this
    11 published by the Free Software Foundation.  Oracle designates this
    54 
    54 
    55 <a name="unimpl"></a>
    55 <a name="unimpl"></a>
    56 <h2>Known limitations / unimplemented methods in package 
    56 <h2>Known limitations / unimplemented methods in package 
    57 <code>org.omg.PortableInterceptor</code></h2>
    57 <code>org.omg.PortableInterceptor</code></h2>
    58 
    58 
    59 <code>
       
    60 <ul>
    59 <ul>
    61   <li>
    60   <li>
    62     <b>RequestInfo</b>
    61     <code><b>RequestInfo</b></code>
    63     <ul>
    62     <ul>
    64       <li><b>sync_scope()</b>: Always returns SYNC_WITH_TRANSPORT</li>
    63       <li><code><b>sync_scope()</b></code>: Always returns SYNC_WITH_TRANSPORT</li>
    65       <li><b>arguments()</b>: Only supported for DII/DSI calls</li>
    64       <li><code><b>arguments()</b></code>: Only supported for DII/DSI calls</li>
    66       <li><b>exceptions()</b>: Only supported for DII calls on client side.  
    65       <li><code><b>exceptions()</b></code>: Only supported for DII calls on client side.  
    67           Not supported on server-side.</li>
    66           Not supported on server-side.</li>
    68       <li><b>contexts()</b>: Only supported for DII calls on client side.
    67       <li><code><b>contexts()</b></code>: Only supported for DII calls on client side.
    69           Not supported on server-side since our ORB does not send contexts.
    68           Not supported on server-side since our ORB does not send contexts.
    70           </li>
    69           </li>
    71       <li><b>operation_context()</b>: Only supported for DII calls 
    70       <li><code><b>operation_context()</b></code>: Only supported for DII calls 
    72           on client side.  Not supported on server-side since ORB 
    71           on client side.  Not supported on server-side since ORB 
    73           does not send contexts.</li>
    72           does not send contexts.</li>
    74       <li><b>result()</b>: Only supported for DII/DSI calls</li>
    73       <li><code><b>result()</b></code>: Only supported for DII/DSI calls</li>
    75     </ul>
    74     </ul>
    76   </li>
    75   </li>
    77   <li>
    76   <li>
    78     <b>ClientRequestInfo</b>
    77     <code><b>ClientRequestInfo</b></code>
    79     <ul>
    78     <ul>
    80       <li><b>received_exception_id()</b>: Always returns null in the 
    79       <li><code><b>received_exception_id()</b></code>: Always returns null in the 
    81           DII case</li>
    80           DII case</li>
    82       <li><b>get_request_policy(int type)</b>: Not implemented.</li>
    81       <li><code><b>get_request_policy(int type)</b></code>: Not implemented.</li>
    83     </ul>
    82     </ul>
    84   </li>
    83   </li>
    85   <li>
    84   <li>
    86     <b>ServerRequestInfo</b>
    85     <code><b>ServerRequestInfo</b></code>
    87     <ul>
    86     <ul>
    88       <li><b>sending_exception()</b>: Does not support user exceptions on 
    87       <li><code><b>sending_exception()</b></code>: Does not support user exceptions on 
    89           the server side in non-DSI case.</li>
    88           the server side in non-DSI case.</li>
    90     </ul>
    89     </ul>
    91   </li>
    90   </li>
    92 </ul>
    91 </ul>
    93 </code>
       
    94 
    92 
    95 <h2>Package Specification</h2>
    93 <h2>Package Specification</h2>
    96 <P>For a precise list of supported sections of official OMG specifications with which 
    94 <P>For a precise list of supported sections of official OMG specifications with which 
    97 the Java[tm] Platform, Standard Edition 6 complies, see <A 
    95 the Java[tm] Platform, Standard Edition 6 complies, see <A 
    98 HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA 
    96 HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA