Package org.erlide.engine.services

Examples of org.erlide.engine.services.SystemInfoService


        j.setSystem(true);
        j.schedule();
    }

    private static void fetchErlangSystemInfo() {
        final SystemInfoService sysinfo = ErlangEngine.getInstance().getService(
                SystemInfoService.class);
        final String info = sysinfo.get();
        ErlLogger.info("\n++++++++++++++++++++++\n" + info);
    }
View Full Code Here

TOP

Related Classes of org.erlide.engine.services.SystemInfoService

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.