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

📄 transient-devicemanager.config

📁 一个开源的rfid middleware 资料
💻 CONFIG
字号:
import net.jini.jrmp.JrmpExporter;
import net.jini.lookup.entry.Name;
import net.jini.lookup.entry.ServiceInfo;

org.firstopen.singularity.devicemgr.DeviceManagerJiniImpl {

	persistentDirectory="./deploy/log/start-transient-DeviceManager.log";

	//NOTE: initialLookupAttributes are only used the first time you run
	//a deployed service. To clear the current persistent set of values
	//delete the your project's log file -- deploy/log/start-transient-DeviceManager.log
	initialLookupAttributes=new net.jini.core.entry.Entry[]{
		new Name("DeviceManager"),
		new Timestamp()
	};

	initialLookupGroups=new java.lang.String []{
		new java.lang.String("org.firstopen.singularity.devicemgr.DeviceManagerJiniImpl")
	};

	serverExporter = new JrmpExporter();
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -