CollCoherenceMBean.java 386 Bytes
package com.sitech.ismp.coll.centercoll;

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

/**
 * Created with IntelliJ IDEA.
 * User: ZhouYou
 * Date: 15-7-14
 * Time: 上午11:13
 * To change this template use File | Settings | File Templates.
 */
public interface CollCoherenceMBean {

    public Vector getCluster(HashMap params);

    public Vector getNotes(HashMap params);

}