jPOS 1.6.7 API Documentation

org.jpos.q2.iso
Class DailyTaskAdaptor

java.lang.Object
  extended by org.jpos.q2.QBeanSupport
      extended by org.jpos.q2.iso.DailyTaskAdaptor
All Implemented Interfaces:
java.lang.Runnable, Configurable, QBean, QBeanSupportMBean, QPersist

public class DailyTaskAdaptor
extends QBeanSupport
implements java.lang.Runnable

DailyTask Adaptor

Version:
$Revision: 2854 $ $Date: 2010-01-02 02:34:31 -0800 (Sat, 02 Jan 2010) $
Author:
Alejandro Revilla

Field Summary
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, stateString, STOPPED, STOPPING
 
Constructor Summary
DailyTaskAdaptor()
           
 
Method Summary
 java.util.Date getWhen()
           
 void run()
           
 
Methods inherited from class org.jpos.q2.QBeanSupport
destroy, getConfiguration, getFactory, getLoader, getLoaderURLS, getLog, getLogger, getName, getPersist, getRealm, getServer, getState, getStateAsString, init, isModified, running, setConfiguration, setLogger, setModified, setName, setPersist, setRealm, setServer, setState, shutdownQ2, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DailyTaskAdaptor

public DailyTaskAdaptor()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getWhen

public java.util.Date getWhen()

jPOS.org