org.springframework.integration.scheduling
Class CronSchedule

java.lang.Object
  extended by org.springframework.integration.scheduling.CronSchedule
All Implemented Interfaces:
Schedule

public class CronSchedule
extends java.lang.Object
implements Schedule

A schedule using a Cron expression.

Author:
Marius Bogoevici

Field Summary
private  java.lang.String cronExpression
           
 
Constructor Summary
CronSchedule(java.lang.String cronExpression)
           
 
Method Summary
 java.lang.String getCronExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cronExpression

private final java.lang.String cronExpression
Constructor Detail

CronSchedule

public CronSchedule(java.lang.String cronExpression)
Method Detail

getCronExpression

public java.lang.String getCronExpression()