org.mule.transport.quartz
Class ScheduleComponent

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

public class ScheduleComponent
extends java.lang.Object


Constructor Summary
ScheduleComponent()
           
 
Method Summary
 java.lang.String pingMe()
           
 java.lang.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 java.lang.String pingMe()

pingMeCron

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


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