org.mobicents.servlet.management.server.deploy
Class DeploymentServiceImpl

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.servlet.management.server.deploy.DeploymentServiceImpl
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, DeploymentService

public class DeploymentServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements DeploymentService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mobicents.servlet.management.client.deploy.DeploymentService
DeploymentService.Util
 
Field Summary
 
Fields inherited from interface org.mobicents.servlet.management.client.deploy.DeploymentService
SERVICE_URI
 
Constructor Summary
DeploymentServiceImpl()
           
 
Method Summary
 void deploy(java.lang.String application)
           
 java.lang.String[] getApplications(java.lang.String directory)
           
 boolean isJBoss()
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, 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

DeploymentServiceImpl

public DeploymentServiceImpl()
Method Detail

deploy

public void deploy(java.lang.String application)
Specified by:
deploy in interface DeploymentService

getApplications

public java.lang.String[] getApplications(java.lang.String directory)
Specified by:
getApplications in interface DeploymentService

isJBoss

public boolean isJBoss()
Specified by:
isJBoss in interface DeploymentService


Copyright © 2010. All Rights Reserved.