org.globus.ogsa.impl.core.notification.framework
Class NotificationMinIntervalTimer

java.lang.Object
  extended byorg.globus.ogsa.impl.core.notification.framework.NotificationIntervalTimer
      extended byorg.globus.ogsa.impl.core.notification.framework.NotificationMinIntervalTimer

public class NotificationMinIntervalTimer
extends NotificationIntervalTimer

NotificationMinIntervalTimer NotificationIntervalTimer for managing min interval timer tasks.


Nested Class Summary
protected  class NotificationMinIntervalTimer.MinIntervalTimerTask
          TimerTask for minInterval
 
Constructor Summary
NotificationMinIntervalTimer()
          Constructor for NotificationMinIntervalTimer.
 
Method Summary
 void schedule(SubscriptionInfo aSubscriptionInfo, MinIntervalTimerCallback callback)
          schedule Schedule a timertask for a subscription
 
Methods inherited from class org.globus.ogsa.impl.core.notification.framework.NotificationIntervalTimer
addTimerTask, cancelTimer, getTimer, getTimerTask, removeTimerTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationMinIntervalTimer

public NotificationMinIntervalTimer()
Constructor for NotificationMinIntervalTimer.

Method Detail

schedule

public void schedule(SubscriptionInfo aSubscriptionInfo,
                     MinIntervalTimerCallback callback)
schedule Schedule a timertask for a subscription