1: package roster; 2: 3: /** 4: * This is the business interface for Roster enterprise bean. 5: */ 6: public interface RosterLocalBusiness { 7: 8: }