@Override
protected String getDescription(final MBeanAttributeInfo info) {
switch (info.getName()) {
case "Mounted":
return "Whether or not this file system is mounted.";
case "MountPoint":
return "The mount point URI of this file system.";
case "MountPointOfParent":
return "The mount point URI of the parent file system.";
case "SizeOfData":
return "The data size of this file system.";
case "SizeOfStorage":
return "The storage size of this file system.";
case "TimeCreatedDate":
return "The time this file system has been created.";
case "TimeCreatedMillis":
return "The time this file system has been created in milliseconds.";
case "TimeReadDate":
return "The last time this file system has been read or accessed.";
case "TimeReadMillis":
return "The last time this file system has been read or accessed in milliseconds.";
case "TimeWrittenDate":
return "The last time this file system has been written.";
case "TimeWrittenMillis":
return "The last time this file system has been written in milliseconds.";
default:
return null;
}
}
JmxModelView.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:truevfs
作者:
评论列表
文章目录