Top Description Methods
sun.jvmstat.monitor

public Interface ByteArrayMonitor

extends Monitor
Known Direct Implementers
sun.jvmstat.perfdata.monitor.PerfByteArrayMonitor

Interface for Monitoring ByteArrayInstrument objects. This interface is provided to support the StringMonitor interface. No instrumentation objects of this direct type can currently be created or monitored.
Author
Brian Doherty
Since
1.5
See Also
sun.jvmstat.instrument.ByteArrayInstrument

Method Summary

Modifier and TypeMethod and Description
public byte[]

Returns:

byte[] - a copy of the bytes in the associated instrumenattion object.
byteArrayValue
()

Get a copy of the current values of the elements of the ByteArrayInstrument object.

public byte

Returns:

byte - the byte value at the specified index in the associated instrumentation object.
byteAt
(int index)

Get the current value of an element of the ByteArrayInstrument object.

Inherited from sun.jvmstat.monitor.Monitor:
getBaseNamegetNamegetUnitsgetValuegetVariabilitygetVectorLengthisSupportedisVector

Method Detail

byteArrayValueback to summary
public byte[] byteArrayValue()

Get a copy of the current values of the elements of the ByteArrayInstrument object.

Returns:byte[]

byte[] - a copy of the bytes in the associated instrumenattion object.

byteAtback to summary
public byte byteAt(int index)

Get the current value of an element of the ByteArrayInstrument object.

Returns:byte

byte - the byte value at the specified index in the associated instrumentation object.