org.mobicents.slee.container.management.console.server.deployableunits
Class DeployableUnitsServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by org.mobicents.slee.container.management.console.server.deployableunits.DeployableUnitsServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService

public class DeployableUnitsServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService
SUCCESS_CODE
 
Constructor Summary
DeployableUnitsServiceImpl()
           
 
Method Summary
 java.lang.String getDeployableUnitName(java.lang.String id)
           
 org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitInfo[] getDeployableUnits()
           
 org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitInfo[] searchDeployableUnits(java.lang.String text)
           
 void uninstall(java.lang.String id)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, shouldCompressResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployableUnitsServiceImpl

public DeployableUnitsServiceImpl()
Method Detail

getDeployableUnits

public org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitInfo[] getDeployableUnits()
                                                                                                               throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getDeployableUnits in interface org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

searchDeployableUnits

public org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitInfo[] searchDeployableUnits(java.lang.String text)
                                                                                                                  throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
searchDeployableUnits in interface org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

uninstall

public void uninstall(java.lang.String id)
               throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
uninstall in interface org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException

getDeployableUnitName

public java.lang.String getDeployableUnitName(java.lang.String id)
                                       throws org.mobicents.slee.container.management.console.client.ManagementConsoleException
Specified by:
getDeployableUnitName in interface org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService
Throws:
org.mobicents.slee.container.management.console.client.ManagementConsoleException


Copyright © 2009. All Rights Reserved.