package com.cmos.msgframe.admin.service;

import com.cmos.msgframe.common.util.OutPutParameter;

public interface IClusterService {

	OutPutParameter getClusList() throws Exception;
	
}
