public class LocalEtlThreadContext
extends Object
| Constructor and Description |
|---|
LocalEtlThreadContext() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getLastException()
Gets the last exception.
|
Map<String,String> |
getProperties()
Gets the properties.
|
void |
setLastException(Throwable lastException)
Sets the last exception.
|
void |
setProperties(Map<String,String> properties)
Sets the properties.
|
public Map<String,String> getProperties()
public void setProperties(Map<String,String> properties)
properties - the propertiespublic Throwable getLastException()
public void setLastException(Throwable lastException)
lastException - the new last exceptionCopyright © 2010-2020 Toolsverse. All Rights Reserved.