public class ServerProcess extends java.lang.Object implements ShellProcess
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Signals the process it should be cancelled.
|
void |
execute(ShellProcessContext processContext)
Begin the process.
|
public void execute(ShellProcessContext processContext) throws java.lang.IllegalStateException
ShellProcessShellProcessContext.end(ShellResponse) method.execute in interface ShellProcessprocessContext - the process contextjava.lang.IllegalStateException - if the process cannot be executed for some reasonpublic void cancel()
ShellProcesscancel in interface ShellProcessCopyright © 2014 eXo Platform SAS. All Rights Reserved.