org.apache.openejb.config
Class EjbSet
java.lang.Object
org.apache.openejb.config.EjbSet
- All Implemented Interfaces:
- ValidationResults
public class EjbSet
- extends Object
- implements ValidationResults
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbSet
public EjbSet(String jarPath,
EjbJar jar,
ClassLoader classLoader)
getClassLoader
public ClassLoader getClassLoader()
getJar
public EjbJar getJar()
getModuleType
public String getModuleType()
- Specified by:
getModuleType
in interface ValidationResults
addWarning
public void addWarning(ValidationWarning warning)
addFailure
public void addFailure(ValidationFailure failure)
addError
public void addError(ValidationError error)
getFailures
public ValidationFailure[] getFailures()
- Specified by:
getFailures
in interface ValidationResults
getWarnings
public ValidationWarning[] getWarnings()
- Specified by:
getWarnings
in interface ValidationResults
getErrors
public ValidationError[] getErrors()
- Specified by:
getErrors
in interface ValidationResults
hasWarnings
public boolean hasWarnings()
- Specified by:
hasWarnings
in interface ValidationResults
hasFailures
public boolean hasFailures()
- Specified by:
hasFailures
in interface ValidationResults
hasErrors
public boolean hasErrors()
- Specified by:
hasErrors
in interface ValidationResults
getEjbJar
public EjbJar getEjbJar()
getJarPath
public String getJarPath()
- Specified by:
getJarPath
in interface ValidationResults
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.