|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
ClassLoader classLoader)
|
Methods in org.openejb.alt.config with parameters of type EjbSet | |
void |
EjbValidator.addEjbSet(EjbSet set)
|
void |
EjbValidator.printResults(EjbSet set)
|
void |
EjbValidator.printResultsXML(EjbSet set)
|
void |
EjbValidator.displayResults(EjbSet[] sets)
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |