org.apache.servicemix.quartz.support
Class ServiceMixJob
java.lang.Object
org.apache.servicemix.quartz.support.ServiceMixJob
- All Implemented Interfaces:
- org.quartz.Job
public class ServiceMixJob
- extends Object
- implements org.quartz.Job
A Quartz Job which dispatches a message to a component.
- Version:
- $Revision: 806 $
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_NAME
public static final String COMPONENT_NAME
- See Also:
- Constant Field Values
ENDPOINT_NAME
public static final String ENDPOINT_NAME
- See Also:
- Constant Field Values
ServiceMixJob
public ServiceMixJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2010 FuseSource. All Rights Reserved.