public class ExecutionHandle
extends java.lang.Object
ExecutionPlanningService.startExecution(String, int) or
ExecutionPlanningService.startExecutionWithOptions(String, int, String, int, String) and should not be manipulated.| Constructor and Description |
|---|
ExecutionHandle() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExecDefId()
Gets the ID of the execution plan.
|
long |
getTimeStamp()
Gets the timestamp of the execution.
|
void |
setExecDefId(int execDefId)
Sets the IID of the execution plan.
|
void |
setTimeStamp(long timeStamp)
Sets the timestamp of the execution.
|
public void setExecDefId(int execDefId)
execDefId - public int getExecDefId()
public void setTimeStamp(long timeStamp)
timeStamp - public long getTimeStamp()
Copyright © Micro Focus 2004-2019. All rights reserved.