public class ExecutionContextImpl extends Object implements ExecutionContext
| Constructor and Description |
|---|
ExecutionContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigProperty(String key) |
List<String> |
getConfigPropertyNames() |
Log |
getLog() |
void |
setConfigProperty(String name,
Object value) |
void |
setLog(WriterLog writerLog) |
public void setLog(WriterLog writerLog)
public Log getLog()
getLog in interface ExecutionContextpublic List<String> getConfigPropertyNames()
getConfigPropertyNames in interface ExecutionContextpublic String getConfigProperty(String key)
getConfigProperty in interface ExecutionContextCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.