com.atlassian.jira.plugin.scheduler
Interface PluginSchedulerLifecycle

All Known Subinterfaces:
LifecycleAwarePluginScheduler
All Known Implementing Classes:
JiraPluginScheduler

public interface PluginSchedulerLifecycle

JIRA needs to be able to shutdown and suspend the PluginScheduler - this interface provides the lifecycle to allow this to happen

Since:
v6.0

Method Summary
 void shutdown()
           
 void standby()
           
 void start()
           
 

Method Detail

shutdown

void shutdown()

standby

void standby()

start

void start()


Copyright © 2002-2013 Atlassian. All Rights Reserved.