org.ow2.easybeans.api.bean
Interface EasyBeansSB<PoolType extends EasyBeansSB>
- Type Parameters:
PoolType - the type of session bean (SLSB or SFSB)
- All Superinterfaces:
- EasyBeansBean, EasyBeansInjection, EasyBeansLifeCycle, EasyBeansSBLifeCycle, EasyBeansTimedObject
- All Known Subinterfaces:
- EasyBeansSFSB, EasyBeansSingletonSB, EasyBeansSLSB
public interface EasyBeansSB<PoolType extends EasyBeansSB>
- extends EasyBeansBean, EasyBeansSBLifeCycle
Defines the interface of a session bean.
- Author:
- Florent Benoit
getEasyBeansRemoved
boolean getEasyBeansRemoved()
- Detects if the bean is removed or not.
- Returns:
- true if the bean has been removed
setEasyBeansRemoved
void setEasyBeansRemoved(boolean easyBeansRemoved)
- Sets the value to true if the bean is removed.
- Parameters:
easyBeansRemoved - true/false
Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.