org.gcube.dir.master.stubs.test
Class Select

java.lang.Object
  extended by org.gcube.dir.master.stubs.test.Select

public class Select
extends java.lang.Object

A test which uses a remote WS-Resource of the Master service to select for zero or more target for the execution of a given query. The test requires the following command-line inputs:

(1) A file with the object serialisation of the endpoint of the WS-Resource.
(2) A comma-separated list of query keywords.
(3) The scope in which the interaction ought to take place.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
Select()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run tests and logs any exception.
static void run(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Select

public Select()
Method Detail

main

public static void main(java.lang.String[] args)
Run tests and logs any exception.

Parameters:
args - the test arguments as documented above.

run

public static void run(java.lang.String[] args)
                throws java.lang.Exception
Throws:
java.lang.Exception