null sessionUrn parameter to create a new session
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 16 Mar 2006 11:18:02 +0000 (11:18 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 16 Mar 2006 11:18:02 +0000 (11:18 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@182 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/client/IClientFactory.java

index 564782a..f9a50b4 100644 (file)
@@ -24,7 +24,7 @@ public interface IClientFactory {
        /**
         * returns new Vorba for a given session.
         * @param applicationHandle
-        * @param sessionUrn locates the session that the client should attach to
+        * @param sessionUrn session to connect to (or null to create a new session)
         * @return
         */
        IClient getIClient(ClientHandle applicationHandle, String sessionUrn);
@@ -32,7 +32,7 @@ public interface IClientFactory {
         * returns new vorba for a  given session acting as a particular identity
         * @param applicationHandle
         * @param userId
-        * @param sessionUrn
+        * @param sessionUrn session to connect to (or null to create a new session)
         * @return
         */
        IClient getIClient(ClientHandle applicationHandle, UserHandle userId, String sessionUrn);