blob: bcc2b408c8ec3b5e18600095b1c80f7bbe5d1040 [file] [log] [blame]
package ejb;
import javax.ejb.EJBLocalObject;
/**
* This is the local interface for SessionTest2 enterprise bean.
*/
public interface SessionTest2Local extends EJBLocalObject, SessionTest2LocalBusiness {
}