Class DistributedImpexLogService

java.lang.Object
de.hybris.platform.impex.distributed.log.DistributedImpexLogService

@Deprecated(since="6.2.0", forRemoval=true) public class DistributedImpexLogService extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.2.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.apache.log4j.Level
    getLogLevel(String logLevelCode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • BATCH_ID

      public static final String BATCH_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • THREAD_ID

      public static final String THREAD_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • PROCESS_CODE

      public static final String PROCESS_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • PROCESS_EXECUTION_ID

      public static final String PROCESS_EXECUTION_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • CLUSTER_ID

      public static final String CLUSTER_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TENANT_ID

      public static final String TENANT_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • DistributedImpexLogService

      public DistributedImpexLogService()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • registerLogListener

      public void registerLogListener(HybrisLogListener logListener)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • unregisterLogListener

      public void unregisterLogListener(HybrisLogListener logListener)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLogContext

      public void setLogContext(ImportBatchModel inputBatch)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLogLevel

      public org.apache.log4j.Level getLogLevel(String logLevelCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • clearLogContext

      public void clearLogContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLogHeader

      public String getLogHeader()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setClusterService

      public void setClusterService(ClusterService clusterService)
      Deprecated, for removal: This API element is subject to removal in a future version.