|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.EjbJarDeploymentDesc
public class EjbJarDeploymentDesc
This class makes the availability of deployment descriptors used in an ejb-jar.
Field Summary | |
---|---|
private java.util.Map<java.lang.String,BeanDeploymentDesc> |
beansDeploymentDesc
List of EJB/Bean deployment descriptors. |
private static JLog |
logger
Logger. |
Constructor Summary | |
---|---|
EjbJarDeploymentDesc()
Constructor. |
Method Summary | |
---|---|
void |
addBeanDeploymentDesc(BeanDeploymentDesc beanDeploymentDesc)
Add deployment descriptor for a given Bean. |
BeanDeploymentDesc |
getBeanDeploymentDesc(java.lang.String ejbName)
Get Bean deployment desc for a given bean name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static JLog logger
private java.util.Map<java.lang.String,BeanDeploymentDesc> beansDeploymentDesc
Constructor Detail |
---|
public EjbJarDeploymentDesc()
Method Detail |
---|
public void addBeanDeploymentDesc(BeanDeploymentDesc beanDeploymentDesc)
beanDeploymentDesc
- deployment descriptor of a bean.public BeanDeploymentDesc getBeanDeploymentDesc(java.lang.String ejbName)
ejbName
- key of the map of DD bean.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |