public class DisasterRecoveryLauncher extends Object implements JiraLauncher
Modifier and Type | Class and Description |
---|---|
static class |
DisasterRecoveryLauncher.RecoveryMode |
Constructor and Description |
---|
DisasterRecoveryLauncher() |
Modifier and Type | Method and Description |
---|---|
void |
earlyStart()
Clearing of the cluster locks needs to happen before plugin load as plugins may
take locks during initialisation.
|
DisasterRecoveryLauncher.RecoveryMode |
getRecoveryMode()
Returns the recovery mode of the instance.
|
void |
start()
Called during JIRA "startup".
|
void |
stop()
Called when JIRA is shutting down.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isStartupOk
public DisasterRecoveryLauncher.RecoveryMode getRecoveryMode()
public void start()
JiraLauncher
The logic for ordering all of this will be handled by the DefaultJiraLauncher.
start
in interface JiraLauncher
DefaultJiraLauncher
public void stop()
JiraLauncher
stop
in interface JiraLauncher
DefaultJiraLauncher
public void earlyStart()
Copyright © 2002-2017 Atlassian. All Rights Reserved.