blob: 1853da5b54d3409eaf927eb007cffb4521faf1ad [file] [log] [blame]
package ejb;
/**
* This is the business interface for SessionTest2 enterprise bean.
*/
public interface SessionTest2LocalBusiness {
String greetings(String who);
}