Class DistributedImpexLogService
- java.lang.Object
-
- de.hybris.platform.impex.distributed.log.DistributedImpexLogService
-
@Deprecated(since="6.2.0", forRemoval=true) public class DistributedImpexLogService extends java.lang.ObjectDeprecated, 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.StringBATCH_IDDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringCLUSTER_IDDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringPROCESS_CODEDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringPROCESS_EXECUTION_IDDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringTENANT_IDDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringTHREAD_IDDeprecated, 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 voidclearLogContext()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetLogHeader()Deprecated, for removal: This API element is subject to removal in a future version.org.apache.log4j.LevelgetLogLevel(java.lang.String logLevelCode)Deprecated, for removal: This API element is subject to removal in a future version.voidregisterLogListener(HybrisLogListener logListener)Deprecated, for removal: This API element is subject to removal in a future version.voidsetClusterService(ClusterService clusterService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetLogContext(ImportBatchModel inputBatch)Deprecated, for removal: This API element is subject to removal in a future version.voidunregisterLogListener(HybrisLogListener logListener)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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
-
-
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.
-
-