/[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 1268 by torben, Fri Nov 12 20:54:29 2010 UTC revision 1269 by torben, Wed Apr 6 20:53:23 2011 UTC
# Line 8  import javax.ejb.Stateless; Line 8  import javax.ejb.Stateless;
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    
11  /*@LocalBean  @LocalBean
12  @Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI")  @Stateless(name="Example", mappedName="ejb/SimpleBeanJNDI")
 */  
13  public class AsyncEjb {  public class AsyncEjb {
14    
15      /**      /**

Legend:
Removed from v.1268  
changed lines
  Added in v.1269

  ViewVC Help
Powered by ViewVC 1.1.20