| org.ow2.easybeans.api.bean.EasyBeansSB
EasyBeansSB | public interface EasyBeansSB extends EasyBeansBean,EasyBeansSBLifeCycle(Code) | | Defines the interface of a session bean.
< Parameters: PoolType - > the type of session bean (SLSB or SFSB) author: Florent Benoit |
getEasyBeansRemoved | boolean getEasyBeansRemoved()(Code) | | Detects if the bean is removed or not.
true if the bean has been removed |
setEasyBeansRemoved | void setEasyBeansRemoved(boolean easyBeansRemoved)(Code) | | Sets the value to true if the bean is removed.
Parameters: easyBeansRemoved - true/false |
|
|