|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeploymentServiceErrorException | |
|---|---|
| org.ow2.petals.jmx | |
| Uses of DeploymentServiceErrorException in org.ow2.petals.jmx |
|---|
| Methods in org.ow2.petals.jmx that throw DeploymentServiceErrorException | |
|---|---|
java.lang.String |
DeploymentServiceClient.deploy(java.net.URL packageURL)
Deploy a service assembly. |
java.lang.Boolean |
DeploymentServiceClient.forceUndeploy(java.lang.String serviceAssemblyName)
Force the undeployment of the service assembly. |
java.lang.String[] |
DeploymentServiceClient.getDeployedServiceAssemblies()
Get deployed service assemblies. |
java.lang.String[] |
DeploymentServiceClient.getDeployedServiceAssembliesForComponent(java.lang.String componentName)
Get service assemblies containing service units running on a component. |
DeploymentServiceClient |
JMXClient.getDeploymentServiceClient()
Retrieve the deployment service client API |
java.lang.String |
DeploymentServiceClient.getServiceAssemblyDescriptor(java.lang.String serviceAssemblyName)
Get the service assembly descriptor. |
java.lang.String[] |
DeploymentServiceClient.getServiceUnitForServiceAssembly(java.lang.String serviceAssemblyName)
Get Service Unit embedded in the given Service Assembly. |
java.lang.String |
DeploymentServiceClient.getState(java.lang.String serviceAssemblyName)
Get the current state of a JBI service assembly. |
boolean |
DeploymentServiceClient.isServiceAssemblyDeployed(java.lang.String serviceAssembly)
Check if a service assembly is deployed. |
java.lang.String |
DeploymentServiceClient.shutdown(java.lang.String serviceAssemblyName)
Shutdown a service assembly. |
java.lang.String[] |
DeploymentServiceClient.shutdownAllServiceAssemblies()
Shutdown all service assemblies. |
java.lang.String |
DeploymentServiceClient.start(java.lang.String serviceAssemblyName)
Start a service assembly. |
java.lang.String[] |
DeploymentServiceClient.startAllServiceAssemblies()
Start all service assemblies. |
java.lang.String |
DeploymentServiceClient.stop(java.lang.String serviceAssemblyName)
Stop a service assembly. |
java.lang.String[] |
DeploymentServiceClient.stopAllServiceAssemblies()
Stop all service assemblies. |
java.lang.String |
DeploymentServiceClient.undeploy(java.lang.String serviceAssemblyName)
Undeploy a service assembly. |
java.lang.String[] |
DeploymentServiceClient.undeployAllServiceAssemblies(boolean force)
Undeploy all service assemblies. |
| Constructors in org.ow2.petals.jmx that throw DeploymentServiceErrorException | |
|---|---|
DeploymentServiceClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection mBeanServerConnection)
Creates a new instance of DeploymentServiceClient |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||