353637383940414243
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)); } }