public interface LaunchMethod extends Callable<Integer>
| Modifier and Type | Interface and Description |
|---|---|
static class |
LaunchMethod.TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
destroyChild() |
String |
getName() |
long |
getProcessId() |
int |
restarts() |
void |
setProperties(MergeableProperties properties) |
void |
setProperties(MergeableProperties properties,
LaunchCallback callback) |
void |
stopRelaunching() |
void setProperties(MergeableProperties properties)
void setProperties(MergeableProperties properties, LaunchCallback callback)
long getProcessId()
void stopRelaunching()
int destroyChild()
throws InterruptedException
InterruptedExceptionint restarts()
String getName()
Copyright © 2015. All rights reserved.