org.mobicents.slee.container.management.console.server.deployableunits
Class DeployableUnitsServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
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
| Fields inherited from interface org.mobicents.slee.container.management.console.client.deployableunits.DeployableUnitsService |
SUCCESS_CODE |
|
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 |
DeployableUnitsServiceImpl
public DeployableUnitsServiceImpl()
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.