public interface RemoteProcessExecutor
extends java.rmi.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 java.io.IOException
context - the process description to execute.java.io.IOException - on any errorvoid quit() throws java.io.IOException
java.io.IOException - on any error (e.g. communication failed).Copyright © 2018 SAP SE. All Rights Reserved.