Package org.wso2.am.apiMonitorService
Class WebAppStatusProvider
- java.lang.Object
-
- org.wso2.am.apiMonitorService.WebAppStatusProvider
-
public class WebAppStatusProvider extends Object
Util class that contains the service implementation of LazyLoadingInfoService and supportive methods.
-
-
Constructor Summary
Constructors Constructor Description WebAppStatusProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebAppStatusgetSuperTenantWebAppStatus(String webAppName)protected WebAppDeployStatusgetWebAppDeploymentStatus(String webAppName, String tenantDomain, int tenantId)protected WebAppStatusgetWebAppStatus(String tenantDomain, int tenantId)
-
-
-
Method Detail
-
getWebAppDeploymentStatus
protected WebAppDeployStatus getWebAppDeploymentStatus(String webAppName, String tenantDomain, int tenantId)
-
getWebAppStatus
protected WebAppStatus getWebAppStatus(String tenantDomain, int tenantId)
-
getSuperTenantWebAppStatus
protected WebAppStatus getSuperTenantWebAppStatus(String webAppName)
-
-