- java.lang.Object
-
- org.ferris.resiste.console.email.EmailErrorService
-
@ApplicationScoped public class EmailErrorService extends java.lang.Object
- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfDirectory
confDirectory
protected org.slf4j.Logger
log
protected Version
version
-
Constructor Summary
Constructors Constructor Description EmailErrorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
observeSend(EmailErrorEvent evnt)
protected void
postConstruct()
-
-
-
Field Detail
-
log
@Inject protected org.slf4j.Logger log
-
version
@Inject protected Version version
-
confDirectory
@Inject protected ConfDirectory confDirectory
-
-
Method Detail
-
postConstruct
@PostConstruct protected void postConstruct()
-
observeSend
protected void observeSend(@Observes @Priority(100) EmailErrorEvent evnt)
-
-