com.atlassian.jira.scheduler
Class JiraQuartz1SchedulerConfiguration

java.lang.Object
  extended by com.atlassian.jira.scheduler.JiraQuartz1SchedulerConfiguration
All Implemented Interfaces:
com.atlassian.scheduler.core.spi.SchedulerServiceConfiguration, com.atlassian.scheduler.quartz1.spi.Quartz1SchedulerConfiguration

public class JiraQuartz1SchedulerConfiguration
extends Object
implements com.atlassian.scheduler.quartz1.spi.Quartz1SchedulerConfiguration

Since:
v6.2

Field Summary
static String PREFIX
           
 
Constructor Summary
JiraQuartz1SchedulerConfiguration(ApplicationProperties applicationProperties, ClusterNodeProperties clusterNodeProperties, org.ofbiz.core.entity.DelegatorInterface delegatorInterface)
           
 
Method Summary
 Properties getClusteredSettings()
           
 TimeZone getDefaultTimeZone()
           
 Properties getLocalSettings()
           
protected  String getSchemaName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
See Also:
Constant Field Values
Constructor Detail

JiraQuartz1SchedulerConfiguration

public JiraQuartz1SchedulerConfiguration(ApplicationProperties applicationProperties,
                                         ClusterNodeProperties clusterNodeProperties,
                                         org.ofbiz.core.entity.DelegatorInterface delegatorInterface)
Method Detail

getLocalSettings

@Nonnull
public Properties getLocalSettings()
Specified by:
getLocalSettings in interface com.atlassian.scheduler.quartz1.spi.Quartz1SchedulerConfiguration

getClusteredSettings

@Nonnull
public Properties getClusteredSettings()
Specified by:
getClusteredSettings in interface com.atlassian.scheduler.quartz1.spi.Quartz1SchedulerConfiguration

getSchemaName

protected String getSchemaName()

getDefaultTimeZone

@Nullable
public TimeZone getDefaultTimeZone()
Specified by:
getDefaultTimeZone in interface com.atlassian.scheduler.core.spi.SchedulerServiceConfiguration


Copyright © 2002-2014 Atlassian. All Rights Reserved.