Interface Monitor


public interface Monitor
Interface to register a counter to monitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(NamedCount monitorObj)
    Implement this to add this Counter to a Registry
  • Method Details

    • register

      void register(NamedCount monitorObj)
      Implement this to add this Counter to a Registry
      Parameters:
      monitorObj -