TimedObject (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.ejb Interface TimedObject


public interface TimedObject

The TimedObject interface contains the callback method that is used to deliver timer expiration notifications. It is implemented by an entity bean or stateless session bean or message-driven bean class.


方法摘要
 void ejbTimeout(Timer timer)
          Invoked by the EJB container upon timer expiration.
 

方法详细信息

ejbTimeout

void ejbTimeout(Timer timer)
Invoked by the EJB container upon timer expiration.

参数:
timer - timer whose expiration caused this notification.

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.