public interface DeployableUnitsService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Field and Description |
|---|---|
static String |
SUCCESS_CODE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployableUnitName(String id) |
DeployableUnitInfo[] |
getDeployableUnits() |
DeployableUnitInfo[] |
searchDeployableUnits(String text) |
void |
uninstall(String id) |
static final String SUCCESS_CODE
DeployableUnitInfo[] getDeployableUnits() throws ManagementConsoleException
ManagementConsoleExceptionDeployableUnitInfo[] searchDeployableUnits(String text) throws ManagementConsoleException
ManagementConsoleExceptionvoid uninstall(String id) throws ManagementConsoleException
ManagementConsoleExceptionString getDeployableUnitName(String id) throws ManagementConsoleException
ManagementConsoleExceptionCopyright © 2017. All rights reserved.