com.atlassian.scheduler.quartz2.spi
Interface Quartz2SchedulerConfiguration

All Superinterfaces:
SchedulerServiceConfiguration

public interface Quartz2SchedulerConfiguration
extends SchedulerServiceConfiguration

Provides custom configuration settings for the Quartz 2.x scheduler service.

Since:
v1.0

Method Summary
 Properties getClusteredSettings()
          Returns custom properties for configuring the scheduler that will be used to run clustered jobs.
 Properties getLocalSettings()
          Returns custom properties for configuring the scheduler that will be used to run local jobs.
 
Methods inherited from interface com.atlassian.scheduler.core.spi.SchedulerServiceConfiguration
getDefaultTimeZone
 

Method Detail

getLocalSettings

@Nonnull
Properties getLocalSettings()
Returns custom properties for configuring the scheduler that will be used to run local jobs.


getClusteredSettings

@Nonnull
Properties getClusteredSettings()
Returns custom properties for configuring the scheduler that will be used to run clustered jobs.



Copyright © 2014 Atlassian. All Rights Reserved.