org.mobicents.slee.container.management.console.client.deployableunits
Interface DeployableUnitsServiceAsync


public interface DeployableUnitsServiceAsync


Method Summary
 void getDeployableUnitName(java.lang.String id, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void getDeployableUnits(com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void searchDeployableUnits(java.lang.String text, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void uninstall(java.lang.String id, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Method Detail

getDeployableUnits

void getDeployableUnits(com.google.gwt.user.client.rpc.AsyncCallback callback)

searchDeployableUnits

void searchDeployableUnits(java.lang.String text,
                           com.google.gwt.user.client.rpc.AsyncCallback callback)

uninstall

void uninstall(java.lang.String id,
               com.google.gwt.user.client.rpc.AsyncCallback callback)

getDeployableUnitName

void getDeployableUnitName(java.lang.String id,
                           com.google.gwt.user.client.rpc.AsyncCallback callback)


Copyright © 2008. All Rights Reserved.