summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-06-21 09:18:09 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-06-21 09:18:09 +0000
commit850eaeb2c3904ff58e9703601e746339bd439410 (patch)
tree50d03051046cfd23d7dea6311e03701ef5633009 /org
parent47064dda2a9b0554e621f14c07291275474e7e8e (diff)
downloadclasspath-850eaeb2c3904ff58e9703601e746339bd439410.tar.gz
2005-06-21 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* org/omg/CORBA/Current.java, org/omg/CORBA/CurrentOperations.java: Documentation update.
Diffstat (limited to 'org')
-rw-r--r--org/omg/CORBA/Current.java7
-rw-r--r--org/omg/CORBA/CurrentOperations.java7
2 files changed, 12 insertions, 2 deletions
diff --git a/org/omg/CORBA/Current.java b/org/omg/CORBA/Current.java
index 4f82952fe..5d1ee3cff 100644
--- a/org/omg/CORBA/Current.java
+++ b/org/omg/CORBA/Current.java
@@ -41,11 +41,16 @@ package org.omg.CORBA;
import org.omg.CORBA.portable.IDLEntity;
/**
+ * <p>
* The interfaces, derived from this class, define the objects, providing
* information, associated with a particular thread of execution. The examples
* of such data could be the security information, transaction identifiers
* and so on.
- *
+ * </p><p>
+ * The various aspects of this information are provided by subinterfaces,
+ * derived from the Current. There are no operations defined for
+ * the "general" Current itself.
+ * </p>
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*/
public interface Current
diff --git a/org/omg/CORBA/CurrentOperations.java b/org/omg/CORBA/CurrentOperations.java
index f0a8b9f46..3266f36c1 100644
--- a/org/omg/CORBA/CurrentOperations.java
+++ b/org/omg/CORBA/CurrentOperations.java
@@ -40,9 +40,14 @@ package org.omg.CORBA;
/**
+ * <p>
* The interfaces, derived from this class, define operations that provide
* information, associated with a particular thread of execution.
- *
+ * </p><p>
+ * There are no operations for the general "Current". Instead, the operations
+ * are defined for various subinterfaces that were derived from the
+ * Current.
+ * </p>
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*
* @see Current