Class DistributedImpexLogService


  • @Deprecated(since="6.2.0",
                forRemoval=true)
    public class DistributedImpexLogService
    extends java.lang.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 java.lang.String BATCH_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String CLUSTER_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String PROCESS_CODE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String PROCESS_EXECUTION_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String TENANT_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String THREAD_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void clearLogContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getLogHeader()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      org.apache.log4j.Level getLogLevel​(java.lang.String logLevelCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void registerLogListener​(HybrisLogListener logListener)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setClusterService​(ClusterService clusterService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLogContext​(ImportBatchModel inputBatch)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void unregisterLogListener​(HybrisLogListener logListener)
      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 Detail

      • BATCH_ID

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

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

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

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

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

        public static final java.lang.String TENANT_ID
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DistributedImpexLogService

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

      • 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​(java.lang.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 java.lang.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.