@ApplicationScoped public class DeploymentConfigServiceImpl extends Object implements DeploymentConfigService
| Constructor and Description |
|---|
DeploymentConfigServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployment(String identifier,
Object deploymentUnit) |
DeploymentConfig |
getDeployment(String identifier) |
Collection<DeploymentConfig> |
getDeployments() |
void |
loadGroups() |
void |
removeDeployment(String identifier) |
void |
updateRegisteredDeployments(SystemRepositoryChangedEvent changedEvent) |
@PostConstruct public void loadGroups()
public void addDeployment(String identifier, Object deploymentUnit)
addDeployment in interface DeploymentConfigServicepublic void removeDeployment(String identifier)
removeDeployment in interface DeploymentConfigServicepublic DeploymentConfig getDeployment(String identifier)
getDeployment in interface DeploymentConfigServicepublic Collection<DeploymentConfig> getDeployments()
getDeployments in interface DeploymentConfigServicepublic void updateRegisteredDeployments(@Observes
SystemRepositoryChangedEvent changedEvent)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.