📄 multipoolmonitor.java
字号:
package org.smartlib.pool.core;
/**
* Created by IntelliJ IDEA.
* User: kerneldebugger
* Date: Oct 1, 2005
* Time: 10:34:39 PM
* To change this template use File | Settings | File Templates.
*/
public interface MultiPoolMonitor {
/**
* This method returns the pool monitors that this MultiPool is associated with
*/
public PoolMonitor[] getPoolMonitors();
/**
* This method returns the name of the pool
*/
public String getName();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -