All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alogic.gw.loader.FromHotFile Maven / Gradle / Ivy

There is a newer version: 1.6.16
Show newest version
package com.alogic.gw.loader;

import com.alogic.gw.OpenServiceDescription;
import com.alogic.load.Loader;

/**
 * 从热部署文件中装入
 * 
 * @author yyduan
 * @since 1.6.11.4
 */
public class FromHotFile extends Loader.HotFile{

	@Override
	protected String getObjectDftClass() {
		return OpenServiceDescription.Default.class.getName();
	}
	
	protected String getObjectXmlTag() {
		return "model";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy