Package | Description |
---|---|
com.ibm.java.diagnostics.healthcenter.api | |
com.ibm.java.diagnostics.healthcenter.api.factory | |
com.ibm.java.diagnostics.healthcenter.api.vmcontrol |
Modifier and Type | Class and Description |
---|---|
class |
HealthCenterJMXException |
class |
HealthCenterNotSupportedException |
class |
HealthCenterSSLException |
Modifier and Type | Method and Description |
---|---|
static HealthCenter |
HealthCenterFactory.connect()
Make a connection to the current process, i.e.
|
static HealthCenter |
HealthCenterFactory.connect(ConnectionProperties props)
Connects to and monitors a running application that was started with the
Health Center agent attached.
|
static HealthCenter |
HealthCenterFactory.connect(ConnectionProperties props,
boolean autoScan)
Connects to and monitors a running application that was started with the
Health Center agent attached.
|
static HealthCenter |
HealthCenterFactory.connect(ConnectionProperties props,
java.lang.String agentName)
Connects to and monitors a running application that was started with the
named Health Center agent attached.
|
static HealthCenter |
HealthCenterFactory.connect(java.io.File filename)
Loads a previously created Health Center
.hcd file. |
static java.lang.String[] |
HealthCenterFactory.scanForAgents(ConnectionProperties props,
int numberOfAgents)
This method returns the names of the available agents that are running on
a specific connection and is mainly used when searching for multiple
agents that are all connected to a single MQTT broker.
|
static int[] |
HealthCenterFactory.scanForPort(ConnectionProperties props,
int numberOfScans,
boolean stopWhenFound)
This method scans a group of ports for available agents that are running.
|
Modifier and Type | Method and Description |
---|---|
void |
VMControl.setTracePointEnabled(java.lang.String tracePointID,
boolean value)
Turns individual trace points on or off.
|