Class RequestSenderPlan


  • public class RequestSenderPlan
    extends Plan
    Handle requests and generate reply value.
    • Field Detail

      • rnd

        protected java.util.Random rnd
        Random number generator.
    • Constructor Detail

      • RequestSenderPlan

        public RequestSenderPlan()
    • Method Detail

      • body

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