public class WorkflowExecutor extends ModelObject
| Modifier and Type | Field and Description |
|---|---|
org.joda.time.DateTime |
active
Time when the executor last updated that it is active.
|
String |
executorGroup
The executor group of the executor.
|
org.joda.time.DateTime |
expires
Time after which the executor is considered dead.
|
String |
host
The host name of the executor.
|
int |
id
Unique identifier of executor instance.
|
int |
pid
Process id of the executor.
|
org.joda.time.DateTime |
started
Time when the executor was started.
|
org.joda.time.DateTime |
stopped
Time when the executor was stopped.
|
| Constructor and Description |
|---|
WorkflowExecutor(int id,
String host,
int pid,
String executorGroup,
org.joda.time.DateTime started,
org.joda.time.DateTime active,
org.joda.time.DateTime expires,
org.joda.time.DateTime stopped)
Creates a new workflow executor description.
|
public final int id
public final String host
public final int pid
public final String executorGroup
public final org.joda.time.DateTime started
public final org.joda.time.DateTime active
public final org.joda.time.DateTime expires
public final org.joda.time.DateTime stopped
public WorkflowExecutor(int id,
String host,
int pid,
String executorGroup,
org.joda.time.DateTime started,
org.joda.time.DateTime active,
org.joda.time.DateTime expires,
org.joda.time.DateTime stopped)
id - Unique identifier of executor instancehost - The host name of the executorpid - Process id of the executorexecutorGroup - The executor group of the executorstarted - Time when the executor was startedactive - Time when the executor last updated that it is activeexpires - Time after which the executor is considered deadstopped - Time when the executor was stoppedCopyright © 2014–2020 Nitor Creations. All rights reserved.