public interface DeploymentRepository
| Modifier and Type | Method and Description |
|---|---|
void |
add(DeploymentModuleIdentifier identifier,
ModuleDeployment deployment) |
void |
addListener(DeploymentRepositoryListener listener) |
Map<DeploymentModuleIdentifier,ModuleDeployment> |
getModules()
Returns all deployments.
|
Map<DeploymentModuleIdentifier,ModuleDeployment> |
getStartedModules()
Returns all deployments that are in a started state, i.e.
|
boolean |
isSuspended() |
void |
remove(DeploymentModuleIdentifier identifier) |
void |
removeListener(DeploymentRepositoryListener listener) |
void |
resume() |
boolean |
startDeployment(DeploymentModuleIdentifier identifier) |
void |
suspend() |
void add(DeploymentModuleIdentifier identifier, ModuleDeployment deployment)
boolean startDeployment(DeploymentModuleIdentifier identifier)
void addListener(DeploymentRepositoryListener listener)
void removeListener(DeploymentRepositoryListener listener)
void remove(DeploymentModuleIdentifier identifier)
void suspend()
void resume()
boolean isSuspended()
Map<DeploymentModuleIdentifier,ModuleDeployment> getModules()
Map<DeploymentModuleIdentifier,ModuleDeployment> getStartedModules()
Copyright © 2020 JBoss by Red Hat. All rights reserved.