public class LazyLoadingInfoUtil extends Object
| Constructor and Description |
|---|
LazyLoadingInfoUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static WebAppStatus |
getSuperTenantWebAppStatus(String webAppName)
Check the given web-app of super tenant is loaded.
|
protected static TenantStatus |
getTenantStatus(String tenantDomain)
Check the given tenant is loaded.
|
protected static WebAppStatus |
getWebAppStatus(String tenantDomain,
String webAppName)
Check the given web-app of given tenant is loaded.
|
protected static TenantStatus getTenantStatus(String tenantDomain)
tenantDomain - Domain name of the tenantprotected static WebAppStatus getWebAppStatus(String tenantDomain, String webAppName)
tenantDomain - Tenant namewebAppName - Web-app Nameprotected static WebAppStatus getSuperTenantWebAppStatus(String webAppName)
webAppName - Web-app NameCopyright © 2015 WSO2 Inc. All rights reserved.