Package org.jboss.test.metadata.annotation.ejb3

Examples of org.jboss.test.metadata.annotation.ejb3.MyStateless21Home


  
   protected abstract String getEjbName();
  
   protected MyStateless21 getRemoteView() throws Exception
   {
      MyStateless21Home home = lookup(getEjbName() + "/home", MyStateless21Home.class);
      MyStateless21 bean = home.create();
      return bean;
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.metadata.annotation.ejb3.MyStateless21Home

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.