uk.org.ogsadai.activity.sql
Class DataServiceTimeout

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--uk.org.ogsadai.activity.sql.DataServiceTimeout
All Implemented Interfaces:
java.lang.Runnable

class DataServiceTimeout
extends java.util.TimerTask

This inner class establishes a timer task to be used by a thread to manage SQLQueryMultipleActivity execution.

Author:
The OGSA-DAI Project Team

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
private  SQLQueryMultipleActivity mActivity
          The activity whose execution is to be managed
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) DataServiceTimeout(SQLQueryMultipleActivity activity)
          Constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
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
Copyright statement

See Also:
Constant Field Values

mActivity

private SQLQueryMultipleActivity mActivity
The activity whose execution is to be managed

Constructor Detail

DataServiceTimeout

DataServiceTimeout(SQLQueryMultipleActivity activity)
Constructor.

Parameters:
activity - Activity whose execution is to be managed.
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask