public class RemoteProcessContext
extends java.lang.Object
implements java.io.Serializable
ProcessExecutorServer.| Constructor and Description |
|---|
RemoteProcessContext(ProcessCommand ctx,
int pid) |
RemoteProcessContext(ProcessContext ctx,
int pid) |
| Modifier and Type | Method and Description |
|---|---|
ProcessCommand |
getContext() |
int |
getPid() |
public RemoteProcessContext(ProcessContext ctx, int pid)
ctx - the original ProcessContext (only the ProcessCommand will be used).pid - the unique id of the ProcessContext.public RemoteProcessContext(ProcessCommand ctx, int pid)
ctx - the ProcessCommand representing the Process to execute.pid - the unique id of the Process.public int getPid()
public ProcessCommand getContext()
Copyright © 2018 SAP SE. All Rights Reserved.