Package | Description |
---|---|
net.bluemind.node.api | |
net.bluemind.node.client.impl.ahc | |
net.bluemind.node.shared |
Modifier and Type | Method and Description |
---|---|
void |
INodeClient.asyncExecute(ExecRequest req,
ProcessHandler ph) |
TaskRef |
INodeClient.executeCommand(ExecRequest tsk)
Runs a command.
|
Modifier and Type | Method and Description |
---|---|
void |
AHCHttpNodeClient.asyncExecute(ExecRequest req,
ProcessHandler ph) |
TaskRef |
AHCHttpNodeClient.executeCommand(ExecRequest tsk) |
static org.vertx.java.core.json.JsonObject |
JsonHelper.toJson(ExecRequest execReq) |
Constructor and Description |
---|
SubmitHandler(ExecRequest req) |
Modifier and Type | Method and Description |
---|---|
static ExecRequest |
ExecRequest.anonymous(java.lang.String cmd) |
static ExecRequest |
ExecRequest.anonymousWithoutOutput(java.lang.String cmd) |
static ExecRequest |
ExecRequest.named(java.lang.String group,
java.lang.String name,
java.lang.String cmd,
ExecRequest.Options... options) |
Copyright © 2021. All Rights Reserved.