Package org.openejb.alt.config

The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture.

See:
          Description

Interface Summary
Bean  
Service This interface must be implemented by the following castor generated classes: ConnectionManager Connector Container JndiProvider ProxyFactory Resource SecurityService TransactionService Each of these classes have the methods of this interface, but Castor does not generate them as sharing a common interface.
ValidationRule  
 

Class Summary
AutoDeployer This class represents a command line tool for deploying beans.
ConfigurationFactory An implementation of the Classic Assembler's OpenEjbConfigurationFactory interface.
ConfigUtils Utility methods for reading and writing config files
Deploy This class represents a command line tool for deploying beans.
DTDResolver Loads DTDs from disk so you don't have to hit the web to validate configuration files.
EjbJarUtils  
EjbSet  
EjbValidator  
EntityBean  
ServiceUtils Utility methods for reading, writing, and configuring services
SessionBean  
TempCodebase  
Unmarshaller  
ValidationTable Beans should be validated, but only when: - the validator version has changed since last validation - the jar has changed since last validation - the jar has never been validated This class works, but it causes problems elsewhere.
 

Exception Summary
ValidationError  
ValidationException  
ValidationFailure  
ValidationWarning  
 

Package org.openejb.alt.config Description

The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture.

Package Specification

Yet to come.

Related Documentation

See Also:
OpenEJB, ContainerSystem, Container, DeploymentInfo


Copyright © 1999-2011 OpenEJB. All Rights Reserved.