Author: chamikara
Date: Wed Jul  4 19:38:46 2007
New Revision: 553363

URL: http://svn.apache.org/viewvc?view=rev&rev=553363
Log:
Some more comments for the Client API

Modified:
    
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaReport.java

Modified: 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaReport.java
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaReport.java?view=diff&rev=553363&r1=553362&r2=553363
==============================================================================
--- 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaReport.java
 (original)
+++ 
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/client/SandeshaReport.java
 Wed Jul  4 19:38:46 2007
@@ -50,10 +50,20 @@
                return lng.longValue();
        }
 
+       /**
+        * Gives all Incoming Sequences. Incoming Sequences are the Sequences 
to which this Endpoint works as a RMD.
+        * 
+        * @return A list of Strings. Each giving the SequenceID of an Incoming 
Sequence.
+        */
        public List getIncomingSequenceList() {
                return incomingSequenceList;
        }
 
+       /**
+        * Gives all Outgoing Sequences. Outgoing Sequences are the Sequences 
to which this Endpoint works as a RMS.
+        * 
+        * @return A list of Strings. Each giving the SequenceID of an Outgoing 
Sequence.
+        */
        public List getOutgoingSequenceList() {
                return outgoingSequenceList;
        }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to