public class SystemTenant extends Object implements com.atlassian.tenancy.api.Tenant, org.springframework.beans.factory.InitializingBean
transitionFromVacantToTenantedState
at the end of the web-based setup in case of a previously vacant system.Constructor and Description |
---|
SystemTenant(TenantRegistry tenantRegistry,
com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Replay the system tenant on restart.
|
boolean |
arrived()
Signal that the system tenant has arrived, typically done after the
AtlassianBootstrapManager.setSetupComplete(boolean)
has been called. |
com.atlassian.fugue.Option<com.atlassian.tenancy.api.Tenant> |
get() |
public SystemTenant(TenantRegistry tenantRegistry, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public com.atlassian.fugue.Option<com.atlassian.tenancy.api.Tenant> get()
public boolean arrived()
AtlassianBootstrapManager.setSetupComplete(boolean)
has been called.get()
Copyright © 2003–2016 Atlassian. All rights reserved.