Package net.hasor.core.setting

Examples of net.hasor.core.setting.StandardContextSettings


    private ExecutesManager  manager          = null;
    //
    //
    public ServerRsfContext() throws IOException, URISyntaxException {
        manager = new ExecutesManager(minCorePoolSize, maxCorePoolSize, queueSize, keepAliveTime);
        Settings settings = new StandardContextSettings();
        settings.refresh();
        serializeFactory = SerializeFactory.createFactory(settings);
    }
View Full Code Here


    public URI getSettingURI() {
        return this.settingURI;
    }
    @Override
    protected Settings createSettings() throws IOException {
        return new StandardContextSettings(this.getSettingURI());
    }
View Full Code Here

TOP

Related Classes of net.hasor.core.setting.StandardContextSettings

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.