org.infinispan.jmx.ObjectNameKeys Maven / Gradle / Ivy
package org.infinispan.jmx;
/**
* @author [email protected]
* @since 10.0
*/
public interface ObjectNameKeys {
String NAME = "name";
String TYPE = "type"; // Cache, CacheManager, Query, RemoteQuery, Server, etc.
String COMPONENT = "component";
String MANAGER = "manager";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy