Код: Выделить всё
@Singleton
public class FileScheduler {
@EJB
private DaoFactory daoFactory;
@Schedule(persistent = false, minute = "1")
public void FilesSubmited() throws EmailException {
System.out.println("Init");
}
Подробнее здесь: https://stackoverflow.com/questions/645 ... -triggered
Мобильная версия