org.guvnor.structure.backend.deployment
Class DeploymentConfigServiceImpl
java.lang.Object
org.guvnor.structure.backend.deployment.DeploymentConfigServiceImpl
- All Implemented Interfaces:
- DeploymentConfigService
@ApplicationScoped
public class DeploymentConfigServiceImpl
- extends Object
- implements DeploymentConfigService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentConfigServiceImpl
public DeploymentConfigServiceImpl()
loadGroups
@PostConstruct
public void loadGroups()
addDeployment
public void addDeployment(String identifier,
Object deploymentUnit)
- Specified by:
addDeployment in interface DeploymentConfigService
removeDeployment
public void removeDeployment(String identifier)
- Specified by:
removeDeployment in interface DeploymentConfigService
getDeployment
public DeploymentConfig getDeployment(String identifier)
- Specified by:
getDeployment in interface DeploymentConfigService
getDeployments
public Collection<DeploymentConfig> getDeployments()
- Specified by:
getDeployments in interface DeploymentConfigService
updateRegisteredDeployments
public void updateRegisteredDeployments(@Observes
SystemRepositoryChangedEvent changedEvent)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.