public class ConfigAdmin extends AbstractManagedObject implements ConfigMXBean
Modifier and Type | Field and Description |
---|---|
static EnvironmentLocal<java.util.Map<Path,ConfigMXBean>> |
_environmentConfigs |
Modifier and Type | Method and Description |
---|---|
long |
getCrc64() |
long |
getLastModified() |
long |
getLength() |
static java.util.Collection<ConfigMXBean> |
getMBeans() |
static java.util.Collection<ConfigMXBean> |
getMBeans(java.lang.ClassLoader classLoader) |
java.lang.String |
getName()
The JMX name property of the mbean.
|
java.lang.String |
getPath() |
static void |
registerPath(Path path) |
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectName, getType
public static EnvironmentLocal<java.util.Map<Path,ConfigMXBean>> _environmentConfigs
public static void registerPath(Path path)
public static java.util.Collection<ConfigMXBean> getMBeans()
public static java.util.Collection<ConfigMXBean> getMBeans(java.lang.ClassLoader classLoader)
public java.lang.String getPath()
getPath
in interface ConfigMXBean
public long getLastModified()
getLastModified
in interface ConfigMXBean
public long getLength()
getLength
in interface ConfigMXBean
public long getCrc64()
getCrc64
in interface ConfigMXBean
public java.lang.String getName()
AbstractManagedObject
getName
in interface ManagedObjectMXBean
getName
in class AbstractManagedObject