Class NotifyAdminPlan


  • public class NotifyAdminPlan
    extends Plan
    Notify the human admin of some agent in case of problems.
    • Constructor Detail

      • NotifyAdminPlan

        public NotifyAdminPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.
        Specified by:
        body in class Plan