final class ReflectiveRuntimeMXBean extends java.lang.Object implements RuntimeMXBean
RuntimeMXBean
using the JVM reflectively.Modifier and Type | Class and Description |
---|---|
private static class |
ReflectiveRuntimeMXBean.Holder |
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
runtimeMxBean |
Constructor and Description |
---|
ReflectiveRuntimeMXBean(java.lang.Object runtimeMxBean) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getInputArguments() |
public java.util.List<java.lang.String> getInputArguments()
getInputArguments
in interface RuntimeMXBean
java.lang.management.RuntimeMXBean#getInputArguments()