Class RemoteProcessContext
- java.lang.Object
-
- de.hybris.platform.mediaconversion.os.process.rmi.RemoteProcessContext
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoteProcessContext extends java.lang.Object implements java.io.SerializableSpacial implementation of a serializable process context. This is a DTO used to communicate with theProcessExecutorServer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteProcessContext(ProcessCommand ctx, int pid)RemoteProcessContext(ProcessContext ctx, int pid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessCommandgetContext()intgetPid()
-
-
-
Constructor Detail
-
RemoteProcessContext
public RemoteProcessContext(ProcessContext ctx, int pid)
- Parameters:
ctx- the originalProcessContext(only theProcessCommandwill be used).pid- the unique id of theProcessContext.
-
RemoteProcessContext
public RemoteProcessContext(ProcessCommand ctx, int pid)
- Parameters:
ctx- theProcessCommandrepresenting the Process to execute.pid- the unique id of the Process.
-
-
Method Detail
-
getPid
public int getPid()
-
getContext
public ProcessCommand getContext()
-
-