org.openejb.alt.config
Class EjbSet

java.lang.Object
  extended by org.openejb.alt.config.EjbSet

public class EjbSet
extends java.lang.Object

Author:
David Blevins

Constructor Summary
EjbSet(java.lang.String jarPath, EjbJar jar, Bean[] beans, java.lang.ClassLoader classLoader)
           
 
Method Summary
 void addError(ValidationError error)
           
 void addFailure(ValidationFailure failure)
           
 void addWarning(ValidationWarning warning)
           
 Bean[] getBeans()
           
 java.lang.ClassLoader getClassLoader()
           
 EjbJar getEjbJar()
           
 ValidationError[] getErrors()
           
 ValidationFailure[] getFailures()
           
 EjbJar getJar()
           
 java.lang.String getJarPath()
           
 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(java.lang.String jarPath,
              EjbJar jar,
              Bean[] beans,
              java.lang.ClassLoader classLoader)
Method Detail

getClassLoader

public java.lang.ClassLoader getClassLoader()

getJar

public EjbJar getJar()

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 java.lang.String getJarPath()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.