org.objectweb.easybeans.api.bean
Interface IBeanInfo

All Known Implementing Classes:
BeanInfo, SessionBeanInfo

public interface IBeanInfo

This interface is used for containing a description for a bean. It is used at the runtime.

Author:
Florent Benoit

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.
 

Method Detail

getTransactionManagementType

TransactionManagementType getTransactionManagementType()
Gets the type of transaction for the given bean.

Returns:
transaction management type.

setTransactionManagementType

void setTransactionManagementType(TransactionManagementType transactionManagementType)
Sets the type of transaction for the given bean.

Parameters:
transactionManagementType - transaction management type.