|
|||||||||
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. |
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 |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |