|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentServiceMBean
This custom interface add methods used by redeployment tasks of the SystemStateService service.
| Field Summary |
|---|
| Fields inherited from interface javax.jbi.management.DeploymentServiceMBean |
|---|
SHUTDOWN, STARTED, STOPPED |
| Method Summary | |
|---|---|
boolean |
forceUndeploy(java.lang.String name)
Try to undeploy a service assembly. |
java.lang.String[] |
getServiceUnitForServiceAssembly(java.lang.String saName)
Get all the service unit names for the given service assembly |
java.lang.String[] |
shutdownAllServiceAssemblies()
Try to shutdown all service assemblies. |
java.lang.String[] |
startAllServiceAssemblies()
Try to start all service assemblies. |
java.lang.String[] |
stopAllServiceAssemblies()
Try to stop all service assemblies. |
java.lang.String[] |
undeployAllServiceAssemblies(boolean force)
Try to undeploy all service assemblies. |
| Methods inherited from interface javax.jbi.management.DeploymentServiceMBean |
|---|
canDeployToComponent, deploy, getComponentsForDeployedServiceAssembly, getDeployedServiceAssemblies, getDeployedServiceAssembliesForComponent, getDeployedServiceUnitList, getServiceAssemblyDescriptor, getState, isDeployedServiceUnit, shutDown, start, stop, undeploy |
| Method Detail |
|---|
boolean forceUndeploy(java.lang.String name)
java.lang.String[] getServiceUnitForServiceAssembly(java.lang.String saName)
throws java.lang.Exception
saName -
java.lang.Exceptionjava.lang.String[] shutdownAllServiceAssemblies()
java.lang.String[] startAllServiceAssemblies()
java.lang.String[] stopAllServiceAssemblies()
java.lang.String[] undeployAllServiceAssemblies(boolean force)
force - true if you want to force undeployment, ignoring assembly
state. Default is false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||