javax.jbi.management
Interface DeploymentServiceMBean


public interface DeploymentServiceMBean


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

Field Detail

STARTED

static final java.lang.String STARTED
See Also:
Constant Field Values

SHUTDOWN

static final java.lang.String SHUTDOWN
See Also:
Constant Field Values

STOPPED

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

deploy

java.lang.String deploy(java.lang.String saZipURL)
                        throws java.lang.Exception
Throws:
java.lang.Exception

undeploy

java.lang.String undeploy(java.lang.String saName)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getDeployedServiceUnitList

java.lang.String[] getDeployedServiceUnitList(java.lang.String componentName)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

getDeployedServiceAssemblies

java.lang.String[] getDeployedServiceAssemblies()
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getServiceAssemblyDescriptor

java.lang.String getServiceAssemblyDescriptor(java.lang.String saName)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

getDeployedServiceAssembliesForComponent

java.lang.String[] getDeployedServiceAssembliesForComponent(java.lang.String componentName)
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

getComponentsForDeployedServiceAssembly

java.lang.String[] getComponentsForDeployedServiceAssembly(java.lang.String saName)
                                                           throws java.lang.Exception
Throws:
java.lang.Exception

isDeployedServiceUnit

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

canDeployToComponent

boolean canDeployToComponent(java.lang.String componentName)

start

java.lang.String start(java.lang.String serviceAssemblyName)
                       throws java.lang.Exception
Throws:
java.lang.Exception

stop

java.lang.String stop(java.lang.String serviceAssemblyName)
                      throws java.lang.Exception
Throws:
java.lang.Exception

shutDown

java.lang.String shutDown(java.lang.String serviceAssemblyName)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getState

java.lang.String getState(java.lang.String serviceAssemblyName)
                          throws java.lang.Exception
Throws:
java.lang.Exception


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