naga.examples
Class ValidationClient

java.lang.Object
  extended by naga.examples.ValidationClient

public class ValidationClient
extends java.lang.Object

A client for exercising the validation server.

Use with java naga.examples.ValidationClient [host] [port] [account] [password].

Author:
Christoffer Lerno

Method Summary
static void main(java.lang.String... args)
          Make a login request to the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String... args)
Make a login request to the server.

Parameters:
args - assumed to be 4 strings representing host, port, account and password.