|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
---|---|
org.ow2.petals.microkernel.api.configuration | |
org.ow2.petals.microkernel.api.configuration.exception |
Uses of ConfigurationException in org.ow2.petals.microkernel.api.configuration |
---|
Methods in org.ow2.petals.microkernel.api.configuration that throw ConfigurationException | |
---|---|
void |
ConfigurationService.addContainerConfiguration(org.ow2.petals.clientserverapi.configuration.ContainerConfiguration addedContainer)
Registers a new container configuration within the local configuration. |
void |
ConfigurationService.addSubdomainConfiguration(SubDomainConfiguration addedSubdomain)
Registers a new subdomain within the local topology. |
org.ow2.petals.topology.generated.Topology |
ConfigurationService.getTopology()
Get the current topology. |
void |
ConfigurationService.loadConfiguration(Properties serverLocalProperties,
org.ow2.petals.topology.generated.Topology topology)
Create the container configuration based on the topology and server configuration properties. |
void |
ConfigurationService.removeContainerConfiguration(org.ow2.petals.clientserverapi.configuration.ContainerConfiguration removedContainer)
Unregisters the subdomain within the local topology. |
void |
ConfigurationService.removeSubdomainConfiguration(String removedSubdomain)
Unregister a subdomain within the local topology. |
void |
ConfigurationService.validateDynamicTopology()
Validate the dynamic topology |
Uses of ConfigurationException in org.ow2.petals.microkernel.api.configuration.exception |
---|
Subclasses of ConfigurationException in org.ow2.petals.microkernel.api.configuration.exception | |
---|---|
class |
ContainerUnknownException
The container is unknown in the current topology. |
class |
InconsistentConfigurationException
The container configuration is inconsistent, an error was detected between the local container configuration and the topology. |
class |
InconsistentDomainModeConfigurationException
The domain mode of the current topology and the domain mode of the checked domain are inconsistent. |
class |
InconsistentNetworkTimeSyncException
The configurations of the network time synchronization are inconsistent. |
class |
SubdomainUnknownException
The sub-domain is unknown in the current topology. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |