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


Field Summary
static java.lang.String SUCCESS_CODE
           
 
Method Summary
 java.lang.String getDeployableUnitName(java.lang.String id)
           
 DeployableUnitInfo[] getDeployableUnits()
           
 DeployableUnitInfo[] searchDeployableUnits(java.lang.String text)
           
 void uninstall(java.lang.String id)
           
 

Field Detail

SUCCESS_CODE

static final java.lang.String SUCCESS_CODE
See Also:
Constant Field Values
Method Detail

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.