javax.jbi.management
Interface DeploymentServiceMBean


public interface DeploymentServiceMBean


Field Summary
static String SHUTDOWN
           
static String STARTED
           
static String STOPPED
           
 
Method Summary
 boolean canDeployToComponent(String componentName)
           
 String deploy(String saZipURL)
           
 String[] getComponentsForDeployedServiceAssembly(String saName)
           
 String[] getDeployedServiceAssemblies()
           
 String[] getDeployedServiceAssembliesForComponent(String componentName)
           
 String[] getDeployedServiceUnitList(String componentName)
           
 String getServiceAssemblyDescriptor(String saName)
           
 String getState(String serviceAssemblyName)
           
 boolean isDeployedServiceUnit(String componentName, String suName)
           
 String shutDown(String serviceAssemblyName)
           
 String start(String serviceAssemblyName)
           
 String stop(String serviceAssemblyName)
           
 String undeploy(String saName)
           
 

Field Detail

STARTED

static final String STARTED
See Also:
Constant Field Values

SHUTDOWN

static final String SHUTDOWN
See Also:
Constant Field Values

STOPPED

static final String STOPPED
See Also:
Constant Field Values
Method Detail

deploy

String deploy(String saZipURL)
              throws Exception
Throws:
Exception

undeploy

String undeploy(String saName)
                throws Exception
Throws:
Exception

getDeployedServiceUnitList

String[] getDeployedServiceUnitList(String componentName)
                                    throws Exception
Throws:
Exception

getDeployedServiceAssemblies

String[] getDeployedServiceAssemblies()
                                      throws Exception
Throws:
Exception

getServiceAssemblyDescriptor

String getServiceAssemblyDescriptor(String saName)
                                    throws Exception
Throws:
Exception

getDeployedServiceAssembliesForComponent

String[] getDeployedServiceAssembliesForComponent(String componentName)
                                                  throws Exception
Throws:
Exception

getComponentsForDeployedServiceAssembly

String[] getComponentsForDeployedServiceAssembly(String saName)
                                                 throws Exception
Throws:
Exception

isDeployedServiceUnit

boolean isDeployedServiceUnit(String componentName,
                              String suName)
                              throws Exception
Throws:
Exception

canDeployToComponent

boolean canDeployToComponent(String componentName)

start

String start(String serviceAssemblyName)
             throws Exception
Throws:
Exception

stop

String stop(String serviceAssemblyName)
            throws Exception
Throws:
Exception

shutDown

String shutDown(String serviceAssemblyName)
                throws Exception
Throws:
Exception

getState

String getState(String serviceAssemblyName)
                throws Exception
Throws:
Exception


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.