git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@57
be28352e-c001-0410-b1a7-
c7978e42abec
*
*/
public void pollUpdate();
+
+ /**
+ * Client application calls this after any pre-session initialization
+ * (registering of Handlers, etc)
+ * Exceptions are raised for any faliures. Any stateful calls to the session prior to
+ * this will result in an implicit call to joinSession - if that results in an exception
+ * then the VamsasClient should raise an Error.
+ * TODO: create VAMSAS exception hierarchy (in a language agnostic manner)
+ */
+ public void joinSession() throws Exception;
}