com.irisel.oms.daemon
Class ActionPollerSchedulable

java.lang.Object
  extended by com.irisel.oms.daemon.BasicPoller
      extended by com.irisel.oms.daemon.ActionPoller
          extended by com.irisel.oms.daemon.ActionPollerSchedulable
All Implemented Interfaces:
Status, java.lang.Runnable, org.jboss.varia.scheduler.Schedulable

public class ActionPollerSchedulable
extends ActionPoller
implements org.jboss.varia.scheduler.Schedulable


Field Summary
 
Fields inherited from class com.irisel.oms.daemon.BasicPoller
pollIntervalMillis
 
Fields inherited from interface com.irisel.oms.blapi.Status
LIST_WFO_STATUS, STATUS_FAILED, STATUS_NEW, STATUS_PENDING_REPROCESSING, STATUS_PROCESSING, STATUS_REPROCESSING, STATUS_SUCCESS, WFOSTATUS_CLOSED, WFOSTATUS_DRAFT, WFOSTATUS_OPEN_ASSIGNED, WFOSTATUS_OPEN_DISPATCHED, WFOSTATUS_OPEN_REJECTED
 
Constructor Summary
ActionPollerSchedulable()
           
 
Method Summary
 void perform(java.util.Date d, long times)
           
 
Methods inherited from class com.irisel.oms.daemon.ActionPoller
doWork, doWork, main
 
Methods inherited from class com.irisel.oms.daemon.BasicPoller
configure, getPollIntervalMillis, run, setPollIntervalMillis
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionPollerSchedulable

public ActionPollerSchedulable()
Method Detail

perform

public void perform(java.util.Date d,
                    long times)
Specified by:
perform in interface org.jboss.varia.scheduler.Schedulable