org.jboss.varia.scheduler
Class Scheduler.PojoScheduler
java.lang.Object
org.jboss.varia.scheduler.Scheduler.BaseListener
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.
Method Summary |
protected void |
invoke(Notification notification)
Invokes the scheduler method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scheduler.PojoScheduler
public Scheduler.PojoScheduler()
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.