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

com.codahale.metrics.jmx.ObjectNameFactory Maven / Gradle / Ivy

The newest version!
package com.codahale.metrics.jmx;

import javax.management.ObjectName;

public interface ObjectNameFactory {

    ObjectName createName(String type, String domain, String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy