remove old ebi packages
[vamsas.git] / 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);