| |
|
| java.lang.Object org.jboss.verifier.BeanVerifier
Constructor Summary | |
public | BeanVerifier() Default constructor. |
BeanVerifier | public BeanVerifier()(Code) | | Default constructor.
|
getJarLocation | public URL getJarLocation()(Code) | | |
getSuccess | public boolean getSuccess()(Code) | | Check if the Verifier was successful
true if all Beans have been verified,false otherwise. |
verify | public void verify(URL url, ApplicationMetaData metaData)(Code) | | Checks the Enterprise Java Beans found in this Jar for EJB spec
compliance (EJB Spec. 1.1). Ensures that the given interfaces
and implementation classes implement required methods and follow
the contract given in the spec.
Parameters: url - URL to the bean jar file |
verify | public void verify(URL url, ApplicationMetaData metaData, ClassLoader cl)(Code) | | Checks the Enterprise Java Beans found in this Jar for EJB spec
compliance (EJB Spec. 1.1). Ensures that the given interfaces
and implementation classes implement required methods and follow
the contract given in the spec.
Parameters: url - URL to the bean jar file Parameters: cl - The ClassLoader to use |
|
|
|