⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 instrumentedmanageddirectorypollermbean.java

📁 一个简易的轮训小程序 哈哈哈哈哈哈后 嘿嘿嘿嘿黑诶
💻 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 + -