📄 instrumentedmanageddirectorypollermbean.java
字号:
/*
* Created on Sep 13, 2004
*/
package org.sadun.util.polling;
/**
* An extension of ManagedDirectoryPollerMBean that adds a read-only property listing
* the other property values. Useful only for debugging purposes.
*
* @author Cristiano Sadun
*/
public interface InstrumentedManagedDirectoryPollerMBean
extends
ManagedDirectoryPollerMBean {
/**
* Read the (other) property values in the MBean.
* @return a String containing the (other) property values in the MBean.
*/
public String getPropertyValues();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -