|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.container.info.BeanInfo
public class BeanInfo
This class contains description for a bean. It is used at the runtime.
Field Summary | |
---|---|
private TransactionManagementType |
transactionManagementType
Management type for the bean. |
Constructor Summary | |
---|---|
BeanInfo()
|
Method Summary | |
---|---|
TransactionManagementType |
getTransactionManagementType()
Gets the type of transaction for the given bean. |
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 |
Field Detail |
---|
private TransactionManagementType transactionManagementType
Constructor Detail |
---|
public BeanInfo()
Method Detail |
---|
public TransactionManagementType getTransactionManagementType()
getTransactionManagementType
in interface IBeanInfo
public void setTransactionManagementType(TransactionManagementType transactionManagementType)
setTransactionManagementType
in interface IBeanInfo
transactionManagementType
- transaction management type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |