com.atlassian.jira.mail
Class BotocssThreadLauncher

java.lang.Object
  extended by com.atlassian.jira.mail.BotocssThreadLauncher
All Implemented Interfaces:
JiraLauncher

public class BotocssThreadLauncher
extends Object
implements JiraLauncher

Launcher for the Botocss cleanup thread.

Since:
6.2

Constructor Summary
BotocssThreadLauncher()
           
 
Method Summary
 void start()
          Schedules the cache cleanup task.
 void stop()
          Called when JIRA is shutting down.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BotocssThreadLauncher

public BotocssThreadLauncher()
Method Detail

start

public void start()
Schedules the cache cleanup task.

Specified by:
start in interface JiraLauncher
See Also:
DefaultJiraLauncher

stop

public void stop()
Description copied from interface: JiraLauncher
Called when JIRA is shutting down. Just like startup this can . The logic of what exactly happens when is encapsulated in the DefaultJiraLauncher.

Specified by:
stop in interface JiraLauncher
See Also:
DefaultJiraLauncher


Copyright © 2002-2014 Atlassian. All Rights Reserved.