# HG changeset patch # User lana # Date 1496342909 0 # Node ID 534ba4f8cfcf12accc5b9adb943103f2ff79fe16 # Parent b5f3f4fc6b93f465c93fb77b3d3ee1ea4403daf8# Parent bd32b2b28de5997496e15a0025937515442cee1b Merge diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/javax/rmi/PortableRemoteObject.java --- a/src/java.corba/share/classes/javax/rmi/PortableRemoteObject.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/javax/rmi/PortableRemoteObject.java Thu Jun 01 18:48:29 2017 +0000 @@ -62,6 +62,8 @@ * attempts to narrow it to conform to * the given interface. If the operation is successful the result will be an * object of the specified type, otherwise an exception will be thrown. + * + *

See also {@extLink rmi_iiop_guides RMI-IIOP developer's guides}.

*/ public class PortableRemoteObject { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/ACTIVITY_COMPLETED.java --- a/src/java.corba/share/classes/org/omg/CORBA/ACTIVITY_COMPLETED.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/ACTIVITY_COMPLETED.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * the Activity, or that the Activity completed in a manner other than that * originally requested. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since J2SE 1.5 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/ACTIVITY_REQUIRED.java --- a/src/java.corba/share/classes/org/omg/CORBA/ACTIVITY_REQUIRED.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/ACTIVITY_REQUIRED.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -31,8 +31,8 @@ * Activity context was necessary to perform the invoked operation, but one * was not found associated with the calling thread. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since J2SE 1.5 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/BAD_CONTEXT.java --- a/src/java.corba/share/classes/org/omg/CORBA/BAD_CONTEXT.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/BAD_CONTEXT.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -32,8 +32,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/BAD_INV_ORDER.java --- a/src/java.corba/share/classes/org/omg/CORBA/BAD_INV_ORDER.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/BAD_INV_ORDER.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -34,8 +34,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/BAD_OPERATION.java --- a/src/java.corba/share/classes/org/omg/CORBA/BAD_OPERATION.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/BAD_OPERATION.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -32,8 +32,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/BAD_PARAM.java --- a/src/java.corba/share/classes/org/omg/CORBA/BAD_PARAM.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/BAD_PARAM.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -37,10 +37,9 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions - * @see meaning of - * minor codes + *

See also {@extLink jidlexception documentation on Java IDL exceptions}, + * {@extLink jidlexception_minorcodes meaning of minor codes} + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/BAD_QOS.java --- a/src/java.corba/share/classes/org/omg/CORBA/BAD_QOS.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/BAD_QOS.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -30,8 +30,8 @@ * support the quality of service required by an invocation parameter that * has a quality of service semantics associated with it. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since J2SE 1.5 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/BAD_TYPECODE.java --- a/src/java.corba/share/classes/org/omg/CORBA/BAD_TYPECODE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/BAD_TYPECODE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -32,8 +32,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/Bounds.java --- a/src/java.corba/share/classes/org/omg/CORBA/Bounds.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/Bounds.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -30,8 +30,8 @@ * the legal bounds for the object that a method is trying * to access. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class Bounds extends org.omg.CORBA.UserException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/CODESET_INCOMPATIBLE.java --- a/src/java.corba/share/classes/org/omg/CORBA/CODESET_INCOMPATIBLE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/CODESET_INCOMPATIBLE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -29,8 +29,8 @@ * This exception is raised whenever meaningful communication is not possible * between client and server native code sets. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since J2SE 1.5 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/COMM_FAILURE.java --- a/src/java.corba/share/classes/org/omg/CORBA/COMM_FAILURE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/COMM_FAILURE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,11 +33,11 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section meaning - * of minor codes to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes Minor Code Meanings} + * to see the minor codes for this exception. * - * @see meaning of - * minor codes + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/DATA_CONVERSION.java --- a/src/java.corba/share/classes/org/omg/CORBA/DATA_CONVERSION.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/DATA_CONVERSION.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -35,11 +35,11 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section meaning - * of minor codes to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes Minor Code Meanings} + * to see the minor codes for this exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/FREE_MEM.java --- a/src/java.corba/share/classes/org/omg/CORBA/FREE_MEM.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/FREE_MEM.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/IMP_LIMIT.java --- a/src/java.corba/share/classes/org/omg/CORBA/IMP_LIMIT.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/IMP_LIMIT.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -36,8 +36,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INITIALIZE.java --- a/src/java.corba/share/classes/org/omg/CORBA/INITIALIZE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INITIALIZE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -34,8 +34,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INTERNAL.java --- a/src/java.corba/share/classes/org/omg/CORBA/INTERNAL.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INTERNAL.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,11 +33,11 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section meaning - * of minor codes to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes meaning of minor codes} + * to see the minor codes for this exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INTF_REPOS.java --- a/src/java.corba/share/classes/org/omg/CORBA/INTF_REPOS.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INTF_REPOS.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -34,8 +34,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INVALID_ACTIVITY.java --- a/src/java.corba/share/classes/org/omg/CORBA/INVALID_ACTIVITY.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INVALID_ACTIVITY.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -32,8 +32,8 @@ * suspended. It is also raised when an attempted invocation is made that * is incompatible with the Activity's current state. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since J2SE 1.5 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INVALID_TRANSACTION.java --- a/src/java.corba/share/classes/org/omg/CORBA/INVALID_TRANSACTION.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INVALID_TRANSACTION.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -34,8 +34,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 * */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INV_FLAG.java --- a/src/java.corba/share/classes/org/omg/CORBA/INV_FLAG.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INV_FLAG.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INV_IDENT.java --- a/src/java.corba/share/classes/org/omg/CORBA/INV_IDENT.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INV_IDENT.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -34,8 +34,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INV_OBJREF.java --- a/src/java.corba/share/classes/org/omg/CORBA/INV_OBJREF.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INV_OBJREF.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -37,11 +37,11 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section Minor - * Code Meanings to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes Minor Code Meanings} + * to see the minor codes for this exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/INV_POLICY.java --- a/src/java.corba/share/classes/org/omg/CORBA/INV_POLICY.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/INV_POLICY.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class INV_POLICY extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/MARSHAL.java --- a/src/java.corba/share/classes/org/omg/CORBA/MARSHAL.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/MARSHAL.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -39,8 +39,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section Minor - * Code Meanings to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes Minor Code Meanings} + * to see the minor codes for this exception. * * @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/NO_IMPLEMENT.java --- a/src/java.corba/share/classes/org/omg/CORBA/NO_IMPLEMENT.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/NO_IMPLEMENT.java Thu Jun 01 18:48:29 2017 +0000 @@ -36,8 +36,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section Minor - * Code Meanings to see the minor codes for this exception. + * See the section {extLink jidlexception_minorcodes Minor Code Meanings} + * to see the minor codes for this exception. * * @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/NO_MEMORY.java --- a/src/java.corba/share/classes/org/omg/CORBA/NO_MEMORY.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/NO_MEMORY.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -32,8 +32,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/NO_PERMISSION.java --- a/src/java.corba/share/classes/org/omg/CORBA/NO_PERMISSION.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/NO_PERMISSION.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -32,8 +32,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/NO_RESOURCES.java --- a/src/java.corba/share/classes/org/omg/CORBA/NO_RESOURCES.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/NO_RESOURCES.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/NO_RESPONSE.java --- a/src/java.corba/share/classes/org/omg/CORBA/NO_RESPONSE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/NO_RESPONSE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/OBJECT_NOT_EXIST.java --- a/src/java.corba/share/classes/org/omg/CORBA/OBJECT_NOT_EXIST.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/OBJECT_NOT_EXIST.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -39,11 +39,11 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section Minor - * Code Meanings to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes Minor Code Meanings} + * to see the minor codes for this exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/OBJ_ADAPTER.java --- a/src/java.corba/share/classes/org/omg/CORBA/OBJ_ADAPTER.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/OBJ_ADAPTER.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -34,11 +34,11 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section Minor - * Code Meanings to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes Minor Code Meanings} + * to see the minor codes for this exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since JDK1.2 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/ORB.java --- a/src/java.corba/share/classes/org/omg/CORBA/ORB.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/ORB.java Thu Jun 01 18:48:29 2017 +0000 @@ -184,6 +184,8 @@ * Therefore, the implementation first checks the ${java.home}/conf directory for orb.properties, * and thereafter the ${java.home}/lib directory. * + *

See also {@extLink idl_guides IDL developer's guide}.

+ * * @since JDK1.2 */ abstract public class ORB { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/PERSIST_STORE.java --- a/src/java.corba/share/classes/org/omg/CORBA/PERSIST_STORE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/PERSIST_STORE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class PERSIST_STORE extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/REBIND.java --- a/src/java.corba/share/classes/org/omg/CORBA/REBIND.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/REBIND.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * This exception is also raised if the current effective RebindPolicy has * a value of NO_RECONNECT and a connection must be reopened. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since J2SE 1.5 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/SystemException.java --- a/src/java.corba/share/classes/org/omg/CORBA/SystemException.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/SystemException.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -44,8 +44,8 @@ * declared in signatures of the Java methods mapped from operations in * IDL interfaces. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public abstract class SystemException extends java.lang.RuntimeException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/TIMEOUT.java --- a/src/java.corba/share/classes/org/omg/CORBA/TIMEOUT.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/TIMEOUT.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -30,8 +30,8 @@ * 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. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @since J2SE 1.5 */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_MODE.java --- a/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_MODE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_MODE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -35,8 +35,8 @@ * a string describing the exception. * The OMG CORBA core 2.4 specification has details. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class TRANSACTION_MODE extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_REQUIRED.java --- a/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_REQUIRED.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_REQUIRED.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -33,8 +33,8 @@ * a string describing the exception. * The OMG Transaction Service specfication has details. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class TRANSACTION_REQUIRED extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java --- a/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -36,8 +36,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class TRANSACTION_ROLLEDBACK extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java --- a/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -35,8 +35,8 @@ * a string describing the exception. * The OMG CORBA core 2.4 specification has details. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class TRANSACTION_UNAVAILABLE extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/TRANSIENT.java --- a/src/java.corba/share/classes/org/omg/CORBA/TRANSIENT.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/TRANSIENT.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -36,8 +36,8 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class TRANSIENT extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/UNKNOWN.java --- a/src/java.corba/share/classes/org/omg/CORBA/UNKNOWN.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/UNKNOWN.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -39,11 +39,11 @@ * what caused the exception, and a completion status. It may also contain * a string describing the exception. *

- * See the section Minor - * Code Meanings to see the minor codes for this exception. + * See the section {@extLink jidlexception_minorcodes Minor Code Meaning} + * to see the minor codes for this exception. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class UNKNOWN extends SystemException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/UnknownUserException.java --- a/src/java.corba/share/classes/org/omg/CORBA/UnknownUserException.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/UnknownUserException.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -32,8 +32,8 @@ * UnknownUserException object. This is available from the * Environment object returned by the method Request.env. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

* @see Request */ diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/UserException.java --- a/src/java.corba/share/classes/org/omg/CORBA/UserException.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/UserException.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -31,8 +31,8 @@ * means that they need to * be declared in method signatures. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/WrongTransaction.java --- a/src/java.corba/share/classes/org/omg/CORBA/WrongTransaction.java Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/WrongTransaction.java Thu Jun 01 18:48:29 2017 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -34,8 +34,8 @@ * which the client originally sent the request. * See the OMG Transaction Service Specification for details. * - * @see documentation on - * Java IDL exceptions + *

See also {@extLink jidlexception documentation on Java IDL exceptions}. + *

*/ public final class WrongTransaction extends UserException { diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/doc-files/generatedfiles.html --- a/src/java.corba/share/classes/org/omg/CORBA/doc-files/generatedfiles.html Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/doc-files/generatedfiles.html Thu Jun 01 18:48:29 2017 +0000 @@ -42,7 +42,7 @@ -

Helper Files

+

Helper Files

Helper files supply several static methods needed to manipulate the type. These include Any insert and extract operations for the type, @@ -57,7 +57,7 @@ is raised to indicate other kinds of errors. Trying to narrow a null will always succeed with a return value of null. -

Holder Files

+

Holder Files

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 org.omg.CORBA package @@ -74,7 +74,7 @@ the org.omg.CORBA.portable.Streamable interface. -

Operations Files

+

Operations Files

A non abstract IDL interface is mapped to two public Java interfaces: a signature interface and an operations interface. @@ -96,7 +96,7 @@ interface and operations interface hierarchies. -

Stubs

+

Stubs

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 diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CORBA/package.html --- a/src/java.corba/share/classes/org/omg/CORBA/package.html Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/package.html Thu Jun 01 18:48:29 2017 +0000 @@ -147,9 +147,7 @@ register_initial_reference(String id, org.omg.CORBA.Object obj) -

An example that uses some of these methods is -Getting Started with Java IDL. +

An example that uses some of these methods is {@extLink idl_getting_started Getting Started with Java IDL}.

Exceptions

@@ -158,9 +156,8 @@ then any code using that method must have a try/catch block and handle that exception when it is thrown. -

The documentation on Java -IDL exceptions has more information and explains the difference between +

The documentation on {@extLink jidlexception Java IDL exceptions } +has more information and explains the difference between system exceptions and user-defined exceptions.

The following is a list of the system exceptions (which are unchecked @@ -447,8 +444,8 @@ 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 both versions of the narrow method. -

The Hello World -tutorial uses a narrow method that looks like this: +

The {@extLink idl_guides Hello World tutorial} +uses a narrow method that looks like this:

         // create and initialize the ORB
         ORB orb = ORB.init(args, null);
@@ -548,6 +545,7 @@
 }
 
+

Value Type Helper Classes

A helper class for a value type includes different renderings of the same methods generated for non-value type methods. The main difference @@ -861,8 +859,8 @@ Related Documentation For overviews, guides, and a tutorial, please see: diff -r b5f3f4fc6b93 -r 534ba4f8cfcf src/java.corba/share/classes/org/omg/CosNaming/package.html --- a/src/java.corba/share/classes/org/omg/CosNaming/package.html Thu Jun 01 18:26:33 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CosNaming/package.html Thu Jun 01 18:48:29 2017 +0000 @@ -3,7 +3,7 @@