classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: omg.org.PortableServer doc update.


From: Meskauskas Audrius
Subject: [cp-patches] FYI: omg.org.PortableServer doc update.
Date: Sat, 02 Jul 2005 23:28:00 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

2005-06-02  Audrius Meskauskas, <address@hidden>

* org/omg/PortableServer/IdAssignmentPolicyValue.java,
org/omg/PortableServer/IdUniquenessPolicyValue.java,
org/omg/PortableServer/ImplicitActivationPolicyValue.java,
org/omg/PortableServer/LifespanPolicyValue.java,
org/omg/PortableServer/ServantRetentionPolicyValue.java,
org/omg/PortableServer/RequestProcessingPolicyValue.java:
Documentation update.

Index: org/omg/PortableServer/IdAssignmentPolicyValue.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableServer/IdAssignmentPolicyValue.java,v
retrieving revision 1.1
diff -u -r1.1 IdAssignmentPolicyValue.java
--- org/omg/PortableServer/IdAssignmentPolicyValue.java 16 Jun 2005 20:10:50 
-0000      1.1
+++ org/omg/PortableServer/IdAssignmentPolicyValue.java 2 Jul 2005 21:19:14 
-0000
@@ -143,9 +143,8 @@
   }
 
   /**
-   * Returns the value, representing the completion
-   * status of this object.
-   * @return one of USER_ID, SYSTEM_ID.
+   * Returns the integer code of the policy value.
+   * @return _USER_ID or _SYSTEM_ID.
    */
   public int value()
   {
Index: org/omg/PortableServer/IdUniquenessPolicyValue.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableServer/IdUniquenessPolicyValue.java,v
retrieving revision 1.1
diff -u -r1.1 IdUniquenessPolicyValue.java
--- org/omg/PortableServer/IdUniquenessPolicyValue.java 16 Jun 2005 20:10:50 
-0000      1.1
+++ org/omg/PortableServer/IdUniquenessPolicyValue.java 2 Jul 2005 21:17:30 
-0000
@@ -143,9 +143,8 @@
   }
 
   /**
-   * Returns the value, representing the completion
-   * status of this object.
-   * @return one of UNIQUE_ID, MULTIPLE_ID.
+   * Returns the integer code of the policy value.
+   * @return _UNIQUE_ID or _MULTIPLE_ID.
    */
   public int value()
   {
Index: org/omg/PortableServer/ImplicitActivationPolicyValue.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableServer/ImplicitActivationPolicyValue.java,v
retrieving revision 1.1
diff -u -r1.1 ImplicitActivationPolicyValue.java
--- org/omg/PortableServer/ImplicitActivationPolicyValue.java   16 Jun 2005 
20:10:50 -0000      1.1
+++ org/omg/PortableServer/ImplicitActivationPolicyValue.java   2 Jul 2005 
21:17:08 -0000
@@ -143,9 +143,8 @@
   }
 
   /**
-   * Returns the value, representing the completion
-   * status of this object.
-   * @return one of IMPLICIT_ACTIVATION, NO_IMPLICIT_ACTIVATION.
+   * Returns the integer code of the policy value.
+   * @return _IMPLICIT_ACTIVATION or _NO_IMPLICIT_ACTIVATION.
    */
   public int value()
   {
Index: org/omg/PortableServer/LifespanPolicyValue.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableServer/LifespanPolicyValue.java,v
retrieving revision 1.1
diff -u -r1.1 LifespanPolicyValue.java
--- org/omg/PortableServer/LifespanPolicyValue.java     16 Jun 2005 20:10:50 
-0000      1.1
+++ org/omg/PortableServer/LifespanPolicyValue.java     2 Jul 2005 21:17:08 
-0000
@@ -140,9 +140,8 @@
   }
 
   /**
-   * Returns the value, representing the completion
-   * status of this object.
-   * @return one of TRANSIENT, PERSISTENT.
+   * Returns the integer code of the policy value.
+   * @return _TRANSIENT or _PERSISTENT.
    */
   public int value()
   {
Index: org/omg/PortableServer/RequestProcessingPolicyValue.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableServer/RequestProcessingPolicyValue.java,v
retrieving revision 1.1
diff -u -r1.1 RequestProcessingPolicyValue.java
--- org/omg/PortableServer/RequestProcessingPolicyValue.java    16 Jun 2005 
20:10:50 -0000      1.1
+++ org/omg/PortableServer/RequestProcessingPolicyValue.java    2 Jul 2005 
21:16:38 -0000
@@ -165,9 +165,9 @@
   }
 
   /**
-   * Returns the value, representing the completion
-   * status of this object.
-   * @return one of USE_ACTIVE_OBJECT_MAP_ONLY, USE_DEFAULT_SERVANT, 
USE_SERVANT_MANAGER.
+   * Returns the integer code of the policy value.
+   * @return one of _USE_ACTIVE_OBJECT_MAP_ONLY,
+   * _USE_DEFAULT_SERVANT, _USE_SERVANT_MANAGER.
    */
   public int value()
   {
Index: org/omg/PortableServer/ServantRetentionPolicyValue.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableServer/ServantRetentionPolicyValue.java,v
retrieving revision 1.1
diff -u -r1.1 ServantRetentionPolicyValue.java
--- org/omg/PortableServer/ServantRetentionPolicyValue.java     16 Jun 2005 
20:10:50 -0000      1.1
+++ org/omg/PortableServer/ServantRetentionPolicyValue.java     2 Jul 2005 
21:16:38 -0000
@@ -140,9 +140,8 @@
   }
 
   /**
-   * Returns the value, representing the completion
-   * status of this object.
-   * @return one of RETAIN, NON_RETAIN.
+   * Returns the integer code of the policy value.
+   * @return _RETAIN or _NON_RETAIN.
    */
   public int value()
   {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]