JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
javax.ejb
Interface TimedObject
public interface
TimedObject
The TimedObject interface contains the callback method that is used to deliver timer expiration notifications.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
ejbTimeout
(
Timer
timer)
Invoked by the EJB container upon timer expiration.
Method Detail
ejbTimeout
void ejbTimeout(
Timer
timer)
Invoked by the EJB container upon timer expiration.
Parameters:
timer
- Timer whose expiration caused this notification.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method