/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package vn.edu.rmit.examples; import javax.ejb.EJBLocalObject; /** * * @author v10532 */ public interface BeanOneLocal extends EJBLocalObject { String methodOne(); }