org.jboss.soa.esb.schedule
Interface ScheduledEventListener

All Superinterfaces:
Initializable
All Known Implementing Classes:
AbstractFileGateway, FileGatewayListener, ReadOnlyRemoteGatewayListener, RemoteGatewayListener, ScheduleListener

public interface ScheduledEventListener
extends Initializable

Schedule Listener.

A schedule listener listens for scheduling events. Not to be confused with an ESB Channel Listener e.g. a JMS Listener. The likes of the FileGatewayListener are actually both

Author:
Daniel Bevenius, tom.fennelly@jboss.com

Method Summary
 void onSchedule()
          On schedule event processor.
 
Methods inherited from interface org.jboss.soa.esb.Initializable
initialize, uninitialize
 

Method Detail

onSchedule

void onSchedule()
                throws SchedulingException
On schedule event processor.

Throws:
SchedulingException - Exception processing schedule event.