Uses of Class
org.openejb.alt.config.EjbSet

Packages that use EjbSet
org.openejb.alt.config The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. 
org.openejb.alt.config.rules The classes and interfaces directly under this package define the basic parts of the OpenEJB validation rules engine. 
 

Uses of EjbSet in org.openejb.alt.config
 

Methods in org.openejb.alt.config that return EjbSet
 EjbSet[] EjbValidator.getEjbSets()
           
 EjbSet EjbValidator.validateJar(EjbJarUtils ejbJarUtils, java.lang.ClassLoader classLoader)
           
 

Methods in org.openejb.alt.config with parameters of type EjbSet
 void EjbValidator.addEjbSet(EjbSet set)
           
 void EjbValidator.displayResults(EjbSet[] sets)
           
 void EjbValidator.printResults(EjbSet set)
           
 void EjbValidator.printResultsXML(EjbSet set)
           
 void ValidationRule.validate(EjbSet set)
           
 

Uses of EjbSet in org.openejb.alt.config.rules
 

Methods in org.openejb.alt.config.rules with parameters of type EjbSet
 void CheckClasses.validate(EjbSet set)
           
 void CheckMethods.validate(EjbSet set)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.