All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ltsopensource.jvmmonitor.JVMConstants Maven / Gradle / Ivy

package com.github.ltsopensource.jvmmonitor;

/**
 * @author Robert HG ([email protected]) on 9/15/15.
 */
public interface JVMConstants {

    String JMX_JVM_INFO_NAME = "com.github.ltsopensource.jvmmonitor:type=JVMInfo";
    String JMX_JVM_MEMORY_NAME = "com.github.ltsopensource.jvmmonitor:type=JVMMemory";
    String JMX_JVM_GC_NAME = "com.github.ltsopensource.jvmmonitor:type=JVMGC";
    String JMX_JVM_THREAD_NAME = "com.github.ltsopensource.jvmmonitor:type=JVMThread";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy