org.apache.geronimo.enterprise.deploy.tool
Class EjbDeployableObject

java.lang.Object
  extended byorg.apache.geronimo.enterprise.deploy.tool.AbstractDeployableObject
      extended byorg.apache.geronimo.enterprise.deploy.tool.EjbDeployableObject
All Implemented Interfaces:
javax.enterprise.deploy.model.DeployableObject

public class EjbDeployableObject
extends AbstractDeployableObject

A DeployableObject implementation for EJB JARs. This knows how to load and validate the deployment descriptors for EJB (currently v2.1 only).

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:58:43 $

Constructor Summary
EjbDeployableObject(JarFile jar, ClassLoader loader)
           
 
Method Summary
 javax.enterprise.deploy.model.DDBeanRoot getDDBeanRoot(String filename)
           
 
Methods inherited from class org.apache.geronimo.enterprise.deploy.tool.AbstractDeployableObject
entries, getChildBean, getClassFromScope, getDDBeanRoot, getEntry, getModuleDTDVersion, getText, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbDeployableObject

public EjbDeployableObject(JarFile jar,
                           ClassLoader loader)
Method Detail

getDDBeanRoot

public javax.enterprise.deploy.model.DDBeanRoot getDDBeanRoot(String filename)
                                                       throws FileNotFoundException,
                                                              javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Throws:
FileNotFoundException
javax.enterprise.deploy.model.exceptions.DDBeanCreateException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.