Package org.jboss.test.entitydepends.ejb

Examples of org.jboss.test.entitydepends.ejb.ALocalHome.create()


   implements MyServiceMBean
{
   public void startService() throws Exception
   {
      ALocalHome ah = (ALocalHome)new InitialContext().lookup("ALocal");
      ah.create(new Long(1), "test");
      ah.remove(new Long(1));
   }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.