Package | Description |
---|---|
org.ow2.petals.microkernel.api.configuration.exception | |
org.ow2.petals.microkernel.api.util |
Modifier and Type | Class and Description |
---|---|
class |
ContainerNameDuplicatedException
The container configuration is inconsistent: several containers have the same name.
|
class |
InconsistentContainerConfigurationException
The container configuration is inconsistent:
an error was detected between the local container configuration and the topology,
or a new topology is not compliant, at container level, with the current one.
|
class |
InconsistentContainerDuplicatedPortException
The container configuration is inconsistent: the container defines a port already defined elsewhere
|
class |
InconsistentContainerFastRemoteTcpPortException
The container configuration is inconsistent: a new topology defines a different fast remote TCP port for the
container.
|
class |
InconsistentContainerHostException
The container configuration is inconsistent:
an error was detected about the topology: the container host is missing,
or a new topology is not compliant, at contaienr level, with the current one, defining a different container
host.
|
class |
InconsistentContainerJmxPortException
The container configuration is inconsistent: a new topology defines a different JMX port for the container.
|
class |
InconsistentContainerNameException
The configuration is inconsistent: an error was detected between the server properties and the topology: the
container name is not found in the topology
|
class |
InconsistentContainerPasswordException
The container configuration is inconsistent: a new topology defines a different password for the container.
|
class |
InconsistentContainerTransportSvcException
The container configuration is inconsistent: the container transport service is missing
|
class |
InconsistentContainerUserException
The container configuration is inconsistent: a new topology defines a different user for the container.
|
class |
InconsistentCurrentContainerNoMoreExistException
The configuration is inconsistent: the current container does not exist in a new topology.
|
class |
InconsistentDomainConfigurationException
The domain configuration is inconsistent:
an error was detected between the local container configuration and the topology,
or a new topology is not compliant, at domain level, with the current one.
|
class |
InconsistentDomainJndiFactoryException
The domain configuration is inconsistent:
an error was detected about the topology: the JNDI factory is missing,
or a new topology is not compliant, at domain level, with the current one, defining a different JNDI factory
|
class |
InconsistentDomainJndiProviderUrlException
The domain configuration is inconsistent:
an error was detected about the topology: the JNDI provider URL is missing,
or a new topology is not compliant, at domain level, with the current one, defining a different JNDI provider
URL.
|
class |
InconsistentDomainModeException
The domain configuration is inconsistent:
an error was detected about the topology: the domain mode is not supported,
or a new topology is not compliant, at domain level, with the current one, defining a different domain mode.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationServiceUtils.validateTopology(org.ow2.petals.clientserverapi.configuration.ContainerConfiguration containerConfiguration,
org.ow2.petals.topology.generated.Topology topology)
Validate the consistency of the topology against a container configuration.
|
static void |
ConfigurationServiceUtils.validateTopologyContainers(List<org.ow2.petals.topology.generated.Container> containers)
Validate the consistency of the topology containers
|
Copyright © 2005-2016 Linagora. All Rights Reserved.