Searched refs:StringMonitor (Results 1 - 17 of 17) sorted by relevance

/openjdk9/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/monitor/
H A DStringMonitor.java35 public interface StringMonitor extends Monitor { interface in inherits:Monitor
H A DMonitoredVmUtil.java51 StringMonitor ver =
52 (StringMonitor)vm.findByName("java.property.java.vm.version");
65 StringMonitor cmd = (StringMonitor)vm.findByName("sun.rt.javaCommand");
152 StringMonitor jvmArgs = (StringMonitor)vm.findByName("java.rt.vmArgs");
165 StringMonitor jvmFlags =
166 (StringMonitor)vm.findByName("java.rt.vmFlags");
180 StringMonitor jvmCapabilities =
181 (StringMonitor)v
[all...]
/openjdk9/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBuffer.java317 StringMonitor jvm_version = (StringMonitor)map.get(name);
319 jvm_version = (StringMonitor)findByAlias(name);
323 StringMonitor jvm_name = (StringMonitor)map.get(name);
325 jvm_name = (StringMonitor)findByAlias(name);
329 StringMonitor args = (StringMonitor)map.get(name);
331 args = (StringMonitor)findByAlias(name);
349 private void kludgeMantis(Map<String, Monitor> map, StringMonitor arg
[all...]
/openjdk9/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfStringMonitor.java39 implements StringMonitor {
44 * Constructor to create a StringMonitor object for the string instrument
58 * Constructor to create a StringMonitor object for the string instrument
/openjdk9/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DRawOutputFormatter.java68 if (printStrings && m instanceof StringMonitor) {
H A DJStatLogger.java101 if (m instanceof StringMonitor) {
/openjdk9/jdk/test/javax/management/monitor/
H A DReflectionExceptionTest.java49 import javax.management.monitor.StringMonitor;
233 StringMonitor stringMonitor = new StringMonitor();
235 // Create a new StringMonitor MBean and add it to the MBeanServer.
237 echo(">>> CREATE a new StringMonitor MBean");
239 domain + ":type=" + StringMonitor.class.getName());
242 echo(">>> ADD a listener to the StringMonitor");
249 echo(">>> SET the attributes of the StringMonitor:");
270 echo(">>> START the StringMonitor");
277 echo("\tOK: StringMonitor go
[all...]
H A DRuntimeExceptionTest.java47 import javax.management.monitor.StringMonitor;
231 StringMonitor stringMonitor = new StringMonitor();
233 // Create a new StringMonitor MBean and add it to the MBeanServer.
235 echo(">>> CREATE a new StringMonitor MBean");
237 domain + ":type=" + StringMonitor.class.getName());
240 echo(">>> ADD a listener to the StringMonitor");
247 echo(">>> SET the attributes of the StringMonitor:");
268 echo(">>> START the StringMonitor");
275 echo("\tOK: StringMonitor go
[all...]
H A DStringMonitorDeadlockTest.java47 import javax.management.monitor.StringMonitor;
74 mbs.registerMBean(new StringMonitor(), monitorName);
H A DStartStopTest.java57 import javax.management.monitor.StringMonitor;
130 monitorNames[i] = new ObjectName(":type=StringMonitor," +
132 monitor[i] = new StringMonitor();
H A DThreadPoolTest.java54 import javax.management.monitor.StringMonitor;
134 monitorNames[i] = new ObjectName(":type=StringMonitor," +
136 monitor[i] = new StringMonitor();
H A DThreadPoolAccTest.java46 import javax.management.monitor.StringMonitor;
117 new ObjectName(":type=StringMonitor,instance=" + i);
118 monitor[i] = new StringMonitor();
H A DNullAttributeValueTest.java213 StringMonitor stringMonitor = null;
219 // Create a new StringMonitor MBean and add it to the MBeanServer.
221 echo(">>> CREATE a new StringMonitor MBean");
223 domain + ":type=" + StringMonitor.class.getName());
224 stringMonitor = new StringMonitor();
227 echo(">>> ADD a listener to the StringMonitor");
241 echo(">>> SET the attributes of the StringMonitor:");
262 echo(">>> START the StringMonitor");
265 return checkReceived(granularityperiod, "StringMonitor");
H A DNonComparableAttributeValueTest.java239 StringMonitor stringMonitor = null;
245 // Create a new StringMonitor MBean and add it to the MBeanServer.
247 echo(">>> CREATE a new StringMonitor MBean");
249 domain + ":type=" + StringMonitor.class.getName());
250 stringMonitor = new StringMonitor();
253 echo(">>> ADD a listener to the StringMonitor");
267 echo(">>> SET the attributes of the StringMonitor:");
288 echo(">>> START the StringMonitor");
295 echo("\tOK: StringMonitor notification received");
297 echo("\tKO: StringMonitor notificatio
[all...]
H A DAttributeArbitraryDataTypeTest.java52 import javax.management.monitor.StringMonitor;
585 StringMonitor stringMonitor = null;
591 // Create a new StringMonitor MBean and add it to the MBeanServer.
593 echo(">>> CREATE a new StringMonitor MBean");
595 domain + ":type=" + StringMonitor.class.getName());
596 stringMonitor = new StringMonitor();
599 echo(">>> ADD a listener to the StringMonitor");
627 echo(">>> SET the attributes of the StringMonitor:");
666 echo(">>> START the StringMonitor");
731 echo("\tOK: StringMonitor notificatio
[all...]
H A DMultiMonitorTest.java71 new ObjectName(":type=StringMonitor");
78 mbs.createMBean(StringMonitor.class.getName(), stringMonitor);
/openjdk9/jdk/src/java.management/share/classes/javax/management/monitor/
H A DStringMonitor.java59 public class StringMonitor extends Monitor implements StringMonitorMBean { class in inherits:Monitor,StringMonitorMBean
122 "Notifications sent by the StringMonitor MBean")
140 public StringMonitor() { method in class:StringMonitor

Completed in 201 milliseconds