Class NotificationDaemon
java.lang.Object
edu.internet2.middleware.grouper.app.loader.OtherJobBase
edu.internet2.middleware.grouper.app.loader.NotificationDaemon
- All Implemented Interfaces:
org.quartz.Job
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
OtherJobBase.OtherJobInput, OtherJobBase.OtherJobOutput
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
run
(OtherJobBase.OtherJobInput theOtherJobInput) implement this method for the logic of the OtherJobvoid
sendNotifications
(GrouperSession grouperSession) void
sendSummary
(GrouperSession grouperSession) Methods inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
execute, execute, getOtherJobInput, otherJobLogUpdaterDeregister, otherJobLogUpdaterInit, otherJobLogUpdaterRegister, setOtherJobInput, storeLogInDb
-
Field Details
-
GROUPER_ATTRIBUTE_NOTIFICATION_LAST_SENT_DEF
- See Also:
-
GROUPER_ATTRIBUTE_NOTIFICATION_LAST_SENT
- See Also:
-
-
Constructor Details
-
NotificationDaemon
public NotificationDaemon()
-
-
Method Details
-
main
-
attributeAutoCreateStemName
- Returns:
- the stem name
-
run
Description copied from class:OtherJobBase
implement this method for the logic of the OtherJob- Specified by:
run
in classOtherJobBase
- Returns:
- the output
-
sendSummary
-
sendNotifications
-