| Modifier and Type | Method and Description |
|---|---|
TenantStatus |
WebAppStatus.getTenantStatus()
Get the information of tenant context is loaded or not.
|
protected static TenantStatus |
LazyLoadingInfoUtil.getTenantStatus(String tenantDomain)
Check the given tenant is loaded.
|
TenantStatus |
LazyLoadingInfoService.isTenantLoaded(String tenantDomain) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppStatus.setTenantStatus(TenantStatus tenantStatus)
Set the information of tenant context is loaded or not.
|
| Constructor and Description |
|---|
WebAppStatus(TenantStatus tenantStatus,
boolean webAppStarted,
boolean webAppGhost)
Constructor with the parameter tenantStatus, webAppStarted, webAppGhost.
|
Copyright © 2015 WSO2 Inc. All rights reserved.