com.caucho.config
Class ConfigAdmin
java.lang.Object
com.caucho.management.server.AbstractManagedObject
com.caucho.config.ConfigAdmin
- All Implemented Interfaces:
- ConfigMXBean, ManagedObjectMXBean
public class ConfigAdmin
- extends AbstractManagedObject
- implements ConfigMXBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_environmentConfigs
public static EnvironmentLocal<java.util.Map<Path,ConfigMXBean>> _environmentConfigs
registerPath
public static void registerPath(Path path)
getMBeans
public static java.util.Collection<ConfigMXBean> getMBeans()
getMBeans
public static java.util.Collection<ConfigMXBean> getMBeans(java.lang.ClassLoader classLoader)
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interface ConfigMXBean
getLastModified
public long getLastModified()
- Specified by:
getLastModified
in interface ConfigMXBean
getLength
public long getLength()
- Specified by:
getLength
in interface ConfigMXBean
getCrc64
public long getCrc64()
- Specified by:
getCrc64
in interface ConfigMXBean
getName
public java.lang.String getName()
- Description copied from class:
AbstractManagedObject
- The JMX name property of the mbean.
- Specified by:
getName
in interface ManagedObjectMXBean
- Specified by:
getName
in class AbstractManagedObject