javax.jbi.management
Interface DeploymentServiceMBean
public interface DeploymentServiceMBean
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
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.