Package | Description |
---|---|
org.spf4j.unix |
Modifier and Type | Method and Description |
---|---|
static JVMArguments |
JVMArguments.current()
Gets the process argument list of the current process.
|
static JVMArguments |
JVMArguments.of(int pid)
Gets the process argument list of the specified process ID.
|
Modifier and Type | Method and Description |
---|---|
static void |
UnixRuntime.restart(JVMArguments newArguments)
Restart current process.
|
Copyright © 2018 SPF4J. All rights reserved.