org.apache.servicemix.quartz.support
Class ServiceMixJob

java.lang.Object
  extended by 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: 10351 $

Field Summary
static String COMPONENT_NAME
           
static String ENDPOINT_NAME
           
 
Constructor Summary
ServiceMixJob()
           
 
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
 

Field Detail

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
Constructor Detail

ServiceMixJob

public ServiceMixJob()
Method Detail

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 © 2005-2008 Apache Software Foundation. All Rights Reserved.