Class JMXHelper.PeriodicHelperThread

java.lang.Object
java.lang.Thread
org.jboss.byteman.sample.helper.JMXHelper.PeriodicHelperThread
All Implemented Interfaces:
Runnable
Enclosing class:
JMXHelper

private class JMXHelper.PeriodicHelperThread extends Thread
background thread which regularly samples the counters updated by the rule set and updates the counters accordingly
  • Constructor Details

    • PeriodicHelperThread

      public PeriodicHelperThread()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread