Uses of Class
org.ow2.petals.kernel.configuration.ConfigurationException

Packages that use ConfigurationException
org.ow2.petals.communication.topology   
org.ow2.petals.kernel.configuration   
 

Uses of ConfigurationException in org.ow2.petals.communication.topology
 

Methods in org.ow2.petals.communication.topology that throw ConfigurationException
 void TopologyServiceImpl.removeContainerConfiguration(ContainerConfiguration removedContainer)
           
 void TopologyService.removeContainerConfiguration(ContainerConfiguration removedContainer)
          Remove container configuration.
 void TopologyServiceImpl.removeSubdomainConfiguration(java.lang.String removedSubdomain)
           
 void TopologyService.removeSubdomainConfiguration(java.lang.String removedSubdomainName)
          Remove subdomain configuration.
 void TopologyServiceImpl.validateDynamicTopology()
          Validate the dynamic topology.
 void TopologyService.validateDynamicTopology()
          Validate the dynamic topology.
 

Uses of ConfigurationException in org.ow2.petals.kernel.configuration
 

Methods in org.ow2.petals.kernel.configuration that throw ConfigurationException
 void ConfigurationServiceImpl.addContainerConfiguration(ContainerConfiguration addedContainer)
          Registers a new container configuration within the local configuration.
 void ConfigurationService.addContainerConfiguration(ContainerConfiguration addedContainer)
          Registers a new container configuration within the local configuration.
 void ConfigurationServiceImpl.addSubdomainConfiguration(SubDomainConfiguration addedSubdomain)
          Registers a new subdomain within the local topology.
 void ConfigurationService.addSubdomainConfiguration(SubDomainConfiguration addedSubdomain)
          Registers a new subdomain within the local topology.
 void ConfigurationServiceImpl.backupTopology()
          Backups the local topology.
 void ConfigurationService.backupTopology()
          Backups the local topology.
 org.ow2.petals.topology.generated.Topology ConfigurationServiceImpl.getTopology()
          Get the current topology.
 org.ow2.petals.topology.generated.Topology ConfigurationService.getTopology()
          Get the current topology.
 void ContainerConfiguration.init()
           
 void ConfigurationServiceImpl.loadTopology()
          Load or reload the topology.
 void ConfigurationService.loadTopology()
          Load or reload the topology.
 void ConfigurationServiceImpl.removeContainerConfiguration(ContainerConfiguration removedContainer)
           
 void ConfigurationService.removeContainerConfiguration(ContainerConfiguration removedContainer)
          Unregisters the subdomain within the local topology.
 void ConfigurationServiceImpl.removeSubdomainConfiguration(java.lang.String removedSubdomainName)
           
 void ConfigurationService.removeSubdomainConfiguration(java.lang.String removedSubdomain)
          Unregister a subdomain within the local topology.
 void ConfigurationServiceImpl.validateDynamicTopology()
           
 void ConfigurationService.validateDynamicTopology()
          Validate the dynamic topology
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.