parent
d5c78c953d
commit
2f8dfb3e52
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2011 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -30,7 +30,7 @@ import org.springframework.util.ReflectionUtils;
|
||||||
* JobFactory implementation that supports {@link java.lang.Runnable}
|
* JobFactory implementation that supports {@link java.lang.Runnable}
|
||||||
* objects as well as standard Quartz {@link org.quartz.Job} instances.
|
* objects as well as standard Quartz {@link org.quartz.Job} instances.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0/2.1, as of Spring 3.1.
|
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0-2.2, as of Spring 3.2.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -47,7 +47,7 @@ import org.springframework.util.Assert;
|
||||||
* Use Quartz 2.0's native {@code JobDetailImpl} class or the new Quartz 2.0
|
* Use Quartz 2.0's native {@code JobDetailImpl} class or the new Quartz 2.0
|
||||||
* builder API instead. Alternatively, switch to Spring's {@link CronTriggerFactoryBean}
|
* builder API instead. Alternatively, switch to Spring's {@link CronTriggerFactoryBean}
|
||||||
* which largely is a drop-in replacement for this class and its properties and
|
* which largely is a drop-in replacement for this class and its properties and
|
||||||
* consistently works against Quartz 1.x as well as Quartz 2.0/2.1.
|
* consistently works against Quartz 1.x as well as Quartz 2.x.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @since 18.02.2004
|
* @since 18.02.2004
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -49,7 +49,7 @@ import org.springframework.util.ReflectionUtils;
|
||||||
* to automatically register a trigger for the corresponding JobDetail,
|
* to automatically register a trigger for the corresponding JobDetail,
|
||||||
* instead of registering the JobDetail separately.
|
* instead of registering the JobDetail separately.
|
||||||
*
|
*
|
||||||
* <p><b>NOTE:</b> This FactoryBean works against both Quartz 1.x and Quartz 2.0/2.1,
|
* <p><b>NOTE:</b> This FactoryBean works against both Quartz 1.x and Quartz 2.x,
|
||||||
* in contrast to the older {@link CronTriggerBean} class.
|
* in contrast to the older {@link CronTriggerBean} class.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -39,7 +39,7 @@ import org.springframework.context.ApplicationContextAware;
|
||||||
* Use Quartz 2.0's native {@code JobDetailImpl} class or the new Quartz 2.0
|
* Use Quartz 2.0's native {@code JobDetailImpl} class or the new Quartz 2.0
|
||||||
* builder API instead. Alternatively, switch to Spring's {@link JobDetailFactoryBean}
|
* builder API instead. Alternatively, switch to Spring's {@link JobDetailFactoryBean}
|
||||||
* which largely is a drop-in replacement for this class and its properties and
|
* which largely is a drop-in replacement for this class and its properties and
|
||||||
* consistently works against Quartz 1.x as well as Quartz 2.0/2.1.
|
* consistently works against Quartz 1.x as well as Quartz 2.x.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @since 18.02.2004
|
* @since 18.02.2004
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -67,7 +67,7 @@ import org.springframework.util.ReflectionUtils;
|
||||||
* You need to implement your own Quartz Job as a thin wrapper for each case
|
* You need to implement your own Quartz Job as a thin wrapper for each case
|
||||||
* where you want a persistent job to delegate to a specific service method.
|
* where you want a persistent job to delegate to a specific service method.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0/2.1, as of Spring 3.1.
|
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0-2.2, as of Spring 3.2.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @author Alef Arendsen
|
* @author Alef Arendsen
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -29,7 +29,7 @@ import org.springframework.beans.factory.ListableBeanFactory;
|
||||||
* Spring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs,
|
* Spring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs,
|
||||||
* triggers and listeners on a given {@link org.quartz.Scheduler} instance.
|
* triggers and listeners on a given {@link org.quartz.Scheduler} instance.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0/2.1, as of Spring 3.1.
|
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0-2.2, as of Spring 3.2.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @since 2.5.6
|
* @since 2.5.6
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -74,7 +74,7 @@ import org.springframework.util.CollectionUtils;
|
||||||
* automatically apply to Scheduler operations performed within those scopes.
|
* automatically apply to Scheduler operations performed within those scopes.
|
||||||
* Alternatively, you may add transactional advice for the Scheduler itself.
|
* Alternatively, you may add transactional advice for the Scheduler itself.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0/2.1, as of Spring 3.1.
|
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0-2.2, as of Spring 3.2.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @since 18.02.2004
|
* @since 18.02.2004
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -46,7 +46,7 @@ import org.springframework.core.Constants;
|
||||||
* Use Quartz 2.0's native {@code JobDetailImpl} class or the new Quartz 2.0
|
* Use Quartz 2.0's native {@code JobDetailImpl} class or the new Quartz 2.0
|
||||||
* builder API instead. Alternatively, switch to Spring's {@link SimpleTriggerFactoryBean}
|
* builder API instead. Alternatively, switch to Spring's {@link SimpleTriggerFactoryBean}
|
||||||
* which largely is a drop-in replacement for this class and its properties and
|
* which largely is a drop-in replacement for this class and its properties and
|
||||||
* consistently works against Quartz 1.x as well as Quartz 2.0/2.1.
|
* consistently works against Quartz 1.x as well as Quartz 2.x.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @since 18.02.2004
|
* @since 18.02.2004
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -49,7 +49,7 @@ import org.springframework.util.ReflectionUtils;
|
||||||
* to automatically register a trigger for the corresponding JobDetail,
|
* to automatically register a trigger for the corresponding JobDetail,
|
||||||
* instead of registering the JobDetail separately.
|
* instead of registering the JobDetail separately.
|
||||||
*
|
*
|
||||||
* <p><b>NOTE:</b> This FactoryBean works against both Quartz 1.x and Quartz 2.0/2.1,
|
* <p><b>NOTE:</b> This FactoryBean works against both Quartz 1.x and Quartz 2.x,
|
||||||
* in contrast to the older {@link SimpleTriggerBean} class.
|
* in contrast to the older {@link SimpleTriggerBean} class.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2012 the original author or authors.
|
* Copyright 2002-2013 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -37,7 +37,7 @@ import org.springframework.util.ReflectionUtils;
|
||||||
* as bean property values. If no matching bean property is found, the entry
|
* as bean property values. If no matching bean property is found, the entry
|
||||||
* is by default simply ignored. This is analogous to QuartzJobBean's behavior.
|
* is by default simply ignored. This is analogous to QuartzJobBean's behavior.
|
||||||
*
|
*
|
||||||
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0/2.1, as of Spring 3.1.
|
* <p>Compatible with Quartz 1.5+ as well as Quartz 2.0-2.2, as of Spring 3.2.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue