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.
|
public DisasterRecoveryLauncher.RecoveryMode getRecoveryMode()
public void start()
JiraLauncher
start
in interface JiraLauncher
DefaultJiraLauncher
public void stop()
JiraLauncher
stop
in interface JiraLauncher
DefaultJiraLauncher
public void earlyStart()
Copyright © 2002-2015 Atlassian. All Rights Reserved.