org.openmdx.kernel.application.configuration
Interface Configuration

All Known Subinterfaces:
Deployment.Application, Deployment.ApplicationClient, Deployment.Bean, Deployment.Component, Deployment.Connector, Deployment.MessageDrivenBean, Deployment.Module, Deployment.SessionBean
All Known Implementing Classes:
AbstractConfiguration, AbstractConfigurationDecorator, ApplicationClientDecorator, ApplicationClientDeploymentDescriptor, ApplicationDecorator, ApplicationDeploymentDescriptor, BeanDecorator, BeanDeploymentDescriptor, ComponentDeploymentDescriptor, ConnectorDecorator, ConnectorDeploymentDescriptor, MessageDrivenBeanDecorator, MessageDrivenBeanDeploymentDescriptor, ModuleDecorator, ModuleDeploymentDescriptor, SessionBeanDecorator, SessionBeanDeploymentDescriptor

public interface Configuration

Configuration


Method Summary
 Report validate()
          Validates the configuration.
 Report verify()
          Verifies the configuration.
 

Method Detail

verify

Report verify()
Verifies the configuration. All configuration entries are verified with the configuration entry descriptions. A verification requires that the configuration entry descriptions have been set.

The verification process verifies that:

Returns:
A validation report

validate

Report validate()
Validates the configuration. A concrete configuration validates the configuration entries. Validation goes beyond simple verification: To accomplish this the validator needs more information than is required for just a simple verification.

Returns:
A validation report
See Also:
verify()


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.