Uses of Class
com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Packages that use ConnectionProperties
-
Uses of ConnectionProperties in com.ibm.java.diagnostics.healthcenter.api.factory
Methods in com.ibm.java.diagnostics.healthcenter.api.factory with parameters of type ConnectionPropertiesModifier and TypeMethodDescriptionstatic HealthCenterHealthCenterFactory.connect(ConnectionProperties props) Connects to and monitors a running application that was started with the Health Center agent attached.static HealthCenterHealthCenterFactory.connect(ConnectionProperties props, boolean autoScan) Connects to and monitors a running application that was started with the Health Center agent attached.static HealthCenterHealthCenterFactory.connect(ConnectionProperties props, String agentName) Connects to and monitors a running application that was started with the named Health Center agent attached.static 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.