org.apache.openejb.config
Class EjbSet

java.lang.Object
  extended by org.apache.openejb.config.EjbSet
All Implemented Interfaces:
ValidationResults

public class EjbSet
extends Object
implements ValidationResults


Constructor Summary
EjbSet(String jarPath, EjbJar jar, ClassLoader classLoader)
           
 
Method Summary
 void addError(ValidationError error)
           
 void addFailure(ValidationFailure failure)
           
 void addWarning(ValidationWarning warning)
           
 ClassLoader getClassLoader()
           
 EjbJar getEjbJar()
           
 ValidationError[] getErrors()
           
 ValidationFailure[] getFailures()
           
 EjbJar getJar()
           
 String getJarPath()
           
 String getModuleType()
           
 ValidationWarning[] getWarnings()
           
 boolean hasErrors()
           
 boolean hasFailures()
           
 boolean hasWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbSet

public EjbSet(String jarPath,
              EjbJar jar,
              ClassLoader classLoader)
Method Detail

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.