Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
ProcessResult |
ARServerUser.executeProcess(String command)
Execute the indicated command on the server, wait it to finish, and bring back the result
|
ProcessResult |
ARServerUser.executeProcess(String command,
boolean waitFlag)
Execute the indicated command on the server, and bring back the result if the waitFlgs instructs the method to
wait for the process to finish.
|
ProcessResult |
ARServerUser.executeProcessForActiveLink(String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList)
Reserved for AR System internal only.
|
ProcessResult |
ARServerUser.executeProcessForActiveLink(String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
boolean waitFlag)
Reserved for AR System internal only.
|
ProcessResult |
ARServerUser.executeSpecialCommand(String cmd,
Object... parameters)
Executes one of the special AR System run process commands
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printProcessResult(String indent,
String header,
ProcessResult result) |
? Copyright 2013 BMC Software, Inc.