< prev index next >

src/java.corba/share/classes/org/omg/PortableInterceptor/package.html

Print this page

        

*** 1,11 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- ! Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this --- 1,11 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- ! Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this
*** 54,98 **** <a name="unimpl"></a> <h2>Known limitations / unimplemented methods in package <code>org.omg.PortableInterceptor</code></h2> - <code> <ul> <li> ! <b>RequestInfo</b> <ul> ! <li><b>sync_scope()</b>: Always returns SYNC_WITH_TRANSPORT</li> ! <li><b>arguments()</b>: Only supported for DII/DSI calls</li> ! <li><b>exceptions()</b>: Only supported for DII calls on client side. Not supported on server-side.</li> ! <li><b>contexts()</b>: Only supported for DII calls on client side. Not supported on server-side since our ORB does not send contexts. </li> ! <li><b>operation_context()</b>: Only supported for DII calls on client side. Not supported on server-side since ORB does not send contexts.</li> ! <li><b>result()</b>: Only supported for DII/DSI calls</li> </ul> </li> <li> ! <b>ClientRequestInfo</b> <ul> ! <li><b>received_exception_id()</b>: Always returns null in the DII case</li> ! <li><b>get_request_policy(int type)</b>: Not implemented.</li> </ul> </li> <li> ! <b>ServerRequestInfo</b> <ul> ! <li><b>sending_exception()</b>: Does not support user exceptions on the server side in non-DSI case.</li> </ul> </li> </ul> - </code> <h2>Package Specification</h2> <P>For a precise list of supported sections of official OMG specifications with which the Java[tm] Platform, Standard Edition 6 complies, see <A HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA --- 54,96 ---- <a name="unimpl"></a> <h2>Known limitations / unimplemented methods in package <code>org.omg.PortableInterceptor</code></h2> <ul> <li> ! <code><b>RequestInfo</b></code> <ul> ! <li><code><b>sync_scope()</b></code>: Always returns SYNC_WITH_TRANSPORT</li> ! <li><code><b>arguments()</b></code>: Only supported for DII/DSI calls</li> ! <li><code><b>exceptions()</b></code>: Only supported for DII calls on client side. Not supported on server-side.</li> ! <li><code><b>contexts()</b></code>: Only supported for DII calls on client side. Not supported on server-side since our ORB does not send contexts. </li> ! <li><code><b>operation_context()</b></code>: Only supported for DII calls on client side. Not supported on server-side since ORB does not send contexts.</li> ! <li><code><b>result()</b></code>: Only supported for DII/DSI calls</li> </ul> </li> <li> ! <code><b>ClientRequestInfo</b></code> <ul> ! <li><code><b>received_exception_id()</b></code>: Always returns null in the DII case</li> ! <li><code><b>get_request_policy(int type)</b></code>: Not implemented.</li> </ul> </li> <li> ! <code><b>ServerRequestInfo</b></code> <ul> ! <li><code><b>sending_exception()</b></code>: Does not support user exceptions on the server side in non-DSI case.</li> </ul> </li> </ul> <h2>Package Specification</h2> <P>For a precise list of supported sections of official OMG specifications with which the Java[tm] Platform, Standard Edition 6 complies, see <A HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA
< prev index next >