public class ServiceConfig extends Object
org.opennms.tools.jmxconfiggenerator.jmxconfig.JmxDatacollectionConfiggenerator
.
Therefore the API of the
JmxDatacollectionConfiggenerator
can be used and in addition it
is possible to provide further information for additional stuff in the
future.Constructor and Description |
---|
ServiceConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getOutFile() |
String |
getPassword() |
String |
getPort() |
String |
getServiceName() |
String |
getUser() |
boolean |
isAuthenticate() |
boolean |
isJmxmp() |
boolean |
isRunWritableMBeans() |
boolean |
isSkipDefaultVM() |
boolean |
isSsl() |
void |
setAuthenticate(boolean authenticate) |
void |
setHost(String host) |
void |
setJmxmp(boolean jmx) |
void |
setOutFile(String outFile) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setRunWritableMBeans(boolean runWritableMBeans) |
void |
setServiceName(String serviceName) |
void |
setSkipDefaultVM(boolean skipDefaultVM) |
void |
setSsl(boolean ssl) |
void |
setUser(String user) |
public boolean isAuthenticate()
public void setAuthenticate(boolean authenticate)
public boolean isRunWritableMBeans()
public void setRunWritableMBeans(boolean runWritableMBeans)
public boolean isSkipDefaultVM()
public void setSkipDefaultVM(boolean skipDefaultVM)
public String getPassword()
public void setPassword(String password)
public boolean isSsl()
public void setSsl(boolean ssl)
public String getUser()
public void setUser(String user)
public String getHost()
public void setHost(String host)
public boolean isJmxmp()
public void setJmxmp(boolean jmx)
public String getOutFile()
public void setOutFile(String outFile)
public String getPort()
public void setPort(String port)
public String getServiceName()
public void setServiceName(String serviceName)
Copyright © 2015. All rights reserved.