|
spring-context-support | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Runnable
objects as well as standard Quartz Job instances.javax.activation.DataSource.
java.io.File.
org.springframework.core.io.InputStreamResource.
org.springframework.core.io.InputStreamResource.
javax.activation.DataSource.
java.io.File.
org.springframework.core.io.Resource.
org.springframework.core.InputStreamResource, and
specifying the content type explicitly.
FileTypeMap implementation that will read
MIME type to file extension mappings from a standard JavaMail MIME type
mapping file, using a standard MimetypesFileTypeMap underneath.JRDataSource.
FileTypeMap from the mappings in the given mapping file
and the given mapping entries.
CronTrigger class,
making bean-style usage easier.FactoryBean for creating a Quartz CronTrigger
instance, supporting bean-style usage for trigger configuration.Job adapter that delegates to a
given Runnable instance.executeInternal afterwards.
MimeMessages,
or null if none.
FileTypeMap for
MimeMessages, or null if none.
mappings property.
FileTypeMap used by this MimeMessageHelper.
Session,
lazily initializing it if hasn't been specified explicitly.
"targetBeanName" feature.
"targetBeanName" feature.
java.mail.internet.InternetAddress,
to directly populate an InternetAddress property.SchedulingAwareRunnable.isLongLived(),
if available.
MailSender interface for JavaMail,
supporting MIME messages both as direct arguments and through preparation
callbacks.JavaMailSender interface,
supporting both JavaMail MimeMessages and Spring
SimpleMailMessages.JavaMailSenderImpl class.
JobDetail class,
making bean-style usage easier.FactoryBean for creating a Quartz JobDetail
instance, supporting bean-style usage for JobDetail configuration.FactoryBean that exposes a
JobDetail object which delegates job execution to a
specified (static or non-static) method.MimeMessage.JasperPrint instance using the
supplied JRAbstractExporter instance and write the results
to the supplied Writer.
JasperPrint instance using the
supplied JRAbstractExporter instance and write the results
to the supplied OutputStream.
ClassLoadHelper interface
onto Spring's ResourceLoader interface.FactoryBean that creates and configures a Quartz Scheduler,
manages its lifecycle as part of the Spring application context, and exposes the
Scheduler as bean reference for dependency injection.MimeMessages
created by this instance.
FileTypeMap to use for
MimeMessages created by this instance.
Scheduler instance in the
Quartz SchedulerRepository.
FileTypeMap to use
for determining the content type of inline content and attachments
that get added to the message.
Configuration.setSettings method.
Configuration.setAllSharedVariables() method.
Session.
Resource from which mappings are loaded.
mime.types file format, as specified by the
Java Activation Framework, for example:
text/html html htm HTML HTM
- setMethodInvoker(MethodInvoker) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- Set the MethodInvoker to use.
- setMimeMultiparts(MimeMultipart, MimeMultipart) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given MimeMultipart objects for use by this MimeMessageHelper.
- setMisfireInstruction(int) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify a misfire instruction for this trigger.
- setMisfireInstruction(int) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify a misfire instruction for this trigger.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set the misfire instruction via the name of the corresponding
constant in the
CronTrigger class.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Set the misfire instruction via the name of the corresponding
constant in the
CronTrigger class.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set the misfire instruction via the name of the corresponding
constant in the
SimpleTrigger class.
- setMisfireInstructionName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Set the misfire instruction via the name of the corresponding
constant in the
SimpleTrigger class.
- setName(String) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify the trigger's name.
- setName(String) -
Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- Specify the job's name.
- setName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set the name of the job.
- setName(String) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify the trigger's name.
- setNonTransactionalDataSource(DataSource) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the DataSource to be used by the Scheduler for non-transactional access.
- setOverrideLogging(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set whether Velocity should log via Commons Logging, i.e.
- setOverwriteExistingJobs(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set whether any jobs defined on this SchedulerFactoryBean should overwrite
existing job definitions.
- setPassword(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the password for the account at the mail host, if any.
- setPeriod(long) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the period between repeated task executions, in milliseconds.
- setPhase(int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Specify the phase in which this scheduler should be started and
stopped.
- setPort(int) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail server port.
- setPostTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set a List of
TemplateLoaders that will be used to search
for templates.
- setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set whether to prefer file system access for template loading.
- setPreferFileSystemAccess(boolean) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set whether to prefer file system access for template loading.
- setPreTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set a List of
TemplateLoaders that will be used to search
for templates.
- setPriority(int) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the priority ("X-Priority" header) of the message.
- setPriority(int) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify the priority of this trigger.
- setPriority(int) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify the priority of this trigger.
- setProtocol(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the mail protocol.
- setQuartzProperties(Properties) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set Quartz properties, like "org.quartz.threadPool.class".
- setRepeatInterval(long) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Specify the interval between execution times of this trigger.
- setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setReplyTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setReplyTo(String) -
Method in interface org.springframework.mail.MailMessage
-
- setReplyTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the Spring ResourceLoader to use for loading FreeMarker template files.
- setResourceLoader(ResourceLoader) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the Spring ResourceLoader to use for loading Velocity template files.
- setResourceLoaderPath(String) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set the Velocity resource loader path via a Spring resource location.
- setRunnable(Runnable) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the Runnable to schedule as TimerListener.
- setScheduledTimerListeners(ScheduledTimerListener[]) -
Method in class org.springframework.scheduling.commonj.TimerManagerFactoryBean
- Register a list of ScheduledTimerListener objects with the TimerManager
that this FactoryBean creates.
- setScheduler(Scheduler) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- Specify the Quartz Scheduler instance to operate on.
- setSchedulerContext(SchedulerContext) -
Method in interface org.springframework.scheduling.quartz.SchedulerContextAware
- Set the SchedulerContext of the current Quartz Scheduler.
- setSchedulerContext(SchedulerContext) -
Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- setSchedulerContextAsMap(Map) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Register objects in the Scheduler context via a given Map.
- setSchedulerFactoryClass(Class) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the Quartz SchedulerFactory implementation to use.
- setSchedulerListeners(SchedulerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify Quartz SchedulerListeners to be registered with the Scheduler.
- setSchedulerName(String) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- Specify the Quartz Scheduler to operate on via its scheduler name in the Spring
application context or also in the Quartz
SchedulerRepository.
- setSchedulerName(String) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the name of the Scheduler to create via the SchedulerFactory.
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the sent-date of the message.
- setSentDate(Date) -
Method in interface org.springframework.mail.MailMessage
-
- setSentDate(Date) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setSession(Session) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the JavaMail
Session, possibly pulled from JNDI.
- setShared(boolean) -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Specify whether the TimerManager obtained by this FactoryBean
is a shared instance ("true") or an independent instance ("false").
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set the start delay in milliseconds.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Set the start delay in milliseconds.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set the start delay in milliseconds.
- setStartDelay(long) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- Set the start delay in milliseconds.
- setStartupDelay(int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the number of seconds to wait after initialization before
starting the scheduler asynchronously.
- setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setSubject(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the subject of the message, using the correct encoding.
- setSubject(String) -
Method in interface org.springframework.mail.MailMessage
-
- setSubject(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setTargetBeanName(String) -
Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- Set the name of the target bean in the Spring BeanFactory.
- setTaskExecutor(Executor) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set the Spring TaskExecutor to use as Quartz backend.
- setTemplateLoaderPath(String) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set the Freemarker template loader path via a Spring resource location.
- setTemplateLoaderPaths(String[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Set multiple Freemarker template loader paths via Spring resource locations.
- setTemplateLoaders(TemplateLoader[]) -
Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- Deprecated. as of Spring 2.0.1, in favor of the "preTemplateLoaders"
and "postTemplateLoaders" properties
- setText(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setText(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, boolean) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given text directly as content in non-multipart mode
or as default body part in multipart mode.
- setText(String, String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set the given plain text and HTML text as alternatives, offering
both options to the email client.
- setText(String) -
Method in interface org.springframework.mail.MailMessage
-
- setText(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setTimerListener(TimerListener) -
Method in class org.springframework.scheduling.commonj.ScheduledTimerListener
- Set the TimerListener to schedule.
- setTimerManager(TimerManager) -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Specify the CommonJ TimerManager to delegate to.
- setTimerManagerName(String) -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Set the JNDI name of the CommonJ TimerManager.
- setTimeZone(TimeZone) -
Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- Specify the time zone for this trigger's cron expression.
- setTo(String) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMailMessage
-
- setTo(InternetAddress) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(InternetAddress[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String[]) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
-
- setTo(String) -
Method in interface org.springframework.mail.MailMessage
-
- setTo(String[]) -
Method in interface org.springframework.mail.MailMessage
-
- setTo(String) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setTo(String[]) -
Method in class org.springframework.mail.SimpleMailMessage
-
- setTransactionManager(PlatformTransactionManager) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Set the transaction manager to be used for registering jobs and triggers
that are defined by this SchedulerFactoryBean.
- setTriggerListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.CronTriggerBean
- Set a list of TriggerListener names for this job, referring to
non-global TriggerListeners registered with the Scheduler.
- setTriggerListenerNames(String[]) -
Method in class org.springframework.scheduling.quartz.SimpleTriggerBean
- Set a list of TriggerListener names for this job, referring to
non-global TriggerListeners registered with the Scheduler.
- setTriggerListeners(TriggerListener[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Specify named Quartz TriggerListeners to be registered with the Scheduler.
- setTriggers(Trigger[]) -
Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- Register a list of Trigger objects with the Scheduler that
this FactoryBean creates.
- setUsername(String) -
Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- Set the username for the account at the mail host, if any.
- setValidateAddresses(boolean) -
Method in class org.springframework.mail.javamail.MimeMessageHelper
- Set whether to validate all addresses which get passed to this helper.
- setVelocityProperties(Properties) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set Velocity properties, like "file.resource.loader.path".
- setVelocityPropertiesMap(Map<String, Object>) -
Method in class org.springframework.ui.velocity.VelocityEngineFactory
- Set Velocity properties as Map, to allow for non-String values
like "ds.resource.loader.instance".
- setWaitForJobsToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Set whether to wait for running jobs to complete on shutdown.
- setWaitForJobsToCompleteOnShutdown(boolean) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- Set whether to wait for running jobs to complete on shutdown.
- setWorkListener(WorkListener) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- Specify a CommonJ WorkListener to apply, if any.
- setWorkManager(WorkManager) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- Specify the CommonJ WorkManager to delegate to.
- setWorkManagerName(String) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
- Set the JNDI name of the CommonJ WorkManager.
- shutdown(boolean) -
Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
-
- SimpleMailMessage - Class in org.springframework.mail
- Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
- SimpleMailMessage() -
Constructor for class org.springframework.mail.SimpleMailMessage
- Create a new
SimpleMailMessage.
- SimpleMailMessage(SimpleMailMessage) -
Constructor for class org.springframework.mail.SimpleMailMessage
- Copy constructor for creating a new
SimpleMailMessage from the state
of an existing SimpleMailMessage instance.
- SimpleThreadPoolTaskExecutor - Class in org.springframework.scheduling.quartz
- Subclass of Quartz's SimpleThreadPool that implements Spring's
TaskExecutor interface
and listens to Spring lifecycle callbacks. - SimpleThreadPoolTaskExecutor() -
Constructor for class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- SimpleTriggerBean - Class in org.springframework.scheduling.quartz
- Convenience subclass of Quartz's
SimpleTrigger class,
making bean-style usage easier. - SimpleTriggerBean() -
Constructor for class org.springframework.scheduling.quartz.SimpleTriggerBean
-
- SimpleTriggerFactoryBean - Class in org.springframework.scheduling.quartz
- A Spring
FactoryBean for creating a Quartz SimpleTrigger
instance, supporting bean-style usage for trigger configuration. - SimpleTriggerFactoryBean() -
Constructor for class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
- SPRING_RESOURCE_LOADER -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CACHE -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CLASS -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_PATH -
Static variable in class org.springframework.ui.velocity.SpringResourceLoader
-
- SpringBeanJobFactory - Class in org.springframework.scheduling.quartz
- Subclass of
AdaptableJobFactory that also supports Spring-style
dependency injection on bean properties. - SpringBeanJobFactory() -
Constructor for class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
- SpringResourceLoader - Class in org.springframework.ui.velocity
- Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
- SpringResourceLoader() -
Constructor for class org.springframework.ui.velocity.SpringResourceLoader
-
- SpringTemplateLoader - Class in org.springframework.ui.freemarker
- FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
- SpringTemplateLoader(ResourceLoader, String) -
Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
- Create a new SpringTemplateLoader.
- start() -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Resumes the underlying TimerManager (if not shared).
- start() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- startScheduler(Scheduler, int) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Start the Quartz Scheduler, respecting the "startupDelay" setting.
- stop() -
Method in class org.springframework.scheduling.commonj.TimerManagerAccessor
- Suspends the underlying TimerManager (if not shared).
- stop() -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- stop(Runnable) -
Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
- submit(Runnable) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.commonj.WorkManagerTaskExecutor
-
- submit(Runnable) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
- submit(Callable<T>) -
Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
TimerManager
Defines common configuration settings and common lifecycle handling.FactoryBean that retrieves a
CommonJ TimerManager and exposes it for bean references.TaskScheduler interface, wrapping
a CommonJ TimerManager.WorkManager interface,
which either needs to be specified as reference or through the JNDI name.
|
spring-context-support | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||