/[projects]/miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java
ViewVC logotype

Diff of /miscJava/Test3/src/dk/thoerup/asyncsamples/AsyncEjb.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 667 by torben, Tue Apr 13 05:58:27 2010 UTC revision 668 by torben, Sun Apr 25 21:28:23 2010 UTC
# Line 5  import javax.ejb.LocalBean; Line 5  import javax.ejb.LocalBean;
5  import javax.ejb.Stateless;  import javax.ejb.Stateless;
6    
7  /**  /**
8   * Session Bean implementation class AsyncEjb   * Session Bean implementation class AsyncEjb - please not that @Asynchronous requires the full jeee profile (it's not included in web profile)
9   */   */
10  @LocalBean  @LocalBean
11  @Stateless  @Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI")
12  public class AsyncEjb {  public class AsyncEjb {
13    
14      /**      /**

Legend:
Removed from v.667  
changed lines
  Added in v.668

  ViewVC Help
Powered by ViewVC 1.1.20