org.openejb.config
Class EjbSet
java.lang.Object
org.openejb.config.EjbSet
- public class EjbSet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
failures
protected Vector failures
warnings
protected Vector warnings
errors
protected Vector errors
beans
protected Bean[] beans
jar
protected EjbJar jar
jarPath
protected String jarPath
EjbSet
public EjbSet(String jarPath)
setEjbJar
public void setEjbJar(EjbJar jar)
addWarning
public void addWarning(ValidationWarning warning)
addFailure
public void addFailure(ValidationFailure failure)
addError
public void addError(ValidationError error)
getFailures
public ValidationFailure[] getFailures()
getWarnings
public ValidationWarning[] getWarnings()
getErrors
public ValidationError[] getErrors()
hasWarnings
public boolean hasWarnings()
hasFailures
public boolean hasFailures()
hasErrors
public boolean hasErrors()
getBeans
public Bean[] getBeans()
getEjbJar
public EjbJar getEjbJar()
getJarPath
public String getJarPath()
Copyright © 1999-2005 OpenEJB. All Rights Reserved.