Class RemoteProcessContext
java.lang.Object
de.hybris.platform.mediaconversion.os.process.rmi.RemoteProcessContext
- All Implemented Interfaces:
Serializable
Spacial implementation of a serializable process context. This is a DTO used to communicate with the
ProcessExecutorServer.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteProcessContext(ProcessCommand ctx, int pid) RemoteProcessContext(ProcessContext ctx, int pid) -
Method Summary
-
Constructor Details
-
RemoteProcessContext
- Parameters:
ctx- the originalProcessContext(only theProcessCommandwill be used).pid- the unique id of theProcessContext.
-
RemoteProcessContext
- Parameters:
ctx- theProcessCommandrepresenting the Process to execute.pid- the unique id of the Process.
-
-
Method Details
-
getPid
public int getPid() -
getContext
-