Class DoPingPlan


  • public class DoPingPlan
    extends Plan
    Send a ping and wait for the reply.
    • Constructor Detail

      • DoPingPlan

        public DoPingPlan()
    • Method Detail

      • body

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