- AbstractMonitor - Class in sun.jvmstat.monitor
-
The base class for Instrumentation Monitoring Objects.
- AbstractMonitor(String, Units, Variability, boolean, int) - Constructor for class sun.jvmstat.monitor.AbstractMonitor
-
Create a vector instrumentation monitoring object with the given
name and attributes.
- AbstractMonitor(String, Units, Variability, boolean) - Constructor for class sun.jvmstat.monitor.AbstractMonitor
-
Create a scalar instrumentation monitoring object with the given
name and attributes.
- AbstractMonitoredVm - Class in sun.jvmstat.perfdata.monitor
-
Base class for all MonitoredVm implementations that utilize the
HotSpot PerfData instrumentation buffer as the communications
mechanism to the target Java Virtual Machine.
- AbstractMonitoredVm(VmIdentifier, int) - Constructor for class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Create an AbstractMonitoredVm instance.
- AbstractPerfDataBuffer - Class in sun.jvmstat.perfdata.monitor
-
Abstraction for the HotSpot PerfData instrumentation buffer.
- AbstractPerfDataBuffer() - Constructor for class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
-
- AbstractPerfDataBufferPrologue - Class in sun.jvmstat.perfdata.monitor
-
Abstraction representing the HotSpot PerfData instrumentation buffer
header.
- AbstractPerfDataBufferPrologue(ByteBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Construct a PerfDataBufferPrologue instance.
- active - Variable in class sun.jvmstat.monitor.event.VmStatusChangeEvent
-
The set of currently active Java Virtual Machines for the MonitoredHost.
- activeVms() - Method in class sun.jvmstat.monitor.MonitoredHost
-
Return the current set of active Java Virtual Machines for this
MonitoredHost.
- activeVms() - Method in interface sun.jvmstat.monitor.remote.RemoteHost
-
Get a list of Local Virtual Machine Identifiers for the active
Java Virtual Machine the remote system.
- activeVms() - Method in class sun.jvmstat.perfdata.monitor.protocol.file.MonitoredHostProvider
-
Return the current set of active Java Virtual Machines for this
MonitoredHost.
- activeVms() - Method in class sun.jvmstat.perfdata.monitor.protocol.local.LocalVmManager
-
Return the current set of monitorable Java Virtual Machines.
- activeVms() - Method in class sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
-
Return the current set of active Java Virtual Machines for this
MonitoredHost.
- activeVms() - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostProvider
-
Return the current set of active Java Virtual Machines for this
MonitoredHost.
- activeVms() - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.RemoteVmManager
-
Return the current set of monitorable Java Virtual Machines.
- addHostListener(HostListener) - Method in class sun.jvmstat.monitor.MonitoredHost
-
Add a HostListener.
- addHostListener(HostListener) - Method in class sun.jvmstat.perfdata.monitor.protocol.file.MonitoredHostProvider
-
Add a HostListener.
- addHostListener(HostListener) - Method in class sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
-
Add a HostListener.
- addHostListener(HostListener) - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostProvider
-
Add a HostListener.
- ADDRESS - Static variable in class sun.jvmstat.perfdata.monitor.v1_0.BasicType
-
- addVmListener(VmListener) - Method in interface sun.jvmstat.monitor.MonitoredVm
-
Add a VmListener.
- addVmListener(VmListener) - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Add a VmListener.
- addVmListener(VmListener) - Method in class sun.jvmstat.perfdata.monitor.protocol.file.FileMonitoredVm
-
Add a VmListener.
- addVmListener(VmListener) - Method in class sun.jvmstat.perfdata.monitor.protocol.local.LocalMonitoredVm
-
Add a VmListener.
- addVmListener(VmListener) - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.RemoteMonitoredVm
-
Add a VmListener.
- AgentInitializationException - Exception in com.sun.tools.attach
-
The exception thrown when an agent fails to initialize in the target
Java virtual machine.
- AgentInitializationException() - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException with
no detail message.
- AgentInitializationException(String) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException with
the specified detail message.
- AgentInitializationException(String, int) - Constructor for exception com.sun.tools.attach.AgentInitializationException
-
Constructs an AgentInitializationException with
the specified detail message and the return value from the
execution of the agent's Agent_OnAttach function.
- AgentLoadException - Exception in com.sun.tools.attach
-
The exception thrown when an agent cannot be loaded into the target
Java virtual machine.
- AgentLoadException() - Constructor for exception com.sun.tools.attach.AgentLoadException
-
Constructs an AgentLoadException with
no detail message.
- AgentLoadException(String) - Constructor for exception com.sun.tools.attach.AgentLoadException
-
Constructs an AgentLoadException with
the specified detail message.
- aliasCache - Variable in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
A cache of resolved monitor aliases.
- AliasFileParser - Class in sun.jvmstat.perfdata.monitor
-
Class for parsing alias files.
- aliasMap - Variable in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
A Map of monitor object names to aliases as read in from the alias map
file.
- ARRAY - Static variable in class sun.jvmstat.perfdata.monitor.v1_0.BasicType
-
- ARRAY - Static variable in class sun.jvmstat.perfdata.monitor.v2_0.TypeCode
-
- attach(String) - Static method in class com.sun.tools.attach.VirtualMachine
-
Attaches to a Java virtual machine.
- attach(VirtualMachineDescriptor) - Static method in class com.sun.tools.attach.VirtualMachine
-
Attaches to a Java virtual machine.
- attach() - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.RemoteMonitoredVm
-
Method to attach to the remote MonitoredVm.
- AttachNotSupportedException - Exception in com.sun.tools.attach
-
- AttachNotSupportedException() - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
-
Constructs an AttachNotSupportedException with
no detail message.
- AttachNotSupportedException(String) - Constructor for exception com.sun.tools.attach.AttachNotSupportedException
-
Constructs an AttachNotSupportedException with
the specified detail message.
- AttachOperationFailedException - Exception in com.sun.tools.attach
-
Exception type to signal that an attach operation failed in the target VM.
- AttachOperationFailedException(String) - Constructor for exception com.sun.tools.attach.AttachOperationFailedException
-
Constructs an AttachOperationFailedException with
the specified detail message.
- AttachPermission - Class in com.sun.tools.attach
-
- AttachPermission(String) - Constructor for class com.sun.tools.attach.AttachPermission
-
Constructs a new AttachPermission object.
- AttachPermission(String, String) - Constructor for class com.sun.tools.attach.AttachPermission
-
Constructs a new AttachPermission object.
- AttachProvider - Class in com.sun.tools.attach.spi
-
Attach provider class for attaching to a Java virtual machine.
- AttachProvider() - Constructor for class com.sun.tools.attach.spi.AttachProvider
-
Initializes a new instance of this class.
- attachVirtualMachine(String) - Method in class com.sun.tools.attach.spi.AttachProvider
-
Attaches to a Java virtual machine.
- attachVirtualMachine(VirtualMachineDescriptor) - Method in class com.sun.tools.attach.spi.AttachProvider
-
Attaches to a Java virtual machine.
- attachVirtualMachine(String) - Method in class sun.tools.attach.BsdAttachProvider
-
- attachVirtualMachine(VirtualMachineDescriptor) - Method in class sun.tools.attach.BsdAttachProvider
-
- attachVirtualMachine(String) - Method in class sun.tools.attach.LinuxAttachProvider
-
- attachVirtualMachine(VirtualMachineDescriptor) - Method in class sun.tools.attach.LinuxAttachProvider
-
- attachVirtualMachine(String) - Method in class sun.tools.attach.SolarisAttachProvider
-
- attachVirtualMachine(VirtualMachineDescriptor) - Method in class sun.tools.attach.SolarisAttachProvider
-
- attachVirtualMachine(String) - Method in class sun.tools.attach.WindowsAttachProvider
-
- attachVm(int, String) - Method in interface sun.jvmstat.monitor.remote.RemoteHost
-
Remote method to attach to a remote HotSpot Java Virtual Machine
identified by vmid.
- getActive() - Method in class sun.jvmstat.monitor.event.VmStatusChangeEvent
-
Return the set of currently active Java Virtual Machines.
- getAgentProperties() - Method in class com.sun.tools.attach.VirtualMachine
-
Returns the current agent properties in the target virtual
machine.
- getAgentProperties() - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- getAuthority() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Authority part of this VmIdentifier.
- getBaseName() - Method in class sun.jvmstat.monitor.AbstractMonitor
-
Returns the base name of this instrumentation object.
- getBaseName() - Method in interface sun.jvmstat.monitor.Monitor
-
Returns the base name of this instrumentation object.
- getBufferSize() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Get the size of the instrumentation memory buffer.
- getBufferSize() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Get the size of the instrumentation memory buffer.
- getByteBuffer() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
-
Get the ByteBuffer containing the instrumentation data.
- getByteOrder() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the byte order.
- getByteOrder(ByteBuffer) - Static method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the byte order for the given ByteBuffer.
- getBytes() - Method in interface sun.jvmstat.monitor.remote.BufferedMonitoredVm
-
Interface to get the bytes associated with the instrumentation
for the target Java Virtual Machine.
- getBytes() - Method in interface sun.jvmstat.monitor.remote.RemoteVm
-
Interface to get the bytes associated with the instrumentation
for the remote Java Virtual Machine.
- getBytes() - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Interface to get the bytes associated with the instrumentation
for the target Java Virtual Machine.
- getBytes() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
-
Get a copy of the raw instrumentation data.
- getBytes() - Method in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
Get a copy of the raw instrumentation data.
- getCapacity() - Method in interface sun.jvmstat.monitor.remote.BufferedMonitoredVm
-
Interface to get the the size of the instrumentation buffer
for the target Java Virtual Machine.
- getCapacity() - Method in interface sun.jvmstat.monitor.remote.RemoteVm
-
Interface to get the the size of the instrumentation buffer
for the target Java Virtual Machine.
- getCapacity() - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Interface to get the the size of the instrumentation buffer
for the target Java Virtual Machine.
- getCapacity() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
-
Get the capacity of the instrumentation buffer.
- getCapacity() - Method in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
Get the capacity of the instrumentation buffer.
- getEntryOffset() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Get the offset of the first PerfDataEntry.
- getFile(int) - Static method in class sun.jvmstat.perfdata.monitor.protocol.local.PerfDataFile
-
Get a File object for the instrumentation backing store file
for the JVM identified by the given local Vm Identifier.
- getFile(String, int) - Static method in class sun.jvmstat.perfdata.monitor.protocol.local.PerfDataFile
-
Return the File object for the backing store file for the specified Java
Virtual Machine.
- getFragment() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the Fragment part of this HostIdentifier.
- getFragment() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Fragment part of this VmIdentifier.
- getHost() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the Host part of this HostIdentifier.
- getHost() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Host part of this VmIdentifier.
- getHostIdentifier() - Method in class sun.jvmstat.monitor.MonitoredHost
-
Return the resolved HostIdentifier for this MonitoredHost.
- getHostIdentifier() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the corresponding HostIdentifier for this VmIdentifier.
- getInserted() - Method in class sun.jvmstat.monitor.event.MonitorStatusChangeEvent
-
Return the list of instrumentation objects that were inserted
since the last event notification.
- getInserted() - Method in class sun.jvmstat.perfdata.monitor.MonitorStatus
-
Get the list of Monitors inserted since the last query.
- getInstance() - Static method in class sun.jvmstat.perfdata.monitor.protocol.local.LocalEventTimer
-
Get the singleton LocalEventTimer instance
- getInterval() - Method in class sun.jvmstat.monitor.MonitoredHost
-
Get the polling interval.
- getInterval() - Method in interface sun.jvmstat.monitor.MonitoredVm
-
Get the polling interval.
- getInterval() - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Get the polling interval.
- getLastException() - Method in class sun.jvmstat.monitor.MonitoredHost
-
Get the last exception encountered while polling this MonitoredHost.
- getLastException() - Method in interface sun.jvmstat.monitor.MonitoredVm
-
Get the last exception encountered while polling this MonitoredVm.
- getLastException() - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Get the last exception encountered while polling this MonitoredVm.
- getLocalVmId() - Method in interface sun.jvmstat.monitor.remote.RemoteVm
-
Interface to return the Local Virtual Machine Identifier for
the remote Java Virtual Machine.
- getLocalVmId() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Local Virtual Machine Identifier for this VmIdentifier.
- getLocalVmId() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
-
Get the Local Java Virtual Machine Identifier, or lvmid
for the target JVM associated with this instrumentation buffer.
- getLocalVmId() - Method in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
Get the Local Java Virtual Machine Identifier, or lvmid
for the target JVM associated with this instrumentation buffer.
- getLocalVmId(File) - Static method in class sun.jvmstat.perfdata.monitor.protocol.local.PerfDataFile
-
Method to extract a local Java Virtual Machine Identifier from the
file name of the given File object.
- getMagic() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the magic number.
- getMagic(ByteBuffer) - Static method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the magic number from the given byteBuffer.
- getMajorVersion() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the major version.
- getMajorVersion(ByteBuffer) - Static method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the major version number from the given ByteBuffer.
- getMaximumLength() - Method in class sun.jvmstat.perfdata.monitor.PerfByteArrayMonitor
-
Get the maximum length of the byte array for this byte array instrument.
- getMessage() - Method in exception sun.jvmstat.perfdata.monitor.SyntaxException
-
- getMinorVersion() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the minor version.
- getMinorVersion(ByteBuffer) - Static method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the minor version number from the given ByteBuffer.
- getMode() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the mode indicated in this HostIdentifier.
- getMode() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the mode indicated in this VmIdentifier.
- getModificationTimeStamp() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Get the time of last modification for the instrumentation
memory buffer.
- getModificationTimeStamp() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Get the time of last modification for the instrumentation
memory buffer.
- getMonitoredHost() - Method in class sun.jvmstat.monitor.event.HostEvent
-
Return the MonitoredHost source of this event.
- getMonitoredHost(String) - Static method in class sun.jvmstat.monitor.MonitoredHost
-
Factory method to construct MonitoredHost instances to manage
connections to the host indicated by hostIdString
- getMonitoredHost(VmIdentifier) - Static method in class sun.jvmstat.monitor.MonitoredHost
-
Factory method to construct a MonitoredHost instance to manage the
connection to the Java Virtual Machine indicated by vmid.
- getMonitoredHost(HostIdentifier) - Static method in class sun.jvmstat.monitor.MonitoredHost
-
Factory method to construct a MonitoredHost instance to manage the
connection to the host indicated by hostId.
- getMonitoredVm() - Method in class sun.jvmstat.monitor.event.VmEvent
-
Return the MonitoredVm source of this event.
- getMonitoredVm(VmIdentifier) - Method in class sun.jvmstat.monitor.MonitoredHost
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitoredVm(VmIdentifier, int) - Method in class sun.jvmstat.monitor.MonitoredHost
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitoredVm(VmIdentifier) - Method in class sun.jvmstat.perfdata.monitor.protocol.file.MonitoredHostProvider
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitoredVm(VmIdentifier, int) - Method in class sun.jvmstat.perfdata.monitor.protocol.file.MonitoredHostProvider
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitoredVm(VmIdentifier) - Method in class sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitoredVm(VmIdentifier, int) - Method in class sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitoredVm(VmIdentifier) - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostProvider
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitoredVm(VmIdentifier, int) - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostProvider
-
Get the MonitoredVm for the given Java Virtual Machine.
- getMonitorStatus() - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Get a list of the inserted and removed monitors since last called.
- getMonitorStatus() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
-
Get a list of the inserted and removed monitors since last called.
- getMonitorStatus() - Method in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
Get a list of the inserted and removed monitors since last called.
- getMonitorStatus(Map<String, Monitor>) - Method in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
get the list of inserted and removed monitors since last called.
- getMonitorStatus(Map<String, Monitor>) - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBuffer
-
get the list of inserted and removed monitors since last called.
- getMonitorStatus(Map<String, Monitor>) - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBuffer
-
get the list of inserted and removed monitors since last called.
- getName() - Method in class sun.jvmstat.monitor.AbstractMonitor
-
Returns the name of this instrumentation object.
- getName() - Method in interface sun.jvmstat.monitor.Monitor
-
Returns the name of this instrumentation object.
- getNewMonitors(Map<String, Monitor>) - Method in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
get the new Monitor objects from the Map of Monitor objects.
- getNewMonitors(Map<String, Monitor>) - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBuffer
-
get the new Monitor objects from the Map of Monitor objects.
- getNewMonitors(Map<String, Monitor>) - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBuffer
-
get the new Monitor objects from the Map of Monitor objects.
- getNextMonitorEntry() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBuffer
-
method to extract the next monitor entry from the instrumentation memory.
- getNextMonitorEntry() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBuffer
-
method to extract the next monitor entry from the instrumentation memory.
- getNumEntries() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Get the offset of the first PerfDataEntry.
- getOverflow() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Get the buffer overflow amount.
- getOverflow() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Get the buffer overflow amount.
- getPath() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the Path part of this HostIdentifier.
- getPath() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Path part of this VmIdentifier.
- getPort() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the Port for of this HostIdentifier.
- getPort() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Port part of this VmIdentifier.
- getQuery() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the Query part of this HostIdentifier.
- getQuery() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Query part of this VmIdentifier.
- getRemoteVm() - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.RemoteMonitoredVm
-
Get the proxy to the remote MonitoredVm.
- getRemoved() - Method in class sun.jvmstat.monitor.event.MonitorStatusChangeEvent
-
Return the set of instrumentation objects that were removed
since the last event notification.
- getRemoved() - Method in class sun.jvmstat.perfdata.monitor.MonitorStatus
-
Get the list of Monitors removed since the last query.
- getScheme() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the Scheme, or protocol, portion of this HostIdentifier.
- getScheme() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Scheme, or protocol, portion of this VmIdentifier.
- getSchemeSpecificPart() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the Scheme Specific Part of this HostIdentifier.
- getSchemeSpecificPart() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the Scheme Specific Part of this VmIdentifier.
- getSize() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Get the size of the header portion of the instrumentation buffer.
- getSize() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Get the size of the header portion of the instrumentation buffer.
- getSize() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Get the size of the header portion of the instrumentation buffer.
- getStarted() - Method in class sun.jvmstat.monitor.event.VmStatusChangeEvent
-
Return the set of Java Virtual Machines started since the last
event notification.
- getSystemProperties() - Method in class com.sun.tools.attach.VirtualMachine
-
Returns the current system properties in the target virtual machine.
- getSystemProperties() - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- getTempDirectory() - Static method in class sun.jvmstat.perfdata.monitor.protocol.local.PerfDataFile
-
Return the name of the temporary directory being searched for
HotSpot PerfData backing store files.
- getTempDirectory(String) - Static method in class sun.jvmstat.perfdata.monitor.protocol.local.PerfDataFile
-
Return the name of the temporary directory to be searched
for HotSpot PerfData backing store files for a given user.
- getTerminated() - Method in class sun.jvmstat.monitor.event.VmStatusChangeEvent
-
Return the set of Java Virtual Machines terminated since the last
event notification.
- getUnits() - Method in class sun.jvmstat.monitor.AbstractMonitor
-
Returns the Units for this instrumentation monitoring object.
- getUnits() - Method in interface sun.jvmstat.monitor.Monitor
-
Returns the Units for this instrumentation monitoring object.
- getURI() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the URI associated with the HostIdentifier.
- getURI() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the URI associated with the VmIdentifier.
- getUsed() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Get the utilization of the instrumentation memory buffer.
- getUsed() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Get the utilization of the instrumentation memory buffer.
- getUserInfo() - Method in class sun.jvmstat.monitor.HostIdentifier
-
Return the User Info part of this HostIdentifier.
- getUserInfo() - Method in class sun.jvmstat.monitor.VmIdentifier
-
Return the UserInfo part of this VmIdentifier.
- getValue() - Method in class sun.jvmstat.monitor.AbstractMonitor
-
Return an Object that encapsulates this instrumentation object's
current data value.
- getValue() - Method in interface sun.jvmstat.monitor.Monitor
-
Return an Object that encapsulates this instrumentation object's
current data value.
- getValue() - Method in class sun.jvmstat.perfdata.monitor.PerfByteArrayMonitor
-
Return an Object that encapsulates this instrumentation object's
current data value.
- getValue() - Method in class sun.jvmstat.perfdata.monitor.PerfIntegerMonitor
-
Return an Object that encapsulates this instrumentation object's
current data value.
- getValue() - Method in class sun.jvmstat.perfdata.monitor.PerfLongMonitor
-
Return an Object that encapsulates this instrumentation object's
current data value.
- getValue() - Method in class sun.jvmstat.perfdata.monitor.PerfStringConstantMonitor
-
Return an Object that encapsulates this instrumentation object's
current data value.
- getValue() - Method in class sun.jvmstat.perfdata.monitor.PerfStringMonitor
-
Return an Object that encapsulates this instrumentation object's
current data value.
- getVariability() - Method in class sun.jvmstat.monitor.AbstractMonitor
-
Returns the Variability for this instrumentation object.
- getVariability() - Method in interface sun.jvmstat.monitor.Monitor
-
Returns the Variability for this instrumentation object.
- getVectorLength() - Method in class sun.jvmstat.monitor.AbstractMonitor
-
Return the length of the vector.
- getVectorLength() - Method in interface sun.jvmstat.monitor.Monitor
-
Return the length of the vector.
- getVmIdentifier() - Method in interface sun.jvmstat.monitor.MonitoredVm
-
Get the VmIdentifier associated with this MonitoredVm
- getVmIdentifier() - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Get the VmIdentifier associated with this MonitoredVm
- mainArgs(MonitoredVm) - Static method in class sun.jvmstat.monitor.MonitoredVmUtil
-
Return the arguments to the main class for the target Java application.
- mainClass(MonitoredVm, boolean) - Static method in class sun.jvmstat.monitor.MonitoredVmUtil
-
Return the main class for the target Java application.
- majorVersionBuffer() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Return an IntBuffer that accesses the major version number.
- minorVersionBuffer() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Return an IntBuffer that accesses the minor version number.
- modificationTimeStampBuffer() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Return an LongBuffer that accesses the modification timestamp value.
- Monitor - Interface in sun.jvmstat.monitor
-
Interface provided by Instrumentation Monitoring Objects.
- MonitorDataException - Exception in sun.jvmstat.perfdata.monitor
-
Exception indicating that improperly formatted data was encountered
while parsing a HotSpot PerfData buffer.
- MonitorDataException() - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorDataException
-
Constructs a MonitorDataException with
null as its error detail message.
- MonitorDataException(String) - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorDataException
-
Constructs an MonitorDataException with the specified
detail message.
- MonitoredHost - Class in sun.jvmstat.monitor
-
An abstraction for a host that contains instrumented Java Virtual
Machines.
- MonitoredHost() - Constructor for class sun.jvmstat.monitor.MonitoredHost
-
- MonitoredHostProvider - Class in sun.jvmstat.perfdata.monitor.protocol.file
-
Concrete implementation of the MonitoredHost interface for the
file: protocol of the HotSpot PerfData monitoring implementation.
- MonitoredHostProvider(HostIdentifier) - Constructor for class sun.jvmstat.perfdata.monitor.protocol.file.MonitoredHostProvider
-
Create a MonitoredHostProvider instance using the given HostIdentifier.
- MonitoredHostProvider - Class in sun.jvmstat.perfdata.monitor.protocol.local
-
Concrete implementation of the MonitoredHost interface for the
local protocol of the HotSpot PerfData monitoring implementation.
- MonitoredHostProvider(HostIdentifier) - Constructor for class sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
-
Create a MonitoredHostProvider instance using the given HostIdentifier.
- MonitoredHostProvider - Class in sun.jvmstat.perfdata.monitor.protocol.rmi
-
Concrete implementation of the MonitoredHost interface for the
rmi protocol of the HotSpot PerfData monitoring implementation.
- MonitoredHostProvider(HostIdentifier) - Constructor for class sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostProvider
-
Create a MonitoredHostProvider instance using the given HostIdentifier.
- MonitoredVm - Interface in sun.jvmstat.monitor
-
Interface for interacting with a monitorable Java Virtual Machine.
- MonitoredVmUtil - Class in sun.jvmstat.monitor
-
Utility class proving concenience methods for extracting various
information from an MonitoredVm object.
- MonitorException - Exception in sun.jvmstat.monitor
-
Base class for exceptions that occur while interfacing with the
Monitoring interfaces.
- MonitorException() - Constructor for exception sun.jvmstat.monitor.MonitorException
-
Create a MonitorException
- MonitorException(String) - Constructor for exception sun.jvmstat.monitor.MonitorException
-
Create a MonitorException with the given message.
- MonitorException(String, Throwable) - Constructor for exception sun.jvmstat.monitor.MonitorException
-
Create a MonitorException with the given message and cause.
- MonitorException(Throwable) - Constructor for exception sun.jvmstat.monitor.MonitorException
-
Create an InstrumentationException with the given cause.
- monitors - Variable in class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
A Map of monitor objects found in the instrumentation buffer.
- MonitorStatus - Class in sun.jvmstat.perfdata.monitor
-
Immutable class containing the list of inserted and deleted
monitors over an arbitrary time period.
- MonitorStatus(List, List) - Constructor for class sun.jvmstat.perfdata.monitor.MonitorStatus
-
Create a MonitorStatus instance.
- monitorStatusChanged(MonitorStatusChangeEvent) - Method in interface sun.jvmstat.monitor.event.VmListener
-
Invoked when instrumentation objects are inserted into or removed
from the MonitoredVm.
- MonitorStatusChangeEvent - Class in sun.jvmstat.monitor.event
-
Provides a description of a change in status of the instrumentation
exported by the MonitoredVm.
- MonitorStatusChangeEvent(MonitoredVm, List, List) - Constructor for class sun.jvmstat.monitor.event.MonitorStatusChangeEvent
-
Construct a new MonitorStatusChangeEvent.
- MonitorStructureException - Exception in sun.jvmstat.perfdata.monitor
-
Exception indicating that improperly formatted data was encountered
while parsing a HotSpot PerfData buffer.
- MonitorStructureException() - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorStructureException
-
Constructs a MonitorStructureException with
null as its error detail message.
- MonitorStructureException(String) - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorStructureException
-
Constructs an MonitorStructureException with the specified
detail message.
- monitorsUpdated(VmEvent) - Method in interface sun.jvmstat.monitor.event.VmListener
-
Invoked when instrumentation objects are updated.
- MonitorTypeException - Exception in sun.jvmstat.perfdata.monitor
-
Exception indicating that an unexpected type was encountered for
the type field of a PerfData entry in a HotSpot PerfData buffer.
- MonitorTypeException() - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorTypeException
-
Constructs a MonitorTypeException with
null as its error detail message.
- MonitorTypeException(String) - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorTypeException
-
Constructs an MonitorTypeException with the specified
detail message.
- MonitorVersionException - Exception in sun.jvmstat.perfdata.monitor
-
Exception thrown when version of the implementation does not
match the version of the instrumentation exported by a target
Java Virtual Machine.
- MonitorVersionException() - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorVersionException
-
Create a MonitorVersionException
- MonitorVersionException(String) - Constructor for exception sun.jvmstat.perfdata.monitor.MonitorVersionException
-
Create a MonitorVersionException with the given message.
- MONOTONIC - Static variable in class sun.jvmstat.monitor.Variability
-
Variability attribute representing a Monotonically changing counters.
- parse(Map<String, ArrayList<String>>) - Method in class sun.jvmstat.perfdata.monitor.AliasFileParser
-
method to parse the given input file.
- pdb - Variable in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
The shared memory instrumentation buffer for the target.
- PerfByteArrayMonitor - Class in sun.jvmstat.perfdata.monitor
-
Class for monitoring a PerfData Byte Array instrumentation object.
- PerfByteArrayMonitor(String, Units, Variability, boolean, ByteBuffer, int) - Constructor for class sun.jvmstat.perfdata.monitor.PerfByteArrayMonitor
-
Constructor to create a ByteArrayMonitor for the byte array instrument
represented by the data in the given buffer.
- PERFDATA_MAJOR_NAME - Static variable in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
- PERFDATA_MINOR_NAME - Static variable in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
- PerfDataBuffer - Class in sun.jvmstat.perfdata.monitor.protocol.file
-
The concrete PerfDataBuffer implementation for the file:
protocol for the HotSpot PerfData monitoring implemetation.
- PerfDataBuffer(VmIdentifier) - Constructor for class sun.jvmstat.perfdata.monitor.protocol.file.PerfDataBuffer
-
Create a PerfDataBuffer instance for accessing the specified
instrumentation buffer.
- PerfDataBuffer - Class in sun.jvmstat.perfdata.monitor.protocol.local
-
The concrete PerfDataBuffer implementation for the local:
protocol for the HotSpot PerfData monitoring implementation.
- PerfDataBuffer(VmIdentifier) - Constructor for class sun.jvmstat.perfdata.monitor.protocol.local.PerfDataBuffer
-
Create a PerfDataBuffer instance for accessing the specified
instrumentation buffer.
- PerfDataBuffer - Class in sun.jvmstat.perfdata.monitor.protocol.rmi
-
The concrete PerfDataBuffer implementation for the rmi:
protocol for the HotSpot PerfData monitoring implementation.
- PerfDataBuffer(RemoteVm, int) - Constructor for class sun.jvmstat.perfdata.monitor.protocol.rmi.PerfDataBuffer
-
Create a PerfDataBuffer instance for accessing the specified
instrumentation buffer.
- PerfDataBuffer - Class in sun.jvmstat.perfdata.monitor.v1_0
-
The concrete implementation of version 1.0 of the HotSpot PerfData
Instrumentation buffer.
- PerfDataBuffer(ByteBuffer, int) - Constructor for class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBuffer
-
Construct a PerfDataBufferImpl instance.
- PerfDataBuffer - Class in sun.jvmstat.perfdata.monitor.v2_0
-
The concrete implementation of version 2.0 of the HotSpot PerfData
Instrumentation buffer.
- PerfDataBuffer(ByteBuffer, int) - Constructor for class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBuffer
-
Construct a PerfDataBuffer instance.
- PerfDataBufferImpl - Class in sun.jvmstat.perfdata.monitor
-
The base classes for the concrete implementations of the HotSpot
PerfData instrumentation buffer.
- PerfDataBufferImpl(ByteBuffer, int) - Constructor for class sun.jvmstat.perfdata.monitor.PerfDataBufferImpl
-
Constructor.
- PerfDataBufferPrologue - Class in sun.jvmstat.perfdata.monitor.v1_0
-
Class representing the 1.0 version of the HotSpot PerfData instrumentation
buffer header.
- PerfDataBufferPrologue(ByteBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Create an instance of PerfDataBufferPrologue from the given
ByteBuffer object.
- PerfDataBufferPrologue - Class in sun.jvmstat.perfdata.monitor.v2_0
-
Class representing the 2.0 version of the HotSpot PerfData instrumentation
buffer header.
- PerfDataBufferPrologue(ByteBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Create an instance of PerfDataBufferPrologue from the given
ByteBuffer object.
- PerfDataFile - Class in sun.jvmstat.perfdata.monitor.protocol.local
-
Class to provide translations from the local Vm Identifier
name space into the file system name space and vice-versa.
- PerfIntegerMonitor - Class in sun.jvmstat.perfdata.monitor
-
Class for monitoring a PerfData Integer instrument.
- PerfIntegerMonitor(String, Units, Variability, boolean, IntBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.PerfIntegerMonitor
-
Constructor to create an IntegerMonitor object for the integer
instrument represented by the data in the given buffer.
- PerfLongMonitor - Class in sun.jvmstat.perfdata.monitor
-
Class for monitoring a PerfData Long instrument.
- PerfLongMonitor(String, Units, Variability, boolean, LongBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.PerfLongMonitor
-
Constructor to create a LongMonitor object for the long instrument
represented by the data in the given buffer.
- PerfStringConstantMonitor - Class in sun.jvmstat.perfdata.monitor
-
Class for monitoring a constant PerfData String instrument.
- PerfStringConstantMonitor(String, boolean, ByteBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.PerfStringConstantMonitor
-
Constructor to create a StringMonitor object for the constant string
instrument object represented by the data in the given buffer.
- PerfStringMonitor - Class in sun.jvmstat.perfdata.monitor
-
Class for monitoring a PerfData String instrument.
- PerfStringMonitor(String, Variability, boolean, ByteBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.PerfStringMonitor
-
Constructor to create a StringMonitor object for the string instrument
represented by the data in the given buffer.
- PerfStringMonitor(String, Variability, boolean, ByteBuffer, int) - Constructor for class sun.jvmstat.perfdata.monitor.PerfStringMonitor
-
Constructor to create a StringMonitor object for the string instrument
represented by the data in the given buffer.
- PerfStringVariableMonitor - Class in sun.jvmstat.perfdata.monitor
-
Class for monitoring a variable PerfData String instrument.
- PerfStringVariableMonitor(String, boolean, ByteBuffer) - Constructor for class sun.jvmstat.perfdata.monitor.PerfStringVariableMonitor
-
Constructor to create a StringMonitor object for the variable string
instrument represented by the data in the given buffer.
- PerfStringVariableMonitor(String, boolean, ByteBuffer, int) - Constructor for class sun.jvmstat.perfdata.monitor.PerfStringVariableMonitor
-
Constructor to create a StringMonitor object for the variable
string instrument represented by the data in the given buffer.
- pollFor(Map<String, Monitor>, String, long) - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBuffer
-
Method to poll the instrumentation memory for a counter with
the given name.
- printFlag(String) - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- provider() - Method in class com.sun.tools.attach.VirtualMachine
-
Returns the provider that created this virtual machine.
- provider() - Method in class com.sun.tools.attach.VirtualMachineDescriptor
-
Return the AttachProvider that this descriptor references.
- providers() - Static method in class com.sun.tools.attach.spi.AttachProvider
-
Returns a list of the installed attach providers.
- sample(ByteBuffer) - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.PerfDataBuffer
-
Get a copy of the remote instrumentation buffer.
- sample() - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.RemoteMonitoredVm
-
Get a copy of the remote instrumentation buffer.
- setFlag(String, String) - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- setInterval(int) - Method in class sun.jvmstat.monitor.MonitoredHost
-
Set the polling interval for this MonitoredHost.
- setInterval(int) - Method in interface sun.jvmstat.monitor.MonitoredVm
-
Set the polling interval to interval milliseconds.
- setInterval(int) - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Set the polling interval to interval milliseconds.
- setInterval(int) - Method in class sun.jvmstat.perfdata.monitor.protocol.local.LocalMonitoredVm
-
Set the polling interval to interval milliseconds.
- setInterval(int) - Method in class sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
-
Set the polling interval for this MonitoredHost.
- setInterval(int) - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostProvider
-
- setInterval(int) - Method in class sun.jvmstat.perfdata.monitor.protocol.rmi.RemoteMonitoredVm
-
Set the polling interval to interval milliseconds.
- setLastException(Exception) - Method in class sun.jvmstat.monitor.MonitoredHost
-
Set the last exception encountered while polling this MonitoredHost.
- setLastException(Exception) - Method in interface sun.jvmstat.monitor.MonitoredVm
-
Set the last exception encountered while polling this MonitoredVm.
- setLastException(Exception) - Method in class sun.jvmstat.perfdata.monitor.AbstractMonitoredVm
-
Set the last exception encountered while polling this MonitoredVm.
- SHORT - Static variable in class sun.jvmstat.perfdata.monitor.v1_0.BasicType
-
- SHORT - Static variable in class sun.jvmstat.perfdata.monitor.v2_0.TypeCode
-
- sizeBuffer() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Return an IntBuffer that accesses the size value.
- SolarisAttachProvider - Class in sun.tools.attach
-
- SolarisAttachProvider() - Constructor for class sun.tools.attach.SolarisAttachProvider
-
- SolarisVirtualMachine - Class in sun.tools.attach
-
- started - Variable in class sun.jvmstat.monitor.event.VmStatusChangeEvent
-
The set of Java Virtual Machines started on MonitoredHost since the
previous event.
- startLocalManagementAgent() - Method in class com.sun.tools.attach.VirtualMachine
-
Starts the local JMX management agent in the target virtual machine.
- startLocalManagementAgent() - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- startManagementAgent(Properties) - Method in class com.sun.tools.attach.VirtualMachine
-
Starts the JMX management agent in the target virtual machine.
- startManagementAgent(Properties) - Method in class sun.tools.attach.HotSpotVirtualMachine
-
- STRING - Static variable in class sun.jvmstat.monitor.Units
-
Units attribute representing String data.
- StringMonitor - Interface in sun.jvmstat.monitor
-
Interface for Monitoring StringInstrument objects.
- stringValue() - Method in interface sun.jvmstat.monitor.StringMonitor
-
Get a copy of the current value of the StringInstrument object.
- stringValue() - Method in class sun.jvmstat.perfdata.monitor.PerfStringConstantMonitor
-
Return the current value of the StringInstrument as a String.
- stringValue() - Method in class sun.jvmstat.perfdata.monitor.PerfStringMonitor
-
Return the current value of the StringInstrument as a String.
- sun.jvmstat.monitor - package sun.jvmstat.monitor
-
Provides classes for monitoring instrumented HotSpot Java Virtual Machines.
- sun.jvmstat.monitor.event - package sun.jvmstat.monitor.event
-
Provides classes for event types and event listeners for MonitoredHost
and MonitoredVm events..
- sun.jvmstat.monitor.remote - package sun.jvmstat.monitor.remote
-
Provides interfaces supporting remote monitoring for instrumented
HotSpot Java Virtual Machines.
- sun.jvmstat.perfdata.monitor - package sun.jvmstat.perfdata.monitor
-
Provides the monitoring implementation classes that utilize the HotSpot
PerfData shared memory instrumentation buffer for discovery and monitoring
of instrumentation exported by a HotSpot Java Virtual Machine.
- sun.jvmstat.perfdata.monitor.protocol.file - package sun.jvmstat.perfdata.monitor.protocol.file
-
Provides the implementation classes for the file: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
- sun.jvmstat.perfdata.monitor.protocol.local - package sun.jvmstat.perfdata.monitor.protocol.local
-
Provides the implementation classes for the local: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
- sun.jvmstat.perfdata.monitor.protocol.rmi - package sun.jvmstat.perfdata.monitor.protocol.rmi
-
Provides the implementation classes for the rmi: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
- sun.jvmstat.perfdata.monitor.v1_0 - package sun.jvmstat.perfdata.monitor.v1_0
-
- sun.jvmstat.perfdata.monitor.v2_0 - package sun.jvmstat.perfdata.monitor.v2_0
-
- sun.tools.attach - package sun.tools.attach
-
- supported - Variable in class sun.jvmstat.monitor.AbstractMonitor
-
- supportsAccessible() - Method in class sun.jvmstat.perfdata.monitor.AbstractPerfDataBufferPrologue
-
Test if the accessible flag is supported by this version of
the PerfDataBufferPrologue.
- supportsAccessible() - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBufferPrologue
-
Test if the accessible flag is supported by this version of
the PerfDataBufferPrologue.
- supportsAccessible() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBufferPrologue
-
Test if the accessible flag is supported by this version of
the PerfDataBufferPrologue.
- synchWithTarget(Map<String, Monitor>) - Method in class sun.jvmstat.perfdata.monitor.v1_0.PerfDataBuffer
-
Method to provide a gross level of synchronization with the
target monitored jvm.
- synchWithTarget() - Method in class sun.jvmstat.perfdata.monitor.v2_0.PerfDataBuffer
-
Method that waits until the target jvm indicates that
its shared memory is safe to access.
- SyntaxException - Exception in sun.jvmstat.perfdata.monitor
-
Class for encapsulating syntax exceptions generated by AliasFileParser.
- SyntaxException(int) - Constructor for exception sun.jvmstat.perfdata.monitor.SyntaxException
-