com.pmease.quickbuild.schedule
Class CronScheduleFacade

java.lang.Object
  extended bycom.pmease.quickbuild.schedule.CronScheduleFacade

public class CronScheduleFacade
extends java.lang.Object

Facade class for CronSchedule. A unix cron-like schedule.


Constructor Summary
CronScheduleFacade()
           
 
Method Summary
 java.lang.String getExpression()
          OGNL: Cron expression for this schedule, the format is <seconds> <minutes> <hours> <day-of-month> <month> <day-of-week>.
 void setExpression(java.lang.String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CronScheduleFacade

public CronScheduleFacade()
Method Detail

getExpression

public java.lang.String getExpression()
OGNL: Cron expression for this schedule, the format is <seconds> <minutes> <hours> <day-of-month> <month> <day-of-week>.
For example, <em>0 0 1 * * ?</em> means 1:00am every day. For details of the format, refer to http://www.opensymphony.com/quartz/tutorial.html#cronTriggers.


setExpression

public void setExpression(java.lang.String expression)


Copyright © 2005 PMEase Inc. All Rights Reserved.