| Author |
Using TimerHandle interface
|
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2691
|
|
I'm confused about javax.ejb.TimeHandler interface I understood how to use TimeHandler, but I don't know why should we use this interface. It just appears as a wrapper for Timer instances. Can anyone explain this?
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
Ralph Jaus
Ranch Hand
Joined: Apr 27, 2008
Posts: 342
|
|
|
It's designed for serializing timer objects. Note: TimerHandle extends java.io.Serializable while Timer does not.
|
SCJP 5 (98%) - SCBCD 5 (98%)
|
 |
sid sree
Ranch Hand
Joined: Jun 28, 2007
Posts: 186
|
|
|
Can some one sight a practical scenario where the TimerHandle could be used ?
|
 |
 |
|
|
subject: Using TimerHandle interface
|
|
|