|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.BeanDeploymentDesc
public class BeanDeploymentDesc
This class represents the annotation metadata of a Bean. From this class, we can access to all methods of a bean with its associated information.
Field Summary | |
---|---|
private java.lang.String |
ejbName
Name of bean associated to this metadata. |
Constructor Summary | |
---|---|
BeanDeploymentDesc()
|
Method Summary | |
---|---|
java.lang.String |
getEjbName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String ejbName
Constructor Detail |
---|
public BeanDeploymentDesc()
Method Detail |
---|
public java.lang.String getEjbName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |