org.openejb.config
Class EjbSet

java.lang.Object
  extended byorg.openejb.config.EjbSet

public class EjbSet
extends Object


Field Summary
protected  Bean[] beans
           
protected  Vector errors
           
protected  Vector failures
           
protected  EjbJar jar
           
protected  String jarPath
           
protected  Vector warnings
           
 
Constructor Summary
EjbSet(String jarPath)
           
 
Method Summary
 void addError(ValidationError error)
           
 void addFailure(ValidationFailure failure)
           
 void addWarning(ValidationWarning warning)
           
 Bean[] getBeans()
           
 EjbJar getEjbJar()
           
 ValidationError[] getErrors()
           
 ValidationFailure[] getFailures()
           
 String getJarPath()
           
 ValidationWarning[] getWarnings()
           
 boolean hasErrors()
           
 boolean hasFailures()
           
 boolean hasWarnings()
           
 void setEjbJar(EjbJar jar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failures

protected Vector failures

warnings

protected Vector warnings

errors

protected Vector errors

beans

protected Bean[] beans

jar

protected EjbJar jar

jarPath

protected String jarPath
Constructor Detail

EjbSet

public EjbSet(String jarPath)
Method Detail

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.