ParameterNoticeBoard
Class NoticeBoardMultipleListener.ConnectToPNBItemsTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by ParameterNoticeBoard.NoticeBoardMultipleListener.ConnectToPNBItemsTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
NoticeBoardMultipleListener

 class NoticeBoardMultipleListener.ConnectToPNBItemsTimerTask
extends java.util.TimerTask

This class will be used to connect a multiple listener to the parameter noticeboard so that it will be informed of when there is a change of one of the monitored parameters. Should any of the parameters not exist then it will reschedule itself to try again in a 60 seconds time.


Constructor Summary
NoticeBoardMultipleListener.ConnectToPNBItemsTimerTask()
           
 
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

NoticeBoardMultipleListener.ConnectToPNBItemsTimerTask

NoticeBoardMultipleListener.ConnectToPNBItemsTimerTask()
Method Detail

run

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