org.jasig.portal.utils
Class AddressTester.RemindTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jasig.portal.utils.AddressTester.RemindTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AddressTester

 class AddressTester.RemindTask
extends java.util.TimerTask

Class RemidTask

Author:
knaderi This is a TimerTask class that interuupts the connectionThread After the timer scheduled time.

Constructor Summary
AddressTester.RemindTask()
           
 
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
 

Constructor Detail

AddressTester.RemindTask

AddressTester.RemindTask()
Method Detail

run

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