CollKafkaMBean.java 480 Bytes
package com.sitech.ismp.coll.centercoll;

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

/**
 * Created with IntelliJ IDEA.
 * User: ZhouYou
 * Date: 15-7-6
 * Time: 下午5:33
 * To change this template use File | Settings | File Templates.
 */
public interface CollKafkaMBean {

    public Vector getControll(HashMap<String, String>  params);

    public Vector getServer(HashMap<String, String>  params);

    public Vector getNetwork(HashMap<String, String>  params);

}