blob: d0aa0991568ba385e7e20f4eeefc42852041b21d [file] [log] [blame]
package ejb;
import javax.ejb.EJBLocalObject;
/**
* This is the local interface for SessionTest enterprise bean.
*/
public interface SessionTestLocal extends EJBLocalObject, SessionTestLocalBusiness {
}