<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    A "Hello" program on EJB3 with Jboss server 4.2.2GA (PART 3) - EJB3 Timer service.

        Timer service in EJB3 with anotation is fairly simple, I give you an example as follow, and it's really simple and self-explanation:
     1 package com.ramon.expejb3.session.impl;
     2 
     3 import javax.annotation.Resource;
     4 import javax.ejb.Stateless;
     5 import javax.ejb.Timeout;
     6 import javax.ejb.Timer;
     7 import javax.ejb.TimerService;
     8 
     9 import com.ramon.expejb3.session.Greeting;
    10 
    11 @Stateless(name = "Greeting")
    12 public class GreetingBean implements Greeting {
    13     
    14     @Resource
    15     TimerService ts;
    16 
    17     /* (non-Javadoc)
    18      * @see com.ramon.expejb3.session.Greeting#greeting(java.lang.String)
    19      */
    20     public void greeting(String name) {
    21         System.out.println("Hello " + name + ".");
    22         ts.createTimer(1 * 10005 * 1000, name);
    23         System.out.println("Create timer for " + name + ".");
    24     }
    25     
    26     @Timeout
    27     public void timeout(Timer timer) {
    28         String name = (String)timer.getInfo();
    29         System.out.println(name + " TIME OUT.");
    30         //timer.cancel();
    31     }
    32 }
    33
        It's the "GreetingBean" I introduced in part one of this series article with TimerService injected, @Resource anotation inject the time service we want, it's totally free which is supported by the J2EE container that means we do not need any further steps to get the powerful schedule service. In the line 22, I crate a new timer, I think this could be more fit if it was called Task instead, there are several "createTimer" methods with different parameters, the one I used here describe the task should be execute 1 second delay and every 5 second one time in the future, the third parameter can be anything you want to pass in to the task, it can be get back use method Timer.getInfo() like line 28 does here.
        Another important anotation here is the @Timeout anotation, this anotation tell container which method will be called when timeout for this task to be executed, you can only specify one timeout method for each Bean, if there is no @Timeout anotation at all, you will get some exception like "No timeout method specified" in Jboss server. Something funny here is that you should mark the timeout method as "public", otherwise, you will get the same error as no timeout method does, I do NOT think it's necessary, because the time out method should only be called by the container, "private" signature is enought for that, with "private" signature container still has the right to access this method with java reflection, nevertheless timer service in EJB3 is still a good tools for use.
        I summarize what good/bad for timer service in EJB3 as follow:
        Good news:
    •     It's free, it's supported by the EJB container.
    •     It's portable, it's supported by the EJB container as specified in EJB3 specification.
    •     It's easy to use, no need to learn more.
        Bad news:
    •     The feature of EJB3 timer sevice is not as powerful as some third party timer service such as Quartz, but it's enough with EJB3 for ordinary daily job.
    •     There is no UI for you to monitor the timer you created.

    posted on 2008-03-26 13:30 Find it, try it, experience it 閱讀(1180) 評論(0)  編輯  收藏


    只有注冊用戶登錄后才能發(fā)表評論。


    網站導航:
     
    <2008年3月>
    2425262728291
    2345678
    9101112131415
    16171819202122
    23242526272829
    303112345

    導航

    統(tǒng)計

    公告

    If there is any question you have, please don't hesitate, let me know ASAP, you can find me at kenees@gmail.com or QQ: 9808873, hope to make friends with you ;)

    常用鏈接

    留言簿(1)

    隨筆檔案

    文章檔案

    搜索

    積分與排名

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 亚洲性色成人av天堂| 欧洲人成在线免费| 成年女人免费碰碰视频| 4480yy私人影院亚洲| 无码国产精品一区二区免费vr| 真实国产乱子伦精品免费| 亚洲乱码无码永久不卡在线| 曰批全过程免费视频观看免费软件| 国产美女被遭强高潮免费网站| 国产精品亚洲二区在线观看 | 免费成人黄色大片| 亚洲情综合五月天| 亚洲综合无码一区二区痴汉| 久久久久国色AV免费观看性色| 亚洲熟妇AV一区二区三区宅男| 日韩a级毛片免费观看| 亚洲av永久无码精品国产精品| 久久成人免费播放网站| 亚洲麻豆精品果冻传媒| 成人久久久观看免费毛片| 999在线视频精品免费播放观看| 33333在线亚洲| 国产成人精品免费直播| 日韩少妇内射免费播放| 亚洲av永久无码精品秋霞电影影院| 16女性下面无遮挡免费| 国产精品亚洲AV三区| 中文字幕亚洲专区| 亚洲精品在线免费观看| 亚洲av无码久久忘忧草| 午夜不卡久久精品无码免费 | 一区二区三区精品高清视频免费在线播放 | 毛片免费在线播放| 亚洲成在人天堂在线| 日本免费网站视频www区| 亚洲精品天堂无码中文字幕| 免费v片在线观看视频网站| 亚洲AV一区二区三区四区| 无码国产精品一区二区免费式影视| 国产亚洲免费的视频看| 国产精品青草视频免费播放|