public class SingleInstanceSupport extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
static int |
SINGLE_INSTANCE_DEFAULT_PORT |
static boolean |
SINGLE_INSTANCE_DEFAULT_VALUE |
Constructor and Description |
---|
SingleInstanceSupport(List<App> appList) |
Modifier and Type | Method and Description |
---|---|
void |
forwardToOtherInstance(String[] args,
App fromApp) |
void |
run() |
void |
setupService(App app) |
void |
stopService() |
public static final boolean SINGLE_INSTANCE_DEFAULT_VALUE
public static final int SINGLE_INSTANCE_DEFAULT_PORT