?? 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 + -