Package com.sos.JSHelper.DataElements

Examples of com.sos.JSHelper.DataElements.JSDataElementDate


        // String localHost = InetAddress.getLocalHost().getHostName();
        InetAddress ia = InetAddress.getLocalHost();

        String strUserName = System.getProperty("user.name");
        JSDataElementTimeStampISO tstIso = new JSDataElementTimeStampISO(new JSDataElementDate(new Date()));
        String strValues = this.strFileName + ";" + strUserName + ";" + tstIso.FormattedValue() + ";" + ia.getHostAddress();
        fleExclusiveFile.WriteLine(strValues);
        message(String.format("%1$s - create exclusive-file-marker with : %2$s", conMethodName, strValues));
        fleExclusiveFile.close();
      }
View Full Code Here

TOP

Related Classes of com.sos.JSHelper.DataElements.JSDataElementDate

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.