- ThreadData - Interface in com.ibm.java.diagnostics.healthcenter.api.threads
-
This class represents a particular thread within the monitored application.
- THREADDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadsData
-
Used to get only Threads Data when comparing against
NotificationListener.getUserData()
- ThreadEvent - Interface in com.ibm.java.diagnostics.healthcenter.api.threads
-
This class defines the values returned when a class event takes place and is
used by the ClassesEventListener interface
- threadEvent(ThreadEvent) - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEventListener
-
- ThreadEventListener - Interface in com.ibm.java.diagnostics.healthcenter.api.threads
-
This interface needs to be implemented to receive notifications via the classesEvent call
every time a classes event takes place
- THREADSCOUNTDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadsData
-
Used to get only Threads Count Data when comparing against
NotificationListener.getUserData()
- ThreadsData - Interface in com.ibm.java.diagnostics.healthcenter.api.threads
-
This class represents a snapshot of all the threads in the monitored
application and their current status
- TimeData - Interface in com.ibm.java.diagnostics.healthcenter.api
-
A TimeData object is a single value that represents a time in milliseconds since epoch.
- TOTALPHYSICALMEMORYDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
-
Used to get only Total Physical Memory Data when comparing against
NotificationListener.getUserData()
- triggerHeapDump() - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
-
Triggers a heap dump in the running virtual machine.
- triggerJavaDump() - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
-
Triggers a Java dump in the running virtual machine.
- triggerSystemDump() - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
-
Triggers a system dump in the running virtual machine.