blob: 411a515043a5de941ce0660d71378095385026a0 [file] [log] [blame]
package ejb;
/**
* This is the business interface for SessionTest2 enterprise bean.
*/
public interface SessionTest2RemoteBusiness {
String greetings(String who) throws java.rmi.RemoteException;
}