org.mobicents.servlet.management.client.deploy
Interface DeploymentService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
DeploymentServiceImpl

public interface DeploymentService
extends com.google.gwt.user.client.rpc.RemoteService


Nested Class Summary
static class DeploymentService.Util
           
 
Field Summary
static java.lang.String SERVICE_URI
           
 
Method Summary
 void deploy(java.lang.String application)
           
 java.lang.String[] getApplications(java.lang.String directory)
           
 boolean isJBoss()
           
 

Field Detail

SERVICE_URI

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

getApplications

java.lang.String[] getApplications(java.lang.String directory)

deploy

void deploy(java.lang.String application)

isJBoss

boolean isJBoss()


Copyright © 2009. All Rights Reserved.