| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimedObject
The TimedObject interface contains a callback method
 that is used to deliver timer expiration notifications.  It can be
 implemented by a stateless session bean class, a singleton session
 bean class, a message-driven bean class, or an EJB 2.x entity bean class.
 
 If the bean implements the TimedObject interface, the
 Timeout annotation, if used, can only be applied to 
 the ejbTimeout method.
Timeout| Method Summary | |
|---|---|
 void | 
ejbTimeout(Timer timer)
Invoked by the EJB container upon timer expiration.  | 
| Method Detail | 
|---|
void ejbTimeout(Timer timer)
timer - timer whose expiration caused this notification.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41