Package lib

Class AllTest

java.lang.Object
lib.AllTest

public class AllTest extends Object
Deprecate!!!!!! this class will be move to x package.
Author:
saksit
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static th.co.skylogicsystem.skyframework.core.datalayer.XData
     
    static void
    main(String[] args)
     
    static th.co.skylogicsystem.skyframework.core.datalayer.XData
    makeLoggingObject(String proname, String username, String ipAddress, Long starttime, String remark, Long startMemoryUsage, th.co.skylogicsystem.skyframework.core.datalayer.XData programLogic)
    Create Logging Object.
    static th.co.skylogicsystem.skyframework.core.datalayer.XData
    makeLoggingObject(String proname, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn inputParamLog, Long starttime, String remark, Long startMemoryUsage, th.co.skylogicsystem.skyframework.core.datalayer.XData programLogic)
    Create Logging Object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AllTest

      public AllTest()
  • Method Details

    • main

      public static void main(String[] args)
    • createProLogic

      public static th.co.skylogicsystem.skyframework.core.datalayer.XData createProLogic()
    • makeLoggingObject

      public static th.co.skylogicsystem.skyframework.core.datalayer.XData makeLoggingObject(String proname, String username, String ipAddress, Long starttime, String remark, Long startMemoryUsage, th.co.skylogicsystem.skyframework.core.datalayer.XData programLogic)
      Create Logging Object.
    • makeLoggingObject

      public static th.co.skylogicsystem.skyframework.core.datalayer.XData makeLoggingObject(String proname, th.co.skylogicsystem.skyframework.core.utils.dynamiclanguage.SCIn inputParamLog, Long starttime, String remark, Long startMemoryUsage, th.co.skylogicsystem.skyframework.core.datalayer.XData programLogic)
      Create Logging Object.