Class LptfLogCommand

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Callable<java.io.Serializable>, IClusterCallable<java.io.Serializable>

    public class LptfLogCommand
    extends java.lang.Object
    implements IClusterCallable<java.io.Serializable>
    Cluster command for logging test execution on all cluster.
    Since:
    10.3.0
    Version:
    $Revision: 20807 $ $Date: 2017-11-30 17:08:51 -0200 (Thu, 30 Nov 2017) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Serializable call()  
      • Methods inherited from class java.lang.Object

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

      • LptfLogCommand

        public LptfLogCommand​(java.lang.String logMessage,
                              ILogger.Level logLevel)
    • Method Detail

      • call

        public java.io.Serializable call()
                                  throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.io.Serializable>
        Throws:
        java.lang.Exception