org.objectweb.easybeans.api.bean
Interface EasyBeansSFSB

All Superinterfaces:
EasyBeansBean, EasyBeansInjection, EasyBeansLifeCycle, EasyBeansSB<EasyBeansSFSB>, EasyBeansSBLifeCycle, EasyBeansSFSBLifeCycle, EasyBeansTimedObject

public interface EasyBeansSFSB
extends EasyBeansSB<EasyBeansSFSB>, EasyBeansSFSBLifeCycle

Defines the interface of a stateful session bean.

Author:
Florent Benoit

Method Summary
 java.lang.Long getEasyBeansStatefulID()
          Gets the stateful ID of the current bean.
 void setEasyBeansStatefulID(java.lang.Long easyBeansStatefulID)
          Sets the ID for this stateful bean.
 
Methods inherited from interface org.objectweb.easybeans.api.bean.EasyBeansSB
getEasyBeansRemoved, setEasyBeansRemoved
 
Methods inherited from interface org.objectweb.easybeans.api.bean.EasyBeansBean
getEasyBeansContext, getEasyBeansFactory, setEasyBeansContext, setEasyBeansFactory
 
Methods inherited from interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansLifeCycle
postConstructEasyBeansLifeCycle, preDestroyEasyBeansLifeCycle
 
Methods inherited from interface org.objectweb.easybeans.api.injection.EasyBeansInjection
injectedByEasyBeans
 
Methods inherited from interface org.objectweb.easybeans.api.bean.timer.EasyBeansTimedObject
timeoutCallByEasyBeans
 
Methods inherited from interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansLifeCycle
postConstructEasyBeansLifeCycle, preDestroyEasyBeansLifeCycle
 
Methods inherited from interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansSFSBLifeCycle
postActivateEasyBeansLifeCycle, prePassivateEasyBeansLifeCycle
 
Methods inherited from interface org.objectweb.easybeans.api.bean.lifecycle.EasyBeansLifeCycle
postConstructEasyBeansLifeCycle, preDestroyEasyBeansLifeCycle
 

Method Detail

getEasyBeansStatefulID

java.lang.Long getEasyBeansStatefulID()
Gets the stateful ID of the current bean.

Returns:
the id of this bean.

setEasyBeansStatefulID

void setEasyBeansStatefulID(java.lang.Long easyBeansStatefulID)
Sets the ID for this stateful bean.

Parameters:
easyBeansStatefulID - the id to set.