|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBeanInfo
This interface is used for containing a description for a bean. It is used at the runtime.
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. |
Method Detail |
---|
java.util.Map<java.lang.String,ApplicationException> getApplicationExceptions()
void setApplicationExceptions(java.util.Map<java.lang.String,ApplicationException> applicationExceptions)
applicationExceptions
- the list of application exceptions defined on this ejb jar metadata.TransactionManagementType getTransactionManagementType()
void setTransactionManagementType(TransactionManagementType transactionManagementType)
transactionManagementType
- transaction management type.ISecurityInfo getSecurityInfo()
void setSecurityInfo(ISecurityInfo securityInfo)
securityInfo
- security info.java.lang.String getName()
void setName(java.lang.String name)
name
- the bean's name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |