SalesEntitySessionBeanLocal.java
303 Bytes
package fi.codecrew.moya.beans;
import javax.ejb.Local;
import javax.resource.spi.IllegalStateException;
import fi.codecrew.moya.salespoint.SalespointSessionManager;
@Local
public interface SalesEntitySessionBeanLocal {
SalespointSessionManager getSessionManager() throws IllegalStateException;
}