This commit is contained in:
Lana Steuck 2017-06-01 18:48:29 +00:00
commit 767708c888
50 changed files with 166 additions and 167 deletions

@ -62,6 +62,8 @@ import com.sun.corba.se.impl.orbutil.GetPropertyAction;
* attempts to narrow it to conform to * attempts to narrow it to conform to
* the given interface. If the operation is successful the result will be an * the given interface. If the operation is successful the result will be an
* object of the specified type, otherwise an exception will be thrown. * object of the specified type, otherwise an exception will be thrown.
*
* <p>See also {@extLink rmi_iiop_guides RMI-IIOP developer's guides}.</p>
*/ */
public class PortableRemoteObject { public class PortableRemoteObject {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* the Activity, or that the Activity completed in a manner other than that * the Activity, or that the Activity completed in a manner other than that
* originally requested. * originally requested.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since J2SE 1.5 * @since J2SE 1.5
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -31,8 +31,8 @@ package org.omg.CORBA;
* Activity context was necessary to perform the invoked operation, but one * Activity context was necessary to perform the invoked operation, but one
* was not found associated with the calling thread. * was not found associated with the calling thread.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since J2SE 1.5 * @since J2SE 1.5
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,8 +32,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,8 +34,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,8 +32,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -37,10 +37,9 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions},
* Java&nbsp;IDL exceptions</A> * {@extLink jidlexception_minorcodes meaning of minor codes}
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">meaning of * </p>
* minor codes</A>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,8 +30,8 @@ package org.omg.CORBA;
* support the quality of service required by an invocation parameter that * support the quality of service required by an invocation parameter that
* has a quality of service semantics associated with it. * has a quality of service semantics associated with it.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since J2SE 1.5 * @since J2SE 1.5
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,8 +32,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,8 +30,8 @@ package org.omg.CORBA;
* the legal bounds for the object that a method is trying * the legal bounds for the object that a method is trying
* to access. * to access.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class Bounds extends org.omg.CORBA.UserException { public final class Bounds extends org.omg.CORBA.UserException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,8 +29,8 @@ package org.omg.CORBA;
* This exception is raised whenever meaningful communication is not possible * This exception is raised whenever meaningful communication is not possible
* between client and server native code sets. * between client and server native code sets.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since J2SE 1.5 * @since J2SE 1.5
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,11 +33,11 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">meaning * See the section {@extLink jidlexception_minorcodes Minor Code Meanings}
* of minor codes</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">meaning of * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* minor codes</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -35,11 +35,11 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">meaning * See the section {@extLink jidlexception_minorcodes Minor Code Meanings}
* of minor codes</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -36,8 +36,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,8 +34,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,11 +33,11 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">meaning * See the section {@extLink jidlexception_minorcodes meaning of minor codes}
* of minor codes</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,8 +34,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,8 +32,8 @@ package org.omg.CORBA;
* suspended. It is also raised when an attempted invocation is made that * suspended. It is also raised when an attempted invocation is made that
* is incompatible with the Activity's current state. * is incompatible with the Activity's current state.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since J2SE 1.5 * @since J2SE 1.5
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,8 +34,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
* *
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,8 +34,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -37,11 +37,11 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">Minor * See the section {@extLink jidlexception_minorcodes Minor Code Meanings}
* Code Meanings</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class INV_POLICY extends SystemException { public final class INV_POLICY extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -39,8 +39,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">Minor * See the section {@extLink jidlexception_minorcodes Minor Code Meanings}
* Code Meanings</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @since JDK1.2 * @since JDK1.2
*/ */

@ -36,8 +36,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">Minor * See the section {extLink jidlexception_minorcodes Minor Code Meanings}
* Code Meanings</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,8 +32,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,8 +32,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -39,11 +39,11 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">Minor * See the section {@extLink jidlexception_minorcodes Minor Code Meanings}
* Code Meanings</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,11 +34,11 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">Minor * See the section {@extLink jidlexception_minorcodes Minor Code Meanings}
* Code Meanings</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since JDK1.2 * @since JDK1.2
*/ */

@ -184,6 +184,8 @@ import java.security.PrivilegedAction;
* Therefore, the implementation first checks the ${java.home}/conf directory for orb.properties, * Therefore, the implementation first checks the ${java.home}/conf directory for orb.properties,
* and thereafter the ${java.home}/lib directory. * and thereafter the ${java.home}/lib directory.
* *
* <p>See also {@extLink idl_guides IDL developer's guide}.</p>
*
* @since JDK1.2 * @since JDK1.2
*/ */
abstract public class ORB { abstract public class ORB {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class PERSIST_STORE extends SystemException { public final class PERSIST_STORE extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* This exception is also raised if the current effective RebindPolicy has * This exception is also raised if the current effective RebindPolicy has
* a value of NO_RECONNECT and a connection must be reopened. * a value of NO_RECONNECT and a connection must be reopened.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since J2SE 1.5 * @since J2SE 1.5
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -44,8 +44,8 @@ import com.sun.corba.se.impl.util.SUNVMCID;
* declared in signatures of the Java methods mapped from operations in * declared in signatures of the Java methods mapped from operations in
* IDL interfaces. * IDL interfaces.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public abstract class SystemException extends java.lang.RuntimeException { public abstract class SystemException extends java.lang.RuntimeException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,8 +30,8 @@ package org.omg.CORBA;
* specified time-to-live period has been exceeded. It is a standard system * specified time-to-live period has been exceeded. It is a standard system
* exception because time-to-live QoS can be applied to any invocation. * exception because time-to-live QoS can be applied to any invocation.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @since J2SE 1.5 * @since J2SE 1.5
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -35,8 +35,8 @@ package org.omg.CORBA;
* a string describing the exception. * a string describing the exception.
* The OMG CORBA core 2.4 specification has details. * The OMG CORBA core 2.4 specification has details.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class TRANSACTION_MODE extends SystemException { public final class TRANSACTION_MODE extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,8 +33,8 @@ package org.omg.CORBA;
* a string describing the exception. * a string describing the exception.
* The OMG Transaction Service specfication has details. * The OMG Transaction Service specfication has details.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class TRANSACTION_REQUIRED extends SystemException { public final class TRANSACTION_REQUIRED extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -36,8 +36,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class TRANSACTION_ROLLEDBACK extends SystemException { public final class TRANSACTION_ROLLEDBACK extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -35,8 +35,8 @@ package org.omg.CORBA;
* a string describing the exception. * a string describing the exception.
* The OMG CORBA core 2.4 specification has details. * The OMG CORBA core 2.4 specification has details.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class TRANSACTION_UNAVAILABLE extends SystemException { public final class TRANSACTION_UNAVAILABLE extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -36,8 +36,8 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class TRANSIENT extends SystemException { public final class TRANSIENT extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -39,11 +39,11 @@ package org.omg.CORBA;
* what caused the exception, and a completion status. It may also contain * what caused the exception, and a completion status. It may also contain
* a string describing the exception. * a string describing the exception.
* <P> * <P>
* See the section <A href="../../../../technotes/guides/idl/jidlExceptions.html#minorcodemeanings">Minor * See the section {@extLink jidlexception_minorcodes Minor Code Meaning}
* Code Meanings</A> to see the minor codes for this exception. * to see the minor codes for this exception.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class UNKNOWN extends SystemException { public final class UNKNOWN extends SystemException {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,8 +32,8 @@ package org.omg.CORBA;
* <code>UnknownUserException</code> object. This is available from the * <code>UnknownUserException</code> object. This is available from the
* <code>Environment</code> object returned by the method <code>Request.env</code>. * <code>Environment</code> object returned by the method <code>Request.env</code>.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
* @see Request * @see Request
*/ */

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -31,8 +31,8 @@ package org.omg.CORBA;
* means that they need to * means that they need to
* be declared in method signatures. * be declared in method signatures.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity { public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity {

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,8 +34,8 @@ package org.omg.CORBA;
* which the client originally sent the request. * which the client originally sent the request.
* See the OMG Transaction Service Specification for details. * See the OMG Transaction Service Specification for details.
* *
* @see <A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on * <p>See also {@extLink jidlexception documentation on Java&nbsp;IDL exceptions}.
* Java&nbsp;IDL exceptions</A> * </p>
*/ */
public final class WrongTransaction extends UserException { public final class WrongTransaction extends UserException {

@ -42,7 +42,7 @@ is the name of an IDL interface.
</UL> </UL>
<H2><a name="helper">Helper Files</a></H2> <H2><a id="helper">Helper Files</a></H2>
<P>Helper files supply several static methods needed to manipulate the type. <P>Helper files supply several static methods needed to manipulate the type.
These include <code>Any</code> insert and extract operations for the type, These include <code>Any</code> insert and extract operations for the type,
@ -57,7 +57,7 @@ the object reference does not support the requested type. A different system exc
is raised to indicate other kinds of errors. Trying to narrow is raised to indicate other kinds of errors. Trying to narrow
a null will always succeed with a return value of null. a null will always succeed with a return value of null.
<H2><a name="holder">Holder Files</a></H2> <H2><a id="holder">Holder Files</a></H2>
<P>Support for out and inout parameter passing modes requires the use of additional holder classes. <P>Support for out and inout parameter passing modes requires the use of additional holder classes.
These classes are available for all of the basic IDL datatypes in the <code>org.omg.CORBA</code> package These classes are available for all of the basic IDL datatypes in the <code>org.omg.CORBA</code> package
@ -74,7 +74,7 @@ false for boolean, 0 for numeric and char types, null for strings, null for obje
the <code>org.omg.CORBA.portable.Streamable</code> interface. the <code>org.omg.CORBA.portable.Streamable</code> interface.
<H2><a name="operations">Operations Files</a></H2> <H2><a id="operations">Operations Files</a></H2>
<P>A non abstract IDL interface is mapped to two public Java interfaces: <P>A non abstract IDL interface is mapped to two public Java interfaces:
a <em>signature</em> interface and an <em>operations</em> interface. a <em>signature</em> interface and an <em>operations</em> interface.
@ -96,7 +96,7 @@ expressed in IDL is reflected in both the Java signature
interface and operations interface hierarchies. interface and operations interface hierarchies.
<H2><a name="stub">Stubs</a></H2> <H2><a id="stub">Stubs</a></H2>
<P>For the mapping of a non-object-oriented language, there will be <P>For the mapping of a non-object-oriented language, there will be
a programming interface to the stubs for each interface type. Generally, the stubs a programming interface to the stubs for each interface type. Generally, the stubs

@ -147,9 +147,7 @@ resolve initial object references. These are:
<code><b>register_initial_reference</b>(String id, org.omg.CORBA.Object obj)</code> <code><b>register_initial_reference</b>(String id, org.omg.CORBA.Object obj)</code>
</UL> </UL>
<P>An example that uses some of these methods is <A <P>An example that uses some of these methods is {@extLink idl_getting_started Getting Started with Java IDL}.
HREF="{@docRoot}/../technotes/guides/idl/GShome.html">
<em>Getting Started with Java IDL</em></A>.
<H2> <H2>
Exceptions</H2> Exceptions</H2>
@ -158,9 +156,8 @@ Java programming language. If a method is defined to throw an exception,
then any code using that method must have a <code>try</code>/<code>catch</code> then any code using that method must have a <code>try</code>/<code>catch</code>
block and handle that exception when it is thrown. block and handle that exception when it is thrown.
<P>The documentation on <A <P>The documentation on {@extLink jidlexception Java&nbsp;IDL exceptions }
HREF="{@docRoot}/../technotes/guides/idl/jidlExceptions.html"><em>Java has more information and explains the difference between
IDL exceptions</em></A> has more information and explains the difference between
system exceptions and user-defined exceptions. system exceptions and user-defined exceptions.
<P>The following is a list of the system exceptions (which are unchecked <P>The following is a list of the system exceptions (which are unchecked
@ -447,8 +444,8 @@ object, whereas the <code>narrow</code> method for an interface that is abstract
will take an object in the Java programming language. The helper class for a will take an object in the Java programming language. The helper class for a
non-abstract interface that has at least one abstract base interface will provide non-abstract interface that has at least one abstract base interface will provide
both versions of the <code>narrow</code> method. both versions of the <code>narrow</code> method.
<P>The <A HREF="{@docRoot}/../technotes/guides/idl/jidlExample.html"><em>Hello World</em></A> <P>The {@extLink idl_guides Hello World tutorial}
tutorial uses a <code>narrow</code> method that looks like this: uses a <code>narrow</code> method that looks like this:
<PRE> <PRE>
// create and initialize the ORB // create and initialize the ORB
ORB orb = ORB.init(args, null); ORB orb = ORB.init(args, null);
@ -548,6 +545,7 @@ abstract public class AccountHelper
} }
</PRE> </PRE>
<a id="value"></a>
<h3>Value Type Helper Classes</h3> <h3>Value Type Helper Classes</h3>
A helper class for a value type includes different renderings of A helper class for a value type includes different renderings of
the same methods generated for non-value type methods. The main difference the same methods generated for non-value type methods. The main difference
@ -861,8 +859,8 @@ ValueMember
Related Documentation</H1> Related Documentation</H1>
For overviews, guides, and a tutorial, please see: For overviews, guides, and a tutorial, please see:
<UL> <UL>
<LI> <LI> {@extLink idl_guides Java&nbsp;IDL tutorial page}.</LI>
<A HREF="{@docRoot}/../technotes/guides/idl/index.html">Java IDL home page</A> <LI> {@extLink rmi_iiop_guides RMI-IIOP developer's guide}.</LI>
</UL> </UL>

@ -3,7 +3,7 @@
<head> <head>
<!-- <!--
/* /*
* Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -334,14 +334,12 @@ href="http://www.omg.org/cgi-bin/doc?ptc/00-08-07">ptc/00-08-07</a>)
For an overview and examples of how to use the For an overview and examples of how to use the
<code>CosNaming</code> API, please see: <code>CosNaming</code> API, please see:
<ul> <ul>
<li><a href="../../../../technotes/guides/idl/tnameserv.html"> <li>{@extLink tnameserv NamingService}
Naming Service</a>
</ul> </ul>
<p> <p>
For an overview of Java&nbsp;IDL, please see: For an overview of Java&nbsp;IDL, please see:
<ul> <ul>
<li><a href="../../../../technotes/guides/idl/index.html"> <li>{@extLink idl_guides Java&nbsp;IDL developer's home page}
Java&nbsp;IDL home page</a>
</ul> </ul>
@since JDK1.3 @since JDK1.3

@ -157,7 +157,7 @@ follows exactly the same pattern as the other holder classes for basic types.
<H2>Related Documentation</H2> <H2>Related Documentation</H2>
<P>For an overview of Java IDL, please see: <P>For an overview of Java IDL, please see:
<A HREF="../../../../technotes/guides/idl/index.html">Java IDL home page</A>. {@extLink idl_guides Java&nbsp;IDL home page}.
<H2>Example Code</H2> <H2>Example Code</H2>
<a id="sampleserver"></a> <a id="sampleserver"></a>