diff options
author | Wolfgang Baer <WBaer@gmx.de> | 2006-03-20 21:04:40 +0000 |
---|---|---|
committer | Wolfgang Baer <WBaer@gmx.de> | 2006-03-20 21:04:40 +0000 |
commit | 01288f3364b5822331779e395c05a2d6a7aeee1a (patch) | |
tree | e3a7dd4a19c6e06f25c91f8f69e95d6a933e1ad7 /org | |
parent | dd3d83edf8109f91bbfe41a9098bf9ac75fd2e76 (diff) | |
download | classpath-01288f3364b5822331779e395c05a2d6a7aeee1a.tar.gz |
2006-03-20 Wolfgang Baer <WBaer@gmx.de>
* org/omg/CORBA/ACTIVITY_COMPLETED.java,
* org/omg/CORBA/ACTIVITY_REQUIRED.java,
* org/omg/CORBA/BAD_INV_ORDER.java,
* org/omg/CORBA/BAD_CONTEXT.java,
* org/omg/CORBA/BAD_OPERATION.java,
* org/omg/CORBA/BAD_PARAM.java,
* org/omg/CORBA/BAD_QOS.java,
* org/omg/CORBA/BAD_TYPECODE.java,
* org/omg/CORBA/CODESET_INCOMPATIBLE.java,
* org/omg/CORBA/COMM_FAILURE.java,
* org/omg/CORBA/CurrentHolder.java,
* org/omg/CORBA/DATA_CONVERSION.java,
* org/omg/CORBA/FREE_MEM.java,
* org/omg/CORBA/IMP_LIMIT.java,
* org/omg/CORBA/INITIALIZE.java,
* org/omg/CORBA/INTERNAL.java,
* org/omg/CORBA/INTF_REPOS.java,
* org/omg/CORBA/INVALID_ACTIVITY.java,
* org/omg/CORBA/INVALID_TRANSACTION.java,
* org/omg/CORBA/INV_FLAG.java,
* org/omg/CORBA/INV_IDENT.java,
* org/omg/CORBA/INV_OBJREF.java,
* org/omg/CORBA/INV_POLICY.java,
* org/omg/CORBA/MARSHAL.java,
* org/omg/CORBA/NO_RESOURCES.java,
* org/omg/CORBA/NO_MEMORY.java,
* org/omg/CORBA/NO_IMPLEMENT.java,
* org/omg/CORBA/NO_PERMISSION.java,
* org/omg/CORBA/NO_RESPONSE.java,
* org/omg/CORBA/OBJECT_NOT_EXIST.java,
* org/omg/CORBA/OBJ_ADAPTER.java,
* org/omg/CORBA/ParameterModeHolder.java,
* org/omg/CORBA/PolicyError.java,
* org/omg/CORBA/PolicyErrorHolder.java,
* org/omg/CORBA/PolicyHolder.java,
* org/omg/CORBA/PolicyListHolder.java,
* org/omg/CORBA/REBIND.java,
* org/omg/CORBA/TIMEOUT.java,
* org/omg/CORBA/TRANSACTION_MODE.java,
* org/omg/CORBA/TRANSACTION_REQUIRED.java,
* org/omg/CORBA/TRANSACTION_ROLLEDBACK.java,
* org/omg/CORBA/TRANSACTION_UNAVAILABLE.java,
* org/omg/CORBA/TRANSIENT.java,
* org/omg/CORBA/TypeCodeHolder.java,
* org/omg/CORBA/UNKNOWN.java,
* org/omg/CORBA/UnionMember.java,
* org/omg/CORBA/UnknownUserException.java,
* org/omg/CORBA/UnknownUserExceptionHolder.java,
* org/omg/CORBA/WrongTransactionHolder.java,
* org/omg/IOP/IOR.java,
* org/omg/IOP/IORHolder.java,
* org/omg/IOP/MultipleComponentProfileHolder.java,
* org/omg/IOP/ServiceContextHolder.java,
* org/omg/IOP/ServiceContextListHolder.java,
* org/omg/IOP/TaggedComponentHolder.java,
* org/omg/IOP/TaggedProfileHolder.java,
* org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java,
* org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java,
* org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java,
* org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java:
Made class final, various javadoc fixlets.
* org/omg/CORBA/CompletionStatus.java,
* org/omg/CORBA/PERSIST_STORE.java,
* org/omg/CORBA/ValueMember.java,
* org/omg/PortableInterceptor/ForwardRequest.java,
* org/omg/PortableInterceptor/InvalidSlot.java,
* org/omg/IOP/CodecPackage/TypeMismatch.java,
* org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java,
* org/omg/IOP/CodecPackage/FormatMismatch.java,
* org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java,
* org/omg/IOP/Encoding.java,
* org/omg/IOP/TaggedComponent.java,
* org/omg/IOP/TaggedProfile.java: Made class final.
* org/omg/CORBA/SystemException.java: Made class abstract.
* org/omg/CORBA/UserException.java: Made class abstract.
(UserException): Now protected.
(UserException(String)): Likewise.
* org/omg/Messaging/SyncScopeHelper.java: Now abstract, javadoc fixes.
(typecode): Removed unused private variable.
Diffstat (limited to 'org')
75 files changed, 235 insertions, 237 deletions
diff --git a/org/omg/CORBA/ACTIVITY_COMPLETED.java b/org/omg/CORBA/ACTIVITY_COMPLETED.java index ea234e620..5fb03533a 100644 --- a/org/omg/CORBA/ACTIVITY_COMPLETED.java +++ b/org/omg/CORBA/ACTIVITY_COMPLETED.java @@ -1,5 +1,5 @@ /* ACTIVITY_COMPLETED.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ACTIVITY_COMPLETED +public final class ACTIVITY_COMPLETED extends SystemException implements Serializable { @@ -63,7 +63,7 @@ public class ACTIVITY_COMPLETED /** * Creates ACTIVITY_COMPLETED with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public ACTIVITY_COMPLETED(String message) { diff --git a/org/omg/CORBA/ACTIVITY_REQUIRED.java b/org/omg/CORBA/ACTIVITY_REQUIRED.java index c0c72b524..eeec38254 100644 --- a/org/omg/CORBA/ACTIVITY_REQUIRED.java +++ b/org/omg/CORBA/ACTIVITY_REQUIRED.java @@ -1,5 +1,5 @@ /* ACTIVITY_REQUIRED.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ACTIVITY_REQUIRED +public final class ACTIVITY_REQUIRED extends SystemException implements Serializable { @@ -61,7 +61,7 @@ public class ACTIVITY_REQUIRED /** * Creates ACTIVITY_REQUIRED with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public ACTIVITY_REQUIRED(String message) { diff --git a/org/omg/CORBA/BAD_CONTEXT.java b/org/omg/CORBA/BAD_CONTEXT.java index 139262d64..398da9e59 100644 --- a/org/omg/CORBA/BAD_CONTEXT.java +++ b/org/omg/CORBA/BAD_CONTEXT.java @@ -1,5 +1,5 @@ /* BAD_CONTEXT.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class BAD_CONTEXT +public final class BAD_CONTEXT extends SystemException implements Serializable { @@ -58,7 +58,7 @@ public class BAD_CONTEXT /** * Creates a BAD_CONTEXT with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public BAD_CONTEXT(String message) { diff --git a/org/omg/CORBA/BAD_INV_ORDER.java b/org/omg/CORBA/BAD_INV_ORDER.java index 0f585cd91..9390600b7 100644 --- a/org/omg/CORBA/BAD_INV_ORDER.java +++ b/org/omg/CORBA/BAD_INV_ORDER.java @@ -1,5 +1,5 @@ /* BAD_INV_ORDER.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class BAD_INV_ORDER +public final class BAD_INV_ORDER extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class BAD_INV_ORDER /** * Creates a BAD_INV_ORDER with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public BAD_INV_ORDER(String message) { diff --git a/org/omg/CORBA/BAD_OPERATION.java b/org/omg/CORBA/BAD_OPERATION.java index 2649f2a6d..b84890724 100755 --- a/org/omg/CORBA/BAD_OPERATION.java +++ b/org/omg/CORBA/BAD_OPERATION.java @@ -1,5 +1,5 @@ /* BAD_OPERATION.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -114,7 +114,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class BAD_OPERATION +public final class BAD_OPERATION extends SystemException implements Serializable { @@ -127,7 +127,7 @@ public class BAD_OPERATION * Creates a BAD_OPERATION with the default minor code of 0, completion state * COMPLETED_NO and the given explaining message. * - * @param reasom the explaining message. + * @param message the explaining message. */ public BAD_OPERATION(String message) { diff --git a/org/omg/CORBA/BAD_PARAM.java b/org/omg/CORBA/BAD_PARAM.java index 848f43b43..2102193e5 100644 --- a/org/omg/CORBA/BAD_PARAM.java +++ b/org/omg/CORBA/BAD_PARAM.java @@ -1,5 +1,5 @@ /* BAD_PARAM.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,14 +45,14 @@ import java.io.Serializable; * illegal. * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class BAD_PARAM +public final class BAD_PARAM extends SystemException implements Serializable { /** * Creates BAD_PARAM with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public BAD_PARAM(String message) { diff --git a/org/omg/CORBA/BAD_QOS.java b/org/omg/CORBA/BAD_QOS.java index ba8a0df32..c7ceb6924 100644 --- a/org/omg/CORBA/BAD_QOS.java +++ b/org/omg/CORBA/BAD_QOS.java @@ -1,5 +1,5 @@ /* BAD_QOS.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class BAD_QOS +public final class BAD_QOS extends SystemException implements Serializable { @@ -60,7 +60,7 @@ public class BAD_QOS /** * Creates BAD_QOS with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public BAD_QOS(String message) { diff --git a/org/omg/CORBA/BAD_TYPECODE.java b/org/omg/CORBA/BAD_TYPECODE.java index 96ad21ef9..8aa5eb59c 100644 --- a/org/omg/CORBA/BAD_TYPECODE.java +++ b/org/omg/CORBA/BAD_TYPECODE.java @@ -1,5 +1,5 @@ /* BAD_TYPECODE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class BAD_TYPECODE +public final class BAD_TYPECODE extends SystemException implements Serializable { @@ -58,7 +58,7 @@ public class BAD_TYPECODE /** * Creates a BAD_TYPECODE with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public BAD_TYPECODE(String message) { diff --git a/org/omg/CORBA/CODESET_INCOMPATIBLE.java b/org/omg/CORBA/CODESET_INCOMPATIBLE.java index 41ccaf492..fc285baff 100644 --- a/org/omg/CORBA/CODESET_INCOMPATIBLE.java +++ b/org/omg/CORBA/CODESET_INCOMPATIBLE.java @@ -1,5 +1,5 @@ /* CODESET_INCOMPATIBLE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,16 +43,16 @@ import java.io.Serializable; /** * Raised when client and server are unable to reach any consensus on which * code set should be used to represent the characters. This happens when - * neither server nor client cannot convert from the native code set of the + * neither server nor client can convert from the native code set of the * corresponding side, there is no shared codeset from that both sides could - * convert and additionally the client and server* native sets are too - * different to communicate anyway without the massive data loss. + * convert and additionally the client and server native code sets are too + * different to communicate anyway without massive data loss. * * @since 1.5 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class CODESET_INCOMPATIBLE +public final class CODESET_INCOMPATIBLE extends SystemException implements Serializable { @@ -64,7 +64,7 @@ public class CODESET_INCOMPATIBLE /** * Creates CODESET_INCOMPATIBLE with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public CODESET_INCOMPATIBLE(String message) { diff --git a/org/omg/CORBA/COMM_FAILURE.java b/org/omg/CORBA/COMM_FAILURE.java index 3c5044132..047d20e6c 100644 --- a/org/omg/CORBA/COMM_FAILURE.java +++ b/org/omg/CORBA/COMM_FAILURE.java @@ -1,5 +1,5 @@ /* COMM_FAILURE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class COMM_FAILURE +public final class COMM_FAILURE extends SystemException implements Serializable { @@ -58,7 +58,7 @@ public class COMM_FAILURE /** * Creates a COMM_FAILURE with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public COMM_FAILURE(String message) { diff --git a/org/omg/CORBA/CompletionStatus.java b/org/omg/CORBA/CompletionStatus.java index 1ddcca287..52f6f078d 100644 --- a/org/omg/CORBA/CompletionStatus.java +++ b/org/omg/CORBA/CompletionStatus.java @@ -1,5 +1,5 @@ /* CompletionStatus.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import org.omg.CORBA.portable.IDLEntity; * when the exception has been thrown. * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class CompletionStatus +public final class CompletionStatus implements Serializable, IDLEntity { /** diff --git a/org/omg/CORBA/CurrentHolder.java b/org/omg/CORBA/CurrentHolder.java index 83e5365d6..c7c1b32d2 100644 --- a/org/omg/CORBA/CurrentHolder.java +++ b/org/omg/CORBA/CurrentHolder.java @@ -1,5 +1,5 @@ /* CurrentHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class CurrentHolder +public final class CurrentHolder implements Streamable { /** @@ -56,7 +56,7 @@ public class CurrentHolder public Current value; /** - * Create the unitialised instance, leaving the value field + * Create the uninitialised instance, leaving the value field * with default <code>null</code> value. */ public CurrentHolder() @@ -74,7 +74,7 @@ public class CurrentHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/CORBA/DATA_CONVERSION.java b/org/omg/CORBA/DATA_CONVERSION.java index 7261aae46..7ca83f3c2 100644 --- a/org/omg/CORBA/DATA_CONVERSION.java +++ b/org/omg/CORBA/DATA_CONVERSION.java @@ -1,5 +1,5 @@ /* DATA_CONVERSION.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -66,7 +66,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class DATA_CONVERSION +public final class DATA_CONVERSION extends SystemException implements Serializable { @@ -78,7 +78,7 @@ public class DATA_CONVERSION /** * Creates a DATA_CONVERSION with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public DATA_CONVERSION(String message) { diff --git a/org/omg/CORBA/FREE_MEM.java b/org/omg/CORBA/FREE_MEM.java index 5de665cb8..ec1aa0829 100644 --- a/org/omg/CORBA/FREE_MEM.java +++ b/org/omg/CORBA/FREE_MEM.java @@ -1,5 +1,5 @@ /* FREE_MEM.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,11 +41,11 @@ package org.omg.CORBA; import java.io.Serializable; /** - * Means errors, related to freing the allocated memory. + * Means errors, related to freeing the allocated memory. * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class FREE_MEM +public final class FREE_MEM extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class FREE_MEM /** * Creates a FREE_MEM with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public FREE_MEM(String message) { diff --git a/org/omg/CORBA/IMP_LIMIT.java b/org/omg/CORBA/IMP_LIMIT.java index e61681c32..b36d69e0c 100644 --- a/org/omg/CORBA/IMP_LIMIT.java +++ b/org/omg/CORBA/IMP_LIMIT.java @@ -1,5 +1,5 @@ /* IMP_LIMIT.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,12 +41,12 @@ package org.omg.CORBA; import java.io.Serializable; /** - * Means that the server have reached some implementation limit + * Means that the server has reached some implementation limit * (too many clients, too many references, too long parameters and so on). * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class IMP_LIMIT +public final class IMP_LIMIT extends SystemException implements Serializable { @@ -58,7 +58,7 @@ public class IMP_LIMIT /** * Creates a IMP_LIMIT with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public IMP_LIMIT(String message) { diff --git a/org/omg/CORBA/INITIALIZE.java b/org/omg/CORBA/INITIALIZE.java index f697e5833..b42739acc 100644 --- a/org/omg/CORBA/INITIALIZE.java +++ b/org/omg/CORBA/INITIALIZE.java @@ -1,5 +1,5 @@ /* INITIALIZE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,11 +41,11 @@ package org.omg.CORBA; import java.io.Serializable; /** - * Mans that the server cannot be initialized because of the some reason. + * Means that the server cannot be initialized because of the some reason. * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INITIALIZE +public final class INITIALIZE extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class INITIALIZE /** * Creates a INITIALIZE with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INITIALIZE(String message) { diff --git a/org/omg/CORBA/INTERNAL.java b/org/omg/CORBA/INTERNAL.java index a49041e57..b8be63835 100644 --- a/org/omg/CORBA/INTERNAL.java +++ b/org/omg/CORBA/INTERNAL.java @@ -1,5 +1,5 @@ /* INTERNAL.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,11 +41,11 @@ package org.omg.CORBA; import java.io.Serializable; /** - * Means the internal failure in ORB. + * Means an internal failure in the ORB. * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INTERNAL +public final class INTERNAL extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class INTERNAL /** * Creates a INTERNAL with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INTERNAL(String message) { diff --git a/org/omg/CORBA/INTF_REPOS.java b/org/omg/CORBA/INTF_REPOS.java index e879c0b1e..b7b6fe3fd 100644 --- a/org/omg/CORBA/INTF_REPOS.java +++ b/org/omg/CORBA/INTF_REPOS.java @@ -1,5 +1,5 @@ /* INTF_REPOS.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INTF_REPOS +public final class INTF_REPOS extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class INTF_REPOS /** * Creates a INTF_REPOS with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INTF_REPOS(String message) { diff --git a/org/omg/CORBA/INVALID_ACTIVITY.java b/org/omg/CORBA/INVALID_ACTIVITY.java index ae1d92dd7..eb4f69af1 100644 --- a/org/omg/CORBA/INVALID_ACTIVITY.java +++ b/org/omg/CORBA/INVALID_ACTIVITY.java @@ -1,5 +1,5 @@ /* INVALID_ACTIVITY.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class INVALID_ACTIVITY +public final class INVALID_ACTIVITY extends SystemException implements Serializable { @@ -61,7 +61,7 @@ public class INVALID_ACTIVITY /** * Creates INVALID_ACTIVITY with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public INVALID_ACTIVITY(String message) { diff --git a/org/omg/CORBA/INVALID_TRANSACTION.java b/org/omg/CORBA/INVALID_TRANSACTION.java index 98cef8304..08082d1f5 100644 --- a/org/omg/CORBA/INVALID_TRANSACTION.java +++ b/org/omg/CORBA/INVALID_TRANSACTION.java @@ -1,5 +1,5 @@ /* INVALID_TRANSACTION.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INVALID_TRANSACTION +public final class INVALID_TRANSACTION extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class INVALID_TRANSACTION /** * Creates a INVALID_TRANSACTION with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INVALID_TRANSACTION(String message) { diff --git a/org/omg/CORBA/INV_FLAG.java b/org/omg/CORBA/INV_FLAG.java index 7766a3cd0..92b1cd12f 100644 --- a/org/omg/CORBA/INV_FLAG.java +++ b/org/omg/CORBA/INV_FLAG.java @@ -1,5 +1,5 @@ /* INV_FLAG.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INV_FLAG +public final class INV_FLAG extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class INV_FLAG /** * Creates a INV_FLAG with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INV_FLAG(String message) { diff --git a/org/omg/CORBA/INV_IDENT.java b/org/omg/CORBA/INV_IDENT.java index ca61a0a24..89a59448d 100644 --- a/org/omg/CORBA/INV_IDENT.java +++ b/org/omg/CORBA/INV_IDENT.java @@ -1,5 +1,5 @@ /* INV_IDENT.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INV_IDENT +public final class INV_IDENT extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class INV_IDENT /** * Creates a INV_IDENT with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INV_IDENT(String message) { diff --git a/org/omg/CORBA/INV_OBJREF.java b/org/omg/CORBA/INV_OBJREF.java index ca8e059d4..8b6368b77 100644 --- a/org/omg/CORBA/INV_OBJREF.java +++ b/org/omg/CORBA/INV_OBJREF.java @@ -1,5 +1,5 @@ /* INV_OBJREF.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INV_OBJREF +public final class INV_OBJREF extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class INV_OBJREF /** * Creates a INV_OBJREF with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INV_OBJREF(String message) { diff --git a/org/omg/CORBA/INV_POLICY.java b/org/omg/CORBA/INV_POLICY.java index f4ff245cf..5b74e500a 100644 --- a/org/omg/CORBA/INV_POLICY.java +++ b/org/omg/CORBA/INV_POLICY.java @@ -1,5 +1,5 @@ /* INV_POLICY.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class INV_POLICY +public final class INV_POLICY extends SystemException implements Serializable { @@ -59,7 +59,7 @@ public class INV_POLICY /** * Creates a INV_POLICY with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public INV_POLICY(String message) { diff --git a/org/omg/CORBA/MARSHAL.java b/org/omg/CORBA/MARSHAL.java index 2cd92f5a6..b031acfd3 100644 --- a/org/omg/CORBA/MARSHAL.java +++ b/org/omg/CORBA/MARSHAL.java @@ -1,5 +1,5 @@ /* MARSHAL.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -268,7 +268,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class MARSHAL +public final class MARSHAL extends SystemException implements Serializable { @@ -281,7 +281,7 @@ public class MARSHAL * Creates a MARSHAL with the default minor code of 0, completion state * COMPLETED_NO and the given explaining message. * - * @param reasom the explaining message. + * @param message the explaining message. */ public MARSHAL(String message) { diff --git a/org/omg/CORBA/NO_IMPLEMENT.java b/org/omg/CORBA/NO_IMPLEMENT.java index 7ffbca49d..1041f2007 100644 --- a/org/omg/CORBA/NO_IMPLEMENT.java +++ b/org/omg/CORBA/NO_IMPLEMENT.java @@ -1,5 +1,5 @@ /* NO_IMPLEMENT.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class NO_IMPLEMENT +public final class NO_IMPLEMENT extends SystemException implements Serializable { @@ -58,7 +58,7 @@ public class NO_IMPLEMENT /** * Creates a NO_IMPLEMENT with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public NO_IMPLEMENT(String message) { diff --git a/org/omg/CORBA/NO_MEMORY.java b/org/omg/CORBA/NO_MEMORY.java index e09b4f1af..276cb54f5 100644 --- a/org/omg/CORBA/NO_MEMORY.java +++ b/org/omg/CORBA/NO_MEMORY.java @@ -1,5 +1,5 @@ /* NO_MEMORY.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class NO_MEMORY +public final class NO_MEMORY extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class NO_MEMORY /** * Creates a NO_MEMORY with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public NO_MEMORY(String message) { diff --git a/org/omg/CORBA/NO_PERMISSION.java b/org/omg/CORBA/NO_PERMISSION.java index dbeaa33eb..8e781842d 100644 --- a/org/omg/CORBA/NO_PERMISSION.java +++ b/org/omg/CORBA/NO_PERMISSION.java @@ -1,5 +1,5 @@ /* NO_PERMISSION.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class NO_PERMISSION +public final class NO_PERMISSION extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class NO_PERMISSION /** * Creates a NO_PERMISSION with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public NO_PERMISSION(String message) { diff --git a/org/omg/CORBA/NO_RESOURCES.java b/org/omg/CORBA/NO_RESOURCES.java index 013bdb674..14981b3aa 100644 --- a/org/omg/CORBA/NO_RESOURCES.java +++ b/org/omg/CORBA/NO_RESOURCES.java @@ -1,5 +1,5 @@ /* NO_RESOURCES.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -76,7 +76,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class NO_RESOURCES +public final class NO_RESOURCES extends SystemException implements Serializable { @@ -89,7 +89,7 @@ public class NO_RESOURCES * Creates a NO_RESOURCES with the default minor code of 0, completion state * COMPLETED_NO and the given explaining message. * - * @param reasom the explaining message. + * @param message the explaining message. */ public NO_RESOURCES(String message) { diff --git a/org/omg/CORBA/NO_RESPONSE.java b/org/omg/CORBA/NO_RESPONSE.java index 0c31cfbee..afed98852 100644 --- a/org/omg/CORBA/NO_RESPONSE.java +++ b/org/omg/CORBA/NO_RESPONSE.java @@ -1,5 +1,5 @@ /* NO_RESPONSE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class NO_RESPONSE +public final class NO_RESPONSE extends SystemException implements Serializable { @@ -58,7 +58,7 @@ public class NO_RESPONSE /** * Creates a NO_RESPONSE with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public NO_RESPONSE(String message) { diff --git a/org/omg/CORBA/OBJECT_NOT_EXIST.java b/org/omg/CORBA/OBJECT_NOT_EXIST.java index aa8571dcb..549ac64d1 100644 --- a/org/omg/CORBA/OBJECT_NOT_EXIST.java +++ b/org/omg/CORBA/OBJECT_NOT_EXIST.java @@ -1,5 +1,5 @@ /* OBJECT_NOT_EXIST.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,10 +41,10 @@ package org.omg.CORBA; import java.io.Serializable; /** - * Means an attempt to perform some operation of the deleted object. + * Means an attempt to perform some operation on a deleted object. * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class OBJECT_NOT_EXIST +public final class OBJECT_NOT_EXIST extends SystemException implements Serializable { @@ -56,7 +56,7 @@ public class OBJECT_NOT_EXIST /** * Creates a OBJECT_NOT_EXIST with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public OBJECT_NOT_EXIST(String message) { diff --git a/org/omg/CORBA/OBJ_ADAPTER.java b/org/omg/CORBA/OBJ_ADAPTER.java index 36c54b286..f1b25a4c4 100644 --- a/org/omg/CORBA/OBJ_ADAPTER.java +++ b/org/omg/CORBA/OBJ_ADAPTER.java @@ -1,5 +1,5 @@ /* OBJ_ADAPTER.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class OBJ_ADAPTER +public final class OBJ_ADAPTER extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class OBJ_ADAPTER /** * Creates a OBJ_ADAPTER with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public OBJ_ADAPTER(String message) { diff --git a/org/omg/CORBA/PERSIST_STORE.java b/org/omg/CORBA/PERSIST_STORE.java index df17cefa9..1fdddf1d0 100644 --- a/org/omg/CORBA/PERSIST_STORE.java +++ b/org/omg/CORBA/PERSIST_STORE.java @@ -1,5 +1,5 @@ /* PERSIST_STORE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class PERSIST_STORE +public final class PERSIST_STORE extends SystemException implements Serializable { diff --git a/org/omg/CORBA/ParameterModeHolder.java b/org/omg/CORBA/ParameterModeHolder.java index 5c932b7d0..b6dc8fae7 100644 --- a/org/omg/CORBA/ParameterModeHolder.java +++ b/org/omg/CORBA/ParameterModeHolder.java @@ -1,5 +1,5 @@ /* ParameterModeHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,7 +43,7 @@ package org.omg.CORBA; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class ParameterModeHolder +public final class ParameterModeHolder implements org.omg.CORBA.portable.Streamable { /** @@ -52,7 +52,7 @@ public class ParameterModeHolder public ParameterMode value; /** - * Create the unitialised instance. + * Create the uninitialised instance. */ public ParameterModeHolder() { @@ -68,7 +68,7 @@ public class ParameterModeHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. */ public void _read(org.omg.CORBA.portable.InputStream in) { diff --git a/org/omg/CORBA/PolicyError.java b/org/omg/CORBA/PolicyError.java index 749868a99..98d6079d8 100644 --- a/org/omg/CORBA/PolicyError.java +++ b/org/omg/CORBA/PolicyError.java @@ -1,5 +1,5 @@ /* PolicyError.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class PolicyError +public final class PolicyError extends UserException implements IDLEntity, Serializable { @@ -69,7 +69,7 @@ public class PolicyError private static final long serialVersionUID = -9196809779974700103L; /** - * Constructs an unitialised instance of the policy error. + * Constructs an uninitialised instance of the policy error. */ public PolicyError() { diff --git a/org/omg/CORBA/PolicyErrorHolder.java b/org/omg/CORBA/PolicyErrorHolder.java index 8e2c9a8d3..cc3cf6868 100644 --- a/org/omg/CORBA/PolicyErrorHolder.java +++ b/org/omg/CORBA/PolicyErrorHolder.java @@ -1,5 +1,5 @@ /* PolicyErrorHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import org.omg.CORBA.portable.Streamable; * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class PolicyErrorHolder implements Streamable +public final class PolicyErrorHolder implements Streamable { /** * The stored PolicyError value. @@ -56,7 +56,7 @@ public class PolicyErrorHolder implements Streamable public PolicyError value; /** - * Create the unitialised instance, leaving the value field + * Create the uninitialised instance, leaving the value field * with default <code>null</code> value. */ public PolicyErrorHolder() @@ -74,7 +74,7 @@ public class PolicyErrorHolder implements Streamable } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/CORBA/PolicyHolder.java b/org/omg/CORBA/PolicyHolder.java index e398cc14d..7dafbca6f 100644 --- a/org/omg/CORBA/PolicyHolder.java +++ b/org/omg/CORBA/PolicyHolder.java @@ -1,5 +1,5 @@ /* PolicyHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class PolicyHolder +public final class PolicyHolder implements Streamable { /** @@ -56,7 +56,7 @@ public class PolicyHolder public Policy value; /** - * Create the unitialised instance, leaving the value field + * Create the uninitialised instance, leaving the value field * with default <code>null</code> value. */ public PolicyHolder() @@ -74,7 +74,7 @@ public class PolicyHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * Delegates work to {@link PolicyHelper}. * * @param input the org.omg.CORBA.portable stream to read. diff --git a/org/omg/CORBA/PolicyListHolder.java b/org/omg/CORBA/PolicyListHolder.java index 6c1b1cc97..1b1d9da72 100644 --- a/org/omg/CORBA/PolicyListHolder.java +++ b/org/omg/CORBA/PolicyListHolder.java @@ -1,5 +1,5 @@ /* PolicyListHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -43,11 +43,11 @@ import org.omg.CORBA.portable.OutputStream; import org.omg.CORBA.portable.Streamable; /** -* A holder for the object {@link Policy[]}. +* A holder for the object <code>Policy[]</code>. * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class PolicyListHolder +public final class PolicyListHolder implements Streamable { /** @@ -56,7 +56,7 @@ public class PolicyListHolder public Policy[] value; /** - * Create the unitialised instance, leaving the value field + * Create the uninitialised instance, leaving the value field * with default <code>null</code> value. */ public PolicyListHolder() @@ -74,7 +74,7 @@ public class PolicyListHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * Uses {@link PolicyListHelper}. * * @param input the org.omg.CORBA.portable stream to read. diff --git a/org/omg/CORBA/REBIND.java b/org/omg/CORBA/REBIND.java index 9480906cc..48a3ea42f 100644 --- a/org/omg/CORBA/REBIND.java +++ b/org/omg/CORBA/REBIND.java @@ -1,5 +1,5 @@ /* REBIND.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class REBIND +public final class REBIND extends SystemException implements Serializable { @@ -60,7 +60,7 @@ public class REBIND /** * Creates REBIND with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public REBIND(String message) { diff --git a/org/omg/CORBA/SystemException.java b/org/omg/CORBA/SystemException.java index dd1936279..127b918d3 100644 --- a/org/omg/CORBA/SystemException.java +++ b/org/omg/CORBA/SystemException.java @@ -1,5 +1,5 @@ /* SystemException.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class SystemException +public abstract class SystemException extends RuntimeException implements Serializable { diff --git a/org/omg/CORBA/TIMEOUT.java b/org/omg/CORBA/TIMEOUT.java index 44ae8b31c..bdeae7b19 100644 --- a/org/omg/CORBA/TIMEOUT.java +++ b/org/omg/CORBA/TIMEOUT.java @@ -1,5 +1,5 @@ /* TIMEOUT.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class TIMEOUT +public final class TIMEOUT extends SystemException implements Serializable { @@ -59,7 +59,7 @@ public class TIMEOUT /** * Creates TIMEOUT with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public TIMEOUT(String message) { diff --git a/org/omg/CORBA/TRANSACTION_MODE.java b/org/omg/CORBA/TRANSACTION_MODE.java index 5f1981ba4..fc72d3c67 100644 --- a/org/omg/CORBA/TRANSACTION_MODE.java +++ b/org/omg/CORBA/TRANSACTION_MODE.java @@ -1,5 +1,5 @@ /* TRANSACTION_MODE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class TRANSACTION_MODE +public final class TRANSACTION_MODE extends SystemException implements Serializable { @@ -60,7 +60,7 @@ public class TRANSACTION_MODE /** * Creates TRANSACTION_MODE with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public TRANSACTION_MODE(String message) { diff --git a/org/omg/CORBA/TRANSACTION_REQUIRED.java b/org/omg/CORBA/TRANSACTION_REQUIRED.java index 66eedf4b9..3d6c55c52 100644 --- a/org/omg/CORBA/TRANSACTION_REQUIRED.java +++ b/org/omg/CORBA/TRANSACTION_REQUIRED.java @@ -1,5 +1,5 @@ /* TRANSACTION_REQUIRED.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,7 +45,7 @@ import java.io.Serializable; * active transaction is required. * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class TRANSACTION_REQUIRED +public final class TRANSACTION_REQUIRED extends SystemException implements Serializable { @@ -57,7 +57,7 @@ public class TRANSACTION_REQUIRED /** * Creates a TRANSACTION_REQUIRED with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public TRANSACTION_REQUIRED(String message) { diff --git a/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java b/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java index ce115c8ac..f7f4aabf2 100644 --- a/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java +++ b/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java @@ -1,5 +1,5 @@ /* TRANSACTION_ROLLEDBACK.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class TRANSACTION_ROLLEDBACK +public final class TRANSACTION_ROLLEDBACK extends SystemException implements Serializable { @@ -58,7 +58,7 @@ public class TRANSACTION_ROLLEDBACK /** * Creates a TRANSACTION_ROLLEDBACK with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public TRANSACTION_ROLLEDBACK(String message) { diff --git a/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java b/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java index dc808a23c..13ce17ebe 100644 --- a/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java +++ b/org/omg/CORBA/TRANSACTION_UNAVAILABLE.java @@ -1,5 +1,5 @@ /* TRANSACTION_UNAVAILABLE.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class TRANSACTION_UNAVAILABLE +public final class TRANSACTION_UNAVAILABLE extends SystemException implements Serializable { @@ -60,7 +60,7 @@ public class TRANSACTION_UNAVAILABLE /** * Creates TRANSACTION_UNAVAILABLE with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reason the explaining message. + * @param message the explaining message. */ public TRANSACTION_UNAVAILABLE(String message) { diff --git a/org/omg/CORBA/TRANSIENT.java b/org/omg/CORBA/TRANSIENT.java index c2aa5cb31..1dad9a1c4 100644 --- a/org/omg/CORBA/TRANSIENT.java +++ b/org/omg/CORBA/TRANSIENT.java @@ -1,5 +1,5 @@ /* TRANSIENT.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,14 +46,14 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class TRANSIENT +public final class TRANSIENT extends SystemException implements Serializable { /** * Creates a TRANSIENT with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public TRANSIENT(String message) { diff --git a/org/omg/CORBA/TypeCodeHolder.java b/org/omg/CORBA/TypeCodeHolder.java index bb293376d..0a3c4e370 100644 --- a/org/omg/CORBA/TypeCodeHolder.java +++ b/org/omg/CORBA/TypeCodeHolder.java @@ -1,5 +1,5 @@ /* TypeCodeHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,7 +51,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class TypeCodeHolder +public final class TypeCodeHolder implements Streamable { /** @@ -87,7 +87,7 @@ public class TypeCodeHolder } /** - * Fill in the {@link value } field by reading the required data + * Fill in the {@link #value} field by reading the required data * from the given stream. For <code>TypeCode</code>, the functionality * is delegated to * {@link org.omg.CORBA.portable.InputStream#read_TypeCode}. @@ -109,7 +109,7 @@ public class TypeCodeHolder } /** - * Write the {@link value } field to the given stream. + * Write the {@link #value} field to the given stream. * For <code>TypeCode</code>, the functionality * is delegated to * {@link org.omg.CORBA.portable.OutputStream#write_TypeCode(TypeCode) }. diff --git a/org/omg/CORBA/UNKNOWN.java b/org/omg/CORBA/UNKNOWN.java index 60d3fc0b5..37b627aa3 100644 --- a/org/omg/CORBA/UNKNOWN.java +++ b/org/omg/CORBA/UNKNOWN.java @@ -1,5 +1,5 @@ /* UNKNOWN.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -44,7 +44,7 @@ import java.io.Serializable; * Means that the operation implementation has thrown a non-CORBA exception. * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class UNKNOWN +public final class UNKNOWN extends SystemException implements Serializable { @@ -56,7 +56,7 @@ public class UNKNOWN /** * Creates a UNKNOWN with the default minor code of 0, * completion state COMPLETED_NO and the given explaining message. - * @param reasom the explaining message. + * @param message the explaining message. */ public UNKNOWN(String message) { diff --git a/org/omg/CORBA/UnionMember.java b/org/omg/CORBA/UnionMember.java index 41afeb7da..69e424cdb 100644 --- a/org/omg/CORBA/UnionMember.java +++ b/org/omg/CORBA/UnionMember.java @@ -1,5 +1,5 @@ /* UnionMember.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.IDLEntity; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class UnionMember +public final class UnionMember implements IDLEntity, Serializable { /** @@ -87,6 +87,7 @@ public class UnionMember * Creates a union member. * * @param a_name member name. + * @param a_label member label. * @param a_type member type code. * @param a_type_def member IDL type definition. */ diff --git a/org/omg/CORBA/UnknownUserException.java b/org/omg/CORBA/UnknownUserException.java index 19efc0e3f..3b33ffd33 100644 --- a/org/omg/CORBA/UnknownUserException.java +++ b/org/omg/CORBA/UnknownUserException.java @@ -1,5 +1,5 @@ /* UnknownUserException.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,11 +47,11 @@ import java.io.Serializable; * on remote side and returned by the server. The instance of this * class is returned by {@link Request#env()}. * - * @see Environment#exception(). + * @see Environment#exception() * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class UnknownUserException +public final class UnknownUserException extends UserException implements IDLEntity, Serializable { diff --git a/org/omg/CORBA/UnknownUserExceptionHolder.java b/org/omg/CORBA/UnknownUserExceptionHolder.java index d7b1ca006..0fa966982 100644 --- a/org/omg/CORBA/UnknownUserExceptionHolder.java +++ b/org/omg/CORBA/UnknownUserExceptionHolder.java @@ -1,5 +1,5 @@ /* UnknownUserExceptionHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import org.omg.CORBA.portable.Streamable; * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class UnknownUserExceptionHolder implements Streamable +public final class UnknownUserExceptionHolder implements Streamable { /** * The stored UnknownUserException value. @@ -74,7 +74,7 @@ public class UnknownUserExceptionHolder implements Streamable } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/CORBA/UserException.java b/org/omg/CORBA/UserException.java index ac9b9fb3d..edbd76e86 100644 --- a/org/omg/CORBA/UserException.java +++ b/org/omg/CORBA/UserException.java @@ -1,5 +1,5 @@ /* UserException.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,7 +46,7 @@ import org.omg.CORBA.portable.IDLEntity; * The root class for CORBA IDL-defined user exceptions. * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class UserException +public abstract class UserException extends Exception implements IDLEntity, Serializable { @@ -59,7 +59,7 @@ public class UserException /** * Constructs a the exception. */ - public UserException() + protected UserException() { } @@ -67,7 +67,7 @@ public class UserException * Constructs the exception, explaining the reason of throwing it. * @param reason a string, explaining, why the exception has been thrown. */ - public UserException(String reason) + protected UserException(String reason) { super(reason); } diff --git a/org/omg/CORBA/ValueMember.java b/org/omg/CORBA/ValueMember.java index f6bb70d3c..9323c86f9 100644 --- a/org/omg/CORBA/ValueMember.java +++ b/org/omg/CORBA/ValueMember.java @@ -1,5 +1,5 @@ /* ValueMember.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ -public class ValueMember +public final class ValueMember implements Serializable, IDLEntity { /** diff --git a/org/omg/CORBA/WrongTransactionHolder.java b/org/omg/CORBA/WrongTransactionHolder.java index 103724f81..1ea3e025f 100644 --- a/org/omg/CORBA/WrongTransactionHolder.java +++ b/org/omg/CORBA/WrongTransactionHolder.java @@ -1,5 +1,5 @@ /* WrongTransactionHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -48,7 +48,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class WrongTransactionHolder implements Streamable +public final class WrongTransactionHolder implements Streamable { /** * The stored WrongTransaction value. @@ -74,7 +74,7 @@ public class WrongTransactionHolder implements Streamable } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java b/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java index 08f8ac4df..c1988bfd0 100644 --- a/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java +++ b/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java @@ -1,5 +1,5 @@ /* UnknownEncoding.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org) */ -public class UnknownEncoding +public final class UnknownEncoding extends UserException implements IDLEntity, Serializable { diff --git a/org/omg/IOP/CodecPackage/FormatMismatch.java b/org/omg/IOP/CodecPackage/FormatMismatch.java index c82c4899f..b4cb13666 100644 --- a/org/omg/IOP/CodecPackage/FormatMismatch.java +++ b/org/omg/IOP/CodecPackage/FormatMismatch.java @@ -1,5 +1,5 @@ /* FormatMismatch.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -52,7 +52,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org) */ -public class FormatMismatch +public final class FormatMismatch extends UserException implements IDLEntity, Serializable { diff --git a/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java b/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java index 4099f58bd..5a23fdccd 100644 --- a/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java +++ b/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java @@ -1,5 +1,5 @@ /* InvalidTypeForEncoding.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -53,7 +53,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org) */ -public class InvalidTypeForEncoding +public final class InvalidTypeForEncoding extends UserException implements IDLEntity, Serializable { diff --git a/org/omg/IOP/CodecPackage/TypeMismatch.java b/org/omg/IOP/CodecPackage/TypeMismatch.java index c4a53b659..7751c3eb6 100644 --- a/org/omg/IOP/CodecPackage/TypeMismatch.java +++ b/org/omg/IOP/CodecPackage/TypeMismatch.java @@ -1,5 +1,5 @@ /* TypeMismatch.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org) */ -public class TypeMismatch +public final class TypeMismatch extends UserException implements IDLEntity, Serializable { diff --git a/org/omg/IOP/Encoding.java b/org/omg/IOP/Encoding.java index 5b36f646f..cbf1e9e40 100644 --- a/org/omg/IOP/Encoding.java +++ b/org/omg/IOP/Encoding.java @@ -1,5 +1,5 @@ /* Encoding.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class Encoding +public final class Encoding implements IDLEntity, Serializable { /** diff --git a/org/omg/IOP/IOR.java b/org/omg/IOP/IOR.java index 7ff6dc1eb..12c47a1ca 100644 --- a/org/omg/IOP/IOR.java +++ b/org/omg/IOP/IOR.java @@ -1,5 +1,5 @@ /* IOR.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -51,9 +51,10 @@ import java.io.Serializable; * for the same object or indicate that the object is equal to null. * </p><p> * The IOR is a standard structure, transferred when sending an object with - * {@link org.omg.CORBA.portable.OutputStream#write_Object} and receiving with - * {@link org.omg.CORBA.portable.InputStream#read_Object}. The stringified - * object references, managed by {@link org.omg.CORBA.ORB#string_to_object} + * {@link org.omg.CORBA.portable.OutputStream#write_Object(org.omg.CORBA.Object)} + * and receiving with {@link org.omg.CORBA.portable.InputStream#read_Object()}. + * The stringified object references, managed by + * {@link org.omg.CORBA.ORB#string_to_object} * and {@link org.omg.CORBA.ORB#object_to_string} are also IORs, where the * initially binary data are encoded as strings using hexadecimal notation. * </p><p> @@ -67,7 +68,7 @@ import java.io.Serializable; * gnu.CORBA.IOR. The reason is that IORs are required from 1.2, but only * in 1.4 the associated classes appear in the public API. */ -public class IOR +public final class IOR implements IDLEntity, Serializable { /** diff --git a/org/omg/IOP/IORHolder.java b/org/omg/IOP/IORHolder.java index cdf0d74d5..144c7993a 100644 --- a/org/omg/IOP/IORHolder.java +++ b/org/omg/IOP/IORHolder.java @@ -1,5 +1,5 @@ /* IORHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class IORHolder +public final class IORHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class IORHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/IOP/MultipleComponentProfileHolder.java b/org/omg/IOP/MultipleComponentProfileHolder.java index ee9652282..2be0e714b 100644 --- a/org/omg/IOP/MultipleComponentProfileHolder.java +++ b/org/omg/IOP/MultipleComponentProfileHolder.java @@ -1,5 +1,5 @@ /* MultipleComponentProfileHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,11 +45,11 @@ import org.omg.CORBA.portable.OutputStream; /** * A holder for the sequence of {@link TaggedComponent} - * ({@link MultipleComponentProfile}). + * ({@link org.omg.IOP.MultipleComponentProfileHelper}). * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class MultipleComponentProfileHolder +public final class MultipleComponentProfileHolder implements Streamable { /** @@ -76,7 +76,7 @@ public class MultipleComponentProfileHolder } /** - * Read the {@link value} array from the CDR stream. + * Read the {@link #value} array from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/IOP/ServiceContextHolder.java b/org/omg/IOP/ServiceContextHolder.java index 28dcb3ea5..1b9896d03 100644 --- a/org/omg/IOP/ServiceContextHolder.java +++ b/org/omg/IOP/ServiceContextHolder.java @@ -1,5 +1,5 @@ /* ServiceContextHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ServiceContextHolder +public final class ServiceContextHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class ServiceContextHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/IOP/ServiceContextListHolder.java b/org/omg/IOP/ServiceContextListHolder.java index 2a186101d..95fd091df 100644 --- a/org/omg/IOP/ServiceContextListHolder.java +++ b/org/omg/IOP/ServiceContextListHolder.java @@ -1,5 +1,5 @@ /* ServiceContextListHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ServiceContextListHolder +public final class ServiceContextListHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class ServiceContextListHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/IOP/TaggedComponent.java b/org/omg/IOP/TaggedComponent.java index b8aa17f2d..66437e701 100644 --- a/org/omg/IOP/TaggedComponent.java +++ b/org/omg/IOP/TaggedComponent.java @@ -1,5 +1,5 @@ /* TaggedComponent.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -56,7 +56,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class TaggedComponent +public final class TaggedComponent implements IDLEntity, Serializable { /** diff --git a/org/omg/IOP/TaggedComponentHolder.java b/org/omg/IOP/TaggedComponentHolder.java index 28df24f11..b233591f2 100644 --- a/org/omg/IOP/TaggedComponentHolder.java +++ b/org/omg/IOP/TaggedComponentHolder.java @@ -1,5 +1,5 @@ /* TaggedComponentHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.OutputStream; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class TaggedComponentHolder +public final class TaggedComponentHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class TaggedComponentHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/IOP/TaggedProfile.java b/org/omg/IOP/TaggedProfile.java index 66494fdb4..669b73a59 100644 --- a/org/omg/IOP/TaggedProfile.java +++ b/org/omg/IOP/TaggedProfile.java @@ -1,5 +1,5 @@ /* TaggedProfile.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -72,7 +72,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class TaggedProfile +public final class TaggedProfile implements IDLEntity, Serializable { /** diff --git a/org/omg/IOP/TaggedProfileHolder.java b/org/omg/IOP/TaggedProfileHolder.java index 7edb1d46b..f739097e3 100644 --- a/org/omg/IOP/TaggedProfileHolder.java +++ b/org/omg/IOP/TaggedProfileHolder.java @@ -1,5 +1,5 @@ /* TaggedProfileHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class TaggedProfileHolder +public final class TaggedProfileHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class TaggedProfileHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/Messaging/SyncScopeHelper.java b/org/omg/Messaging/SyncScopeHelper.java index 1d482c579..f716edfaf 100644 --- a/org/omg/Messaging/SyncScopeHelper.java +++ b/org/omg/Messaging/SyncScopeHelper.java @@ -1,5 +1,5 @@ /* SyncScopeHelper.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -55,15 +55,11 @@ import org.omg.CORBA.portable.OutputStream; * * @see SYNC_WITH_TRANSPORT */ -public class SyncScopeHelper +public abstract class SyncScopeHelper { - /** - * A cached typecode value, computed only once. - */ - private static TypeCode typecode; /** - * Delegates call to {@link Any.extract_short()}. + * Delegates call to {@link Any#extract_short()}. */ public static short extract(Any a) { @@ -81,7 +77,7 @@ public class SyncScopeHelper } /** - * Delegates call to {@link Any.insert_short(short)}. + * Delegates call to {@link Any#insert_short(short)}. */ public static void insert(Any a, short that) { @@ -89,7 +85,7 @@ public class SyncScopeHelper } /** - * Delegates call to {@link InputStream.read_short()}. + * Delegates call to {@link InputStream#read_short()}. */ public static short read(InputStream istream) { @@ -112,7 +108,7 @@ public class SyncScopeHelper } /** - * Delegates call to {@link OutputStream.write_short()}. + * Delegates call to {@link OutputStream#write_short(short)}. */ public static void write(OutputStream ostream, short value) { diff --git a/org/omg/PortableInterceptor/ForwardRequest.java b/org/omg/PortableInterceptor/ForwardRequest.java index 7e7d7a3f4..7202f2344 100644 --- a/org/omg/PortableInterceptor/ForwardRequest.java +++ b/org/omg/PortableInterceptor/ForwardRequest.java @@ -1,5 +1,5 @@ /* ForwardRequest.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ForwardRequest extends UserException implements IDLEntity, +public final class ForwardRequest extends UserException implements IDLEntity, Serializable { /** diff --git a/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java b/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java index dc7ecf23f..f4830a2e1 100644 --- a/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java +++ b/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java @@ -1,5 +1,5 @@ /* IORInterceptor_3_0Holder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class IORInterceptor_3_0Holder +public final class IORInterceptor_3_0Holder implements Streamable { /** @@ -77,7 +77,7 @@ public class IORInterceptor_3_0Holder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/PortableInterceptor/InvalidSlot.java b/org/omg/PortableInterceptor/InvalidSlot.java index 72805cf72..30cb1a1dc 100644 --- a/org/omg/PortableInterceptor/InvalidSlot.java +++ b/org/omg/PortableInterceptor/InvalidSlot.java @@ -1,5 +1,5 @@ /* InvalidSlot.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import java.io.Serializable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class InvalidSlot extends UserException implements IDLEntity, +public final class InvalidSlot extends UserException implements IDLEntity, Serializable { /** diff --git a/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java b/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java index fc68ec5c1..c662977a2 100644 --- a/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java +++ b/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java @@ -1,5 +1,5 @@ /* ObjectReferenceFactoryHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -49,7 +49,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ObjectReferenceFactoryHolder +public final class ObjectReferenceFactoryHolder implements Streamable { /** @@ -76,7 +76,7 @@ public class ObjectReferenceFactoryHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java b/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java index 9658e1fa7..d76ef43f1 100644 --- a/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java +++ b/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java @@ -1,5 +1,5 @@ /* ObjectReferenceTemplateHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.OutputStream; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ObjectReferenceTemplateHolder +public final class ObjectReferenceTemplateHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class ObjectReferenceTemplateHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ diff --git a/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java b/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java index d16f5cedd..3fdc2bfe8 100644 --- a/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java +++ b/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java @@ -1,5 +1,5 @@ /* ObjectReferenceTemplateSeqHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.OutputStream; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class ObjectReferenceTemplateSeqHolder +public final class ObjectReferenceTemplateSeqHolder implements Streamable { /** @@ -75,7 +75,7 @@ public class ObjectReferenceTemplateSeqHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ |