Class StressCommand.EventGenerator

  • All Implemented Interfaces:
    java.lang.Runnable
    Direct Known Subclasses:
    StressCommand.JexlEventGenerator
    Enclosing class:
    StressCommand

    protected class StressCommand.EventGenerator
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EventGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Event getNextEvent()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventGenerator

        protected EventGenerator()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • getNextEvent

        public Event getNextEvent()