@Override
protected String getDescription(final MBeanAttributeInfo info) {
switch (info.getName()) {
case "FileSystemsMounted":
return "The number of file systems which have been mounted.";
case "FileSystemsTotal":
return "The total number of file systems.";
case "TopLevelArchiveFileSystemsMounted":
return "The number of top level archive file systems which have been mounted.";
case "TopLevelArchiveFileSystemsTotal":
return "The total number of top level archive file systems.";
default:
return null;
}
}
JmxManagerView.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:truevfs
作者:
评论列表
文章目录