Package org.wso2.am.apiMonitorService
Class WebAppInformationService
- java.lang.Object
-
- org.wso2.am.apiMonitorService.WebAppInformationService
-
public class WebAppInformationService extends Object
-
-
Constructor Summary
Constructors Constructor Description WebAppInformationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAppDeployStatusgetWebAppDeploymentStatus(String webAppName)WebAppDeployStatusgetWebAppDeploymentStatusForTenat(String webAppName, String tenantDomain, int tenantId)WebAppStatusgetWebAppStatus()WebAppStatusgetWebAppStatusForTenant(String tenantDomain, int tenantId)
-
-
-
Method Detail
-
getWebAppStatus
public WebAppStatus getWebAppStatus() throws RemoteException
- Throws:
RemoteException
-
getWebAppStatusForTenant
public WebAppStatus getWebAppStatusForTenant(String tenantDomain, int tenantId) throws RemoteException
- Throws:
RemoteException
-
getWebAppDeploymentStatus
public WebAppDeployStatus getWebAppDeploymentStatus(String webAppName) throws RemoteException
- Throws:
RemoteException
-
getWebAppDeploymentStatusForTenat
public WebAppDeployStatus getWebAppDeploymentStatusForTenat(String webAppName, String tenantDomain, int tenantId) throws RemoteException
- Throws:
RemoteException
-
-