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
|
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
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.