|
||||||||||
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(String name)
Try to undeploy a service assembly. |
String[] |
getServiceUnitForServiceAssembly(String saName)
Get all the service unit names for the given service assembly |
String[] |
shutdownAllServiceAssemblies()
Try to shutdown all service assemblies. |
String[] |
startAllServiceAssemblies()
Try to start all service assemblies. |
String[] |
stopAllServiceAssemblies()
Try to stop all service assemblies. |
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(String name)
String[] getServiceUnitForServiceAssembly(String saName) throws Exception
saName
-
Exception
String[] shutdownAllServiceAssemblies()
String[] startAllServiceAssemblies()
String[] stopAllServiceAssemblies()
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 |