org.objectweb.easybeans.api.bean.timer
Interface EasyBeansTimedObject

All Known Subinterfaces:
EasyBeansBean, EasyBeansMDB, EasyBeansSB<PoolType>, EasyBeansSFSB, EasyBeansSLSB

public interface EasyBeansTimedObject

Defines the timer interface for an enterprise bean.

Author:
Florent Benoit

Method Summary
 void timeoutCallByEasyBeans(Timer timer)
          This method will call the timeout method that the developer defined.
This method will be called by the timer service implementation.
The naming will be set but no security check is performed.
 

Method Detail

timeoutCallByEasyBeans

void timeoutCallByEasyBeans(Timer timer)
This method will call the timeout method that the developer defined.
This method will be called by the timer service implementation.
The naming will be set but no security check is performed. The unauthenticated identity is used.

Parameters:
timer - the given timer object.