HostNameMBean.java 265 Bytes
package com.sitech.jmx.mbean;

/**
 * Created with IntelliJ IDEA.
 * User: Linxc
 * Date: 14-3-19
 * Time: 上午11:18
 * To change this template use File | Settings | File Templates.
 */
public interface HostNameMBean {
    public String getHostName(String ip);
}