Searched defs:getSystemProperties (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DRuntimeMXBean.java338 public java.util.Map<String, String> getSystemProperties(); method in interface:RuntimeMXBean
/openjdk7/jdk/test/com/sun/tools/attach/
H A DSimpleProvider.java93 public Properties getSystemProperties() throws IOException { method in class:SimpleVirtualMachine
/openjdk7/jdk/src/share/classes/com/sun/tools/attach/
H A DVirtualMachine.java80 * Properties props = vm.getSystemProperties();
554 public abstract Properties getSystemProperties() throws IOException; method in class:VirtualMachine
/openjdk7/jdk/src/share/classes/sun/management/
H A DRuntimeImpl.java129 public Map<String,String> getSystemProperties() { method in class:RuntimeImpl
/openjdk7/jdk/src/share/classes/sun/tools/attach/
H A DHotSpotVirtualMachine.java140 public Properties getSystemProperties() throws IOException { method in class:HotSpotVirtualMachine
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java843 Properties props = getSystemProperties();
847 public Properties getSystemProperties() { method in class:VM

Completed in 60 milliseconds