public class KickstartStarter extends Object implements Runnable, ControlTarget
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PROP_CONTROL_SOCKET
The name of the configuration property indicating the socket to use for
the control connection.
|
| Constructor and Description |
|---|
KickstartStarter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStop() |
void |
doTerminateVM(int status) |
void |
error(String message,
Throwable t) |
String |
getHome() |
void |
info(String message,
Throwable t) |
static void |
main(String[] args) |
void |
run() |
protected static final String PROP_CONTROL_SOCKET
localhost)
or a host name (or IP address) and port number separated by a colon.public static void main(String[] args)
public String getHome()
getHome in interface ControlTargetpublic void doStop()
doStop in interface ControlTargetpublic void doTerminateVM(int status)
doTerminateVM in interface ControlTargetpublic void info(String message, Throwable t)
info in interface ControlTargetpublic void error(String message, Throwable t)
error in interface ControlTargetCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.