Interface CpeTimer

  • All Known Implementing Classes:
    CpeTimerImpl

    public interface CpeTimer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String get()
      Return a name of the timer class
      void set​(java.lang.String aTimerClass)
      Plug-in a custom timer class to be used for measuring performance.
    • Method Detail

      • set

        void set​(java.lang.String aTimerClass)
          throws CpeDescriptorException
        Plug-in a custom timer class to be used for measuring performance.
        Parameters:
        aTimerClass - - name of a timer class
        Throws:
        CpeDescriptorException - tbd
      • get

        java.lang.String get()
        Return a name of the timer class
        Returns:
        - class as string