org.activemath.webapp.user
Class UserManagerServiceTester

java.lang.Object
  extended by org.activemath.webapp.user.UserManagerServiceTester

public class UserManagerServiceTester
extends Object

XML-RPC client to test remote events.


Constructor Summary
UserManagerServiceTester(String serverUrl)
          Subscribe ourselfs at the remote event server.
 
Method Summary
static void main(String[] args)
          main method
 void runTest(String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserManagerServiceTester

public UserManagerServiceTester(String serverUrl)
                         throws IOException
Subscribe ourselfs at the remote event server.

Throws:
IOException
Method Detail

runTest

public void runTest(String userId)
             throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
main method

Throws:
Exception