public interface ResourceOperations
Modifier and Type | Method and Description |
---|---|
void |
cleanBusResources(java.lang.String name)
Remove any bus resources that cannot be automatically removed during undeploy.
|
void |
deploy(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> properties)
Deploy an already created resource.
|
void |
destroy(java.lang.String name)
Destroy an existing resource.
|
void |
destroyAll()
Undeploy all the resources known to the system.
|
void |
undeploy(java.lang.String name)
Undeploy a deployed resource, retaining its definition.
|
void |
undeployAll()
Undeploy all the resources known to the system.
|
void deploy(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> properties)
void undeploy(java.lang.String name)
void destroy(java.lang.String name)
void undeployAll()
void destroyAll()
void cleanBusResources(java.lang.String name)