multipoolmonitor.java

来自「Contents * Introduction * Installa」· Java 代码 · 共 25 行

JAVA
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?