com.atlassian.jira.startup
Interface StatefulStartupCheck

All Superinterfaces:
StartupCheck
All Known Implementing Classes:
JiraHomeStartupCheck

public interface StatefulStartupCheck
extends StartupCheck

A specialisation of Startup check that allows them to clean up resources they may be holding on to


Method Summary
 void stop()
          Called when the tenant / instance is coming down
 
Methods inherited from interface com.atlassian.jira.startup.StartupCheck
getFaultDescription, getHTMLFaultDescription, getName, isOk
 

Method Detail

stop

void stop()
Called when the tenant / instance is coming down



Copyright © 2002-2011 Atlassian. All Rights Reserved.