📄 serverconfigmbean.java.svn-base
字号:
package com.fetion.cmpp.server.conf;
import com.fetion.cmpp.common.util.ConfigException;
/**
* 服务器端的配置信息提供的jmx管理接口
* @author Administrator
*
*/
public interface ServerConfigMBean {
public int getCmppServerPort();
public void setCmppServerPort(int cmppServerPort);
public String getShedule_Expression() ;
public void setShedule_Expression(String shedule_Expression);
public int getJmxServerPort();
public void setJmxServerPort(int jmxServerPort);
public void save() throws ConfigException ;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -