/[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 1191 by torben, Sun Apr 25 21:28:23 2010 UTC revision 1192 by torben, Fri Nov 12 20:54:29 2010 UTC
# Line 7  import javax.ejb.Stateless; Line 7  import javax.ejb.Stateless;
7  /**  /**
8   * Session Bean implementation class AsyncEjb - please not that @Asynchronous requires the full jeee profile (it's not included in web profile)   * Session Bean implementation class AsyncEjb - please not that @Asynchronous requires the full jeee profile (it's not included in web profile)
9   */   */
10  @LocalBean  
11  @Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI")  /*@LocalBean
12    @Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI")
13    */
14  public class AsyncEjb {  public class AsyncEjb {
15    
16      /**      /**

Legend:
Removed from v.1191  
changed lines
  Added in v.1192

  ViewVC Help
Powered by ViewVC 1.1.20