public class WebAppStatus extends Object
| Constructor and Description |
|---|
WebAppStatus()
No argument constructor.
|
WebAppStatus(TenantStatus tenantStatus,
boolean webAppStarted,
boolean webAppGhost)
Constructor with the parameter tenantStatus, webAppStarted, webAppGhost.
|
| Modifier and Type | Method and Description |
|---|---|
TenantStatus |
getTenantStatus()
Get the information of tenant context is loaded or not.
|
boolean |
isWebAppGhost()
Get the information about web-app fully loaded or not.
|
boolean |
isWebAppStarted()
Get the web-app information about wen-app is started or not.
|
void |
setTenantStatus(TenantStatus tenantStatus)
Set the information of tenant context is loaded or not.
|
void |
setWebAppGhost(boolean webAppGhost)
Set the information of web-app is fully loaded or not.
|
void |
setWebAppStarted(boolean webAppStarted)
Set the information of web-app is started or not.
|
public WebAppStatus()
public WebAppStatus(TenantStatus tenantStatus, boolean webAppStarted, boolean webAppGhost)
tenantStatus - status of the tenant.webAppStarted - true if web-app is started or else false.webAppGhost - true if web-app is fully loaded or else false.public void setTenantStatus(TenantStatus tenantStatus)
tenantStatus - current status of the tenant.public void setWebAppStarted(boolean webAppStarted)
webAppStarted - true if web-app is started or else false.public void setWebAppGhost(boolean webAppGhost)
webAppGhost - true if web-app is fully loaded or else false.public TenantStatus getTenantStatus()
public boolean isWebAppStarted()
public boolean isWebAppGhost()
Copyright © 2015 WSO2 Inc. All rights reserved.