org.mule.transport.quartz
Class ScheduleComponent

java.lang.Object
  extended by org.mule.transport.quartz.ScheduleComponent

public class ScheduleComponent
extends Object


Constructor Summary
ScheduleComponent()
           
 
Method Summary
 String pingMe()
           
 String pingMeCron()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleComponent

public ScheduleComponent()
Method Detail

pingMe

@Schedule(interval=1000L)
public String pingMe()

pingMeCron

@Schedule(cron="* * * * * ?")
public String pingMeCron()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.