- java.lang.Object
-
- org.ferris.resiste.console.rss.RssHistoryService
-
@ApplicationScoped public class RssHistoryService extends java.lang.Object- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlogprotected RssHistoryRepositoryrepository
-
Constructor Summary
Constructors Constructor Description RssHistoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists(java.lang.String feedId, java.lang.String entryId)protected voidobserveCleanup(RssHistoryEvent evnt)protected voidobserveStore(RssHistoryEvent evnt)
-
-
-
Field Detail
-
log
@Inject protected org.slf4j.Logger log
-
repository
@Inject protected RssHistoryRepository repository
-
-
Method Detail
-
exists
public boolean exists(java.lang.String feedId, java.lang.String entryId)
-
observeStore
protected void observeStore(@Observes @Priority(100) RssHistoryEvent evnt)
-
observeCleanup
protected void observeCleanup(@Observes @Priority(200) RssHistoryEvent evnt)
-
-