public interface ShellProcess
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Signals the process it should be cancelled.
|
void |
execute(ShellProcessContext processContext)
Begin the process.
|
void execute(ShellProcessContext processContext) throws IllegalStateException
ShellProcessContext.end(ShellResponse) method.processContext - the process contextIllegalStateException - if the process cannot be executed for some reasonvoid cancel()
Copyright © 2013 eXo Platform SAS. All Rights Reserved.