
public class PerfStringConstantMonitor extends PerfStringMonitor
name, supported, units, variability, vectorLength| Constructor and Description |
|---|
PerfStringConstantMonitor(String name,
boolean supported,
ByteBuffer bb)
Constructor to create a StringMonitor object for the constant string
instrument object represented by the data in the given buffer.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Return an Object that encapsulates this instrumentation object's
current data value.
|
String |
stringValue()
Return the current value of the StringInstrument as a String.
|
byteArrayValue, byteAt, getMaximumLengthgetBaseName, getName, getUnits, getVariability, getVectorLength, isSupported, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseName, getName, getUnits, getVariability, getVectorLength, isSupported, isVectorpublic PerfStringConstantMonitor(String name, boolean supported, ByteBuffer bb)
name - the name of the instrumentation objectsupported - support level indicatorbb - the buffer containing the string instrument datapublic Object getValue()
getValue in interface MonitorgetValue in class PerfStringMonitorpublic String stringValue()
stringValue in interface StringMonitorstringValue in class PerfStringMonitorCopyright © 2017–2018 earcam. All rights reserved.