com.sybase.uep.bobclient.screens
Class PushTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by com.sybase.uep.bobclient.screens.PushTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class PushTimerTask
extends java.util.TimerTask

This is the Push timer task It will time the user when the push request screen is idle. After a certain amout of idle time the push gets execute based on the push attributes.

Author:
tdang

Constructor Summary
PushTimerTask(PushRequestScreen screen, boolean syncIfNoResponse)
          Push Timer Task Constructor
 
Method Summary
 void run()
          Execute method
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushTimerTask

public PushTimerTask(PushRequestScreen screen,
                     boolean syncIfNoResponse)
Push Timer Task Constructor

Parameters:
screen - - The push request screen
syncIfNoResponse - - flag to sync if there are no user response
Method Detail

run

public void run()
Execute method

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask