org.jboss.soa.esb.schedule
Interface SchedulerJobListener


public interface SchedulerJobListener

Interface used to register scheduled resource listeners with the lifecycle.

Author:
Kevin Conner

Method Summary
 void onSchedule()
          Handle the scheduled event.
 

Method Detail

onSchedule

void onSchedule()
                throws SchedulingException
Handle the scheduled event.

Throws:
SchedulingException - For any errors occurring during the scheduled event.