Class JmxSettings
- java.lang.Object
-
- com.sportradar.livedata.sdk.common.settings.JmxSettings
-
public class JmxSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
accessFile
protected boolean
enabled
protected String
jmxHost
protected int
jmxPort
protected String
passwordFile
-
Constructor Summary
Constructors Constructor Description JmxSettings(boolean enabled, String jmxHost, int jmxPort, String passwordFile, String accessFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessFile()
String
getJmxHost()
int
getJmxPort()
String
getPasswordFile()
boolean
isEnabled()
-