Package org.jitterbit.integration.client.server

Examples of org.jitterbit.integration.client.server.ServerPlatform


    private void appendServerPlatormInfoToDetails(StringBuilder details) {
        ServerInfo info = connectionService.getCurrentServerInfo();
        if (info != null) {
            details.append(KongaIoUtils.LINE_BREAK).append("Server platform: ");
            ServerPlatform platform = info.getPlatform();
            details.append(platform.getOS());
            details.append(KongaIoUtils.LINE_BREAK).append(platform.getSystemInfo());
        }
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.server.ServerPlatform

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.