Class MonitorUtil


  • public class MonitorUtil
    extends java.lang.Object
    Utility methods for the monitoring framework.
    Since:
    9.0.0
    Version:
    $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LUMIS_FIELD_PREFIX
      Default LumisXP monitoring field prefix.
    • Constructor Summary

      Constructors 
      Constructor Description
      MonitorUtil()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LUMIS_FIELD_PREFIX

        public static final java.lang.String LUMIS_FIELD_PREFIX
        Default LumisXP monitoring field prefix.
        Since:
        9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • MonitorUtil

        public MonitorUtil()