org.jboss.varia.scheduler
Class Scheduler.PojoScheduler

java.lang.Object
  extended by org.jboss.varia.scheduler.Scheduler.BaseListener
      extended by org.jboss.varia.scheduler.Scheduler.PojoScheduler
All Implemented Interfaces:
EventListener, NotificationListener
Enclosing class:
Scheduler

public class Scheduler.PojoScheduler
extends Scheduler.BaseListener

Calls Schedulable.perform(java.util.Date, long) on a plain Java Object.


Constructor Summary
Scheduler.PojoScheduler()
           
 
Method Summary
protected  void invoke(Notification notification)
          Invokes the scheduler method.
 
Methods inherited from class org.jboss.varia.scheduler.Scheduler.BaseListener
handleNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler.PojoScheduler

public Scheduler.PojoScheduler()
Method Detail

invoke

protected void invoke(Notification notification)
Description copied from class: Scheduler.BaseListener
Invokes the scheduler method.

Specified by:
invoke in class Scheduler.BaseListener


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.