Package | Description |
---|---|
org.ow2.petals.microkernel.api.configuration | |
org.ow2.petals.microkernel.api.configuration.exception | |
org.ow2.petals.microkernel.api.util |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationService.loadConfiguration(Properties serverLocalProperties,
org.ow2.petals.topology.generated.Topology topology)
Create the container configuration based on the local topology and server configuration properties.
|
void |
ConfigurationService.persistTopology(org.ow2.petals.topology.generated.Topology topology)
Persists the given topology in the working area.
|
void |
ConfigurationService.updateTopology(org.ow2.petals.topology.generated.Topology topology)
Update the container configuration according to a topology definition.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerAlreadyExistException
The container already exists
|
class |
ContainerDoesNotExistException
The container does not exist
|
class |
ContainerNameDuplicatedException
The container configuration is inconsistent: several containers have the same name.
|
class |
DomainUnknownException
The domain is unknown in the current topology.
|
class |
InconsistentConfigurationException
The configuration is inconsistent:
an error was detected between the local container configuration and the topology,
or a new topology is not compliant with the current one.
|
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.
|
class |
InvalidContainerConfigurationProvidedException
The container configuration provided is invalid
|
class |
MissingServerPropertyException
A required server property is missing
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationServiceUtils.initializeContainerConfiguration(org.ow2.petals.clientserverapi.configuration.ContainerConfiguration containerConfiguration,
org.ow2.petals.topology.generated.Topology topology)
Initializes a container configuration bean from a topology JAXB element.
|
static void |
ConfigurationServiceUtils.initializeDomainConfiguration(DomainConfiguration domainConfiguration,
org.ow2.petals.topology.generated.Topology topology)
Initializes a domain configuration from a topology JAXB element.
|
Copyright © 2005-2016 Linagora. All Rights Reserved.