CacheManagerImpl.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:Telepathology 作者:
/**
 * 
 * @param cache
 * @throws OpenDataException 
 */
private OpenMBeanAttributeInfo[] createMBeanAttributeInfo() 
throws OpenDataException
{
    List<OpenMBeanAttributeInfo> attributes = new ArrayList<OpenMBeanAttributeInfo>();

    attributes.add(
        new OpenMBeanAttributeInfoSupport("knownCacheNames", "A comma seperated list of known cache names", SimpleType.STRING, true, false, false)
    );

    return attributes.toArray(new OpenMBeanAttributeInfo[attributes.size()]);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号