org.mobicents.slee.container.management.console.client.deployableunits
Interface DeployableUnitsService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
public interface DeployableUnitsService
- extends com.google.gwt.user.client.rpc.RemoteService
SUCCESS_CODE
static final java.lang.String SUCCESS_CODE
- See Also:
- Constant Field Values
getDeployableUnits
DeployableUnitInfo[] getDeployableUnits()
throws ManagementConsoleException
- Throws:
ManagementConsoleException
searchDeployableUnits
DeployableUnitInfo[] searchDeployableUnits(java.lang.String text)
throws ManagementConsoleException
- Throws:
ManagementConsoleException
uninstall
void uninstall(java.lang.String id)
throws ManagementConsoleException
- Throws:
ManagementConsoleException
getDeployableUnitName
java.lang.String getDeployableUnitName(java.lang.String id)
throws ManagementConsoleException
- Throws:
ManagementConsoleException
Copyright © 2009. All Rights Reserved.