笨笨
独学而无友,则孤陋而寡闻

There are four interfaces in the javax.ejb package that are related to timers:

  • TimedObject
  • Timer
  • TimerHandle
  • TimerService

查了一下,weblogic.jar里面不包括TimerService等几个类。。。

http://e-docs.bea.com/wls/docs90/ejb/implementing.html#1195128
9.0里面对TimerService的支持,可惜俺不用9.0。。。


虽然可以用Thread编程自己来解决,但是还是遵守规范的约束,不要启动用户自定义线程in container。
那么想想其他办法如何?

posted on 2006-01-01 14:50 笨笨 阅读(182) 评论(0) 编辑 收藏
(评论功能已被博主禁用)