public interface ProcessAgent
getBuilder()
, configure
the command
and spawn a process by invoking ProcessAgent.ProcessBuilder.start()
.
This agent is available in schedule script context via context.requestSpecialist
(ProcessAgent.TYPE
).
Modifier and Type | Interface and Description |
---|---|
static interface |
ProcessAgent.ProcessBuilder
Each ProcessBuilder instance manages a collection of process attributes.
|
Modifier and Type | Field and Description |
---|---|
static SpecialistType<ProcessAgent> |
TYPE
The agent's techincal type to be used to request the agent from a
SpecialistsBroker . |
Modifier and Type | Method and Description |
---|---|
ProcessAgent.ProcessBuilder |
getBuilder()
Get a fresh process builder instance.
|
static final SpecialistType<ProcessAgent> TYPE
SpecialistsBroker
.ProcessAgent.ProcessBuilder getBuilder()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500