public class CheckClassLoading extends ValidationBase
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckClassLoading.Classes |
static class |
CheckClassLoading.ContainingItem |
static class |
CheckClassLoading.DiffItem |
static class |
CheckClassLoading.DiffItemComparator |
static class |
CheckClassLoading.IncludedItem |
static class |
CheckClassLoading.JarUtil |
static class |
CheckClassLoading.SameItem |
| Modifier and Type | Field and Description |
|---|---|
protected AppModule |
appModule |
static String |
OPENEJB_CHECK_CLASSLOADER_VERBOSE |
| Constructor and Description |
|---|
CheckClassLoading() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<CheckClassLoading.DiffItem> |
intersection(CheckClassLoading.Classes cl1,
CheckClassLoading.Classes cl2) |
void |
validate(AppModule appModule) |
void |
validate(ClientModule clientModule) |
void |
validate(EjbModule ejbModule) |
error, fail, fail, getParameters, getParameters, getParameters, ignoredClassAnnotation, ignoredMethodAnnotation, isCmp, loadClass, missingMethod, paramsMatch, warn, warnpublic static final String OPENEJB_CHECK_CLASSLOADER_VERBOSE
protected AppModule appModule
public void validate(AppModule appModule)
validate in interface ValidationRulevalidate in class ValidationBasepublic void validate(ClientModule clientModule)
validate in class ValidationBasepublic void validate(EjbModule ejbModule)
validate in class ValidationBasepublic static Collection<CheckClassLoading.DiffItem> intersection(CheckClassLoading.Classes cl1, CheckClassLoading.Classes cl2)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.