com.atlassian.jira.mail
Class BotocssThreadLauncher

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

public class BotocssThreadLauncher
extends Object
implements Startable

Launcher for the Botocss cleanup thread.

Since:
6.2

Constructor Summary
BotocssThreadLauncher(com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
 void onComponentManagerShutdown(ComponentManagerShutdownEvent shutdownEvent)
           
 void onComponentManagerStarted(ComponentManagerStartedEvent startedEvent)
          Schedules the cache cleanup task.
 void start()
          This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BotocssThreadLauncher

public BotocssThreadLauncher(com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

start

public void start()
           throws Exception
Description copied from interface: Startable
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Specified by:
start in interface Startable
Throws:
Exception - Allows implementations to throw an Exception.

onComponentManagerStarted

@EventListener
public void onComponentManagerStarted(ComponentManagerStartedEvent startedEvent)
Schedules the cache cleanup task.


onComponentManagerShutdown

@EventListener
public void onComponentManagerShutdown(ComponentManagerShutdownEvent shutdownEvent)


Copyright © 2002-2014 Atlassian. All Rights Reserved.