HostNameMBean.java 265 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 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); }