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