Package | Description |
---|---|
com.ibm.java.diagnostics.healthcenter.api.factory |
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.
|