- 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.Logger
log
protected RssHistoryRepository
repository
-
Constructor Summary
Constructors Constructor Description RssHistoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exists(java.lang.String feedId, java.lang.String entryId)
protected void
observeCleanup(RssHistoryEvent evnt)
protected void
observeStore(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)
-
-