uk.org.ogsadai.examples.clienttoolkit
Class AsynchronousRequests

java.lang.Object
  |
  +--uk.org.ogsadai.examples.clienttoolkit.AsynchronousRequests

public class AsynchronousRequests
extends java.lang.Object

This example shows how to query the request status and poll a data service until a request completed.

Author:
The OGSA-DAI team.

Nested Class Summary
(package private) static class AsynchronousRequests.RequestRunner
           
 
Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
private static DataService mService
           
private static Session mSession
           
 
Constructor Summary
AsynchronousRequests()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
See Also:
Constant Field Values

mService

private static DataService mService

mSession

private static Session mSession
Constructor Detail

AsynchronousRequests

public AsynchronousRequests()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception