public class WebAppStatus extends Object
| Constructor and Description |
|---|
WebAppStatus() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFaultyWebApps() |
String[] |
getSoppedWebApps() |
String[] |
getStartedWebApps() |
void |
setFaultyWebApps(String[] faultyWebApps) |
void |
setStartedWebApps(String[] startedApps) |
void |
setStoppedWebApps(String[] stoppedApps) |
public void setStartedWebApps(String[] startedApps)
public String[] getStartedWebApps()
public void setStoppedWebApps(String[] stoppedApps)
public String[] getSoppedWebApps()
public void setFaultyWebApps(String[] faultyWebApps)
public String[] getFaultyWebApps()
Copyright © 2019 WSO2 Inc. All rights reserved.