- HealthCenter - Interface in com.ibm.java.diagnostics.healthcenter.api
-
This class represents a connection to either a live application or data
loaded from a file.
- HealthCenterData - Interface in com.ibm.java.diagnostics.healthcenter.api
-
This class provides access to all the recommendations and
observations that Health Center can make on the data it was given.
- HealthCenterException - Exception in com.ibm.java.diagnostics.healthcenter.api
-
- HealthCenterException() - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterException
-
Constructs a HealthCenterException object with null
as its error detail message.
- HealthCenterException(String) - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterException
-
Constructs a HealthCenterException object with the specified detail message.
- HealthCenterException(Throwable) - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterException
-
Constructs a HealthCenterException object with the specified cause.
- HealthCenterException(String, Throwable) - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterException
-
Constructs a HealthCenterException object with the specified detail message and cause.
- HealthCenterFactory - Class in com.ibm.java.diagnostics.healthcenter.api.factory
-
This is entry point into the Health Center API code.
- HealthCenterFactory() - Constructor for class com.ibm.java.diagnostics.healthcenter.api.factory.HealthCenterFactory
-
- HealthCenterJMXException - Exception in com.ibm.java.diagnostics.healthcenter.api
-
- HealthCenterJMXException(String) - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterJMXException
-
Constructs a HealthCenterJMXException object, with the specified detail message.
- HealthCenterNotSupportedException - Exception in com.ibm.java.diagnostics.healthcenter.api
-
- HealthCenterNotSupportedException(String) - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterNotSupportedException
-
Constructs a HealthCenterNotSupportedException object, with the specified detail message.
- HealthCenterNotSupportedException() - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterNotSupportedException
-
Constructs a HealthCenterNotSupportedException object.
- HealthCenterPreferences - Class in com.ibm.java.diagnostics.healthcenter.api
-
This class allows applications to retrieve or set various preferences that
are relevant to the HealthCenter class.
- HealthCenterPreferences() - Constructor for class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
-
Initializes the default set of preferences.
- HealthCenterSSLException - Exception in com.ibm.java.diagnostics.healthcenter.api
-
- HealthCenterSSLException(String) - Constructor for exception com.ibm.java.diagnostics.healthcenter.api.HealthCenterSSLException
-
Constructs a HealthCenterSSLException object, with the specified detail message.
- HeapData - Interface in com.ibm.java.diagnostics.healthcenter.api.gc
-
This class represents a heap size at a specific time.
- HEAPSIZEDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
-
Used to get only Heap Size Data when comparing against NotificationListener.getUserData()