FileDocCategorySizeDatePackage
TimedObject.javaAPI DocGlassfish v2 API2454Fri May 04 22:35:54 BST 2007javax.ejb

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.

Fields Summary
Constructors Summary
Methods Summary
public voidejbTimeout(Timer timer)
Invoked by the EJB container upon timer expiration.

param
timer timer whose expiration caused this notification.