Guvnor - Structure Backend 6.2.0.CR4

org.guvnor.structure.backend.deployment
Class DeploymentConfigServiceImpl

java.lang.Object
  extended by org.guvnor.structure.backend.deployment.DeploymentConfigServiceImpl
All Implemented Interfaces:
DeploymentConfigService

@ApplicationScoped
public class DeploymentConfigServiceImpl
extends Object
implements DeploymentConfigService


Constructor Summary
DeploymentConfigServiceImpl()
           
 
Method Summary
 void addDeployment(String identifier, Object deploymentUnit)
           
 DeploymentConfig getDeployment(String identifier)
           
 Collection<DeploymentConfig> getDeployments()
           
 void loadGroups()
           
 void removeDeployment(String identifier)
           
 void updateRegisteredDeployments(SystemRepositoryChangedEvent changedEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentConfigServiceImpl

public DeploymentConfigServiceImpl()
Method Detail

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)

Guvnor - Structure Backend 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.