public interface RemoteProcessExecutor extends Remote
| Modifier and Type | Method and Description |
|---|---|
int |
execute(RemoteProcessContext context)
Synchronously executes the process as specified in the passed context.
|
void |
quit()
Shutdown the remote process executor.
|
int execute(RemoteProcessContext context) throws IOException
context - the process description to execute.IOException - on any errorvoid quit() throws IOException
IOException - on any error (e.g. communication failed).Copyright © 2017 SAP SE. All Rights Reserved.