CollWindowsMBean.java 423 Bytes
package com.sitech.ismp.coll.host;

import com.sitech.ismp.coll.basic.TblATO_KPIDETAIL;

import java.util.HashMap;
import java.util.Vector;

/**
 * Created with IntelliJ IDEA.
 * User: Linxc
 * Date: 14-2-21
 * Time: 下午1:54
 * To change this template use File | Settings | File Templates.
 */
public interface CollWindowsMBean {
    public abstract Vector<TblATO_KPIDETAIL> coll(HashMap<String,String> paramHashMap);
}