⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serverconfigmbean.java.svn-base

📁 华为短信网关实现的功能,包括服务器端和客户端代码
💻 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 + -