From: jprocter Date: Thu, 16 Mar 2006 11:18:02 +0000 (+0000) Subject: null sessionUrn parameter to create a new session X-Git-Tag: Release_0.2~338 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d37a59f9f0dd4e92d5eb780d305b9388d524b4b7;p=vamsas.git null sessionUrn parameter to create a new session git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@182 be28352e-c001-0410-b1a7-c7978e42abec --- diff --git a/src/org/vamsas/client/IClientFactory.java b/src/org/vamsas/client/IClientFactory.java index 564782a..f9a50b4 100644 --- a/src/org/vamsas/client/IClientFactory.java +++ b/src/org/vamsas/client/IClientFactory.java @@ -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);