|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.process.ProcessExecutor
public class ProcessExecutor
| Nested Class Summary | |
|---|---|
static class |
ProcessExecutor.ProcessContext
|
static interface |
ProcessExecutor.ShutdownHook
|
| Constructor Summary | |
|---|---|
ProcessExecutor()
|
|
| Method Summary | ||
|---|---|---|
void |
destroy()
|
|
static
|
execute(String classPath,
List<String> arguments,
ProcessCallable<? extends Serializable> processCallable)
|
|
static
|
execute(String classPath,
ProcessCallable<? extends Serializable> processCallable)
|
|
static
|
execute(String java,
String classPath,
List<String> arguments,
ProcessCallable<? extends Serializable> processCallable)
|
|
static void |
main(String[] arguments)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessExecutor()
| Method Detail |
|---|
public static <T extends Serializable> Future<T> execute(String classPath,
List<String> arguments,
ProcessCallable<? extends Serializable> processCallable)
throws ProcessException
ProcessException
public static <T extends Serializable> Future<T> execute(String classPath,
ProcessCallable<? extends Serializable> processCallable)
throws ProcessException
ProcessException
public static <T extends Serializable> Future<T> execute(String java,
String classPath,
List<String> arguments,
ProcessCallable<? extends Serializable> processCallable)
throws ProcessException
ProcessException
public static void main(String[] arguments)
throws ClassNotFoundException,
IOException
ClassNotFoundException
IOExceptionpublic void destroy()
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||