|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.container.info.BeanInfo
public class BeanInfo
This class contains description for a bean. It is used at the runtime.
| Constructor Summary | |
|---|---|
BeanInfo()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,ApplicationException> |
getApplicationExceptions()
Gets the list of application exceptions defined on this ejb jar metadata. |
java.lang.String |
getName()
Gets the name of the bean. |
ISecurityInfo |
getSecurityInfo()
Gets the security info. |
TransactionManagementType |
getTransactionManagementType()
Gets the type of transaction for the given bean. |
void |
setApplicationExceptions(java.util.Map<java.lang.String,ApplicationException> applicationExceptions)
Sets the list of application exceptions defined on this ejb jar metadata. |
void |
setName(java.lang.String name)
Sets the name of the bean. |
void |
setSecurityInfo(ISecurityInfo securityInfo)
Sets the security info. |
void |
setTransactionManagementType(TransactionManagementType transactionManagementType)
Sets the type of transaction for the given bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanInfo()
| Method Detail |
|---|
public java.util.Map<java.lang.String,ApplicationException> getApplicationExceptions()
getApplicationExceptions in interface IBeanInfopublic void setApplicationExceptions(java.util.Map<java.lang.String,ApplicationException> applicationExceptions)
setApplicationExceptions in interface IBeanInfoapplicationExceptions - the list of application exceptions defined on this ejb jar metadata.public TransactionManagementType getTransactionManagementType()
getTransactionManagementType in interface IBeanInfopublic void setTransactionManagementType(TransactionManagementType transactionManagementType)
setTransactionManagementType in interface IBeanInfotransactionManagementType - transaction management type.public void setSecurityInfo(ISecurityInfo securityInfo)
setSecurityInfo in interface IBeanInfosecurityInfo - security info.public ISecurityInfo getSecurityInfo()
getSecurityInfo in interface IBeanInfopublic java.lang.String getName()
getName in interface IBeanInfopublic void setName(java.lang.String name)
setName in interface IBeanInfoname - the bean's name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||