Package org.opennms.netmgt.jmx
Class JmxCollectorConfig
- java.lang.Object
 - 
- org.opennms.netmgt.jmx.JmxCollectorConfig
 
 
- 
public class JmxCollectorConfig extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description JmxCollectorConfig() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgentAddress()JmxConnectorsgetConnectionName()JmxCollectiongetJmxCollection()intgetRetries()Map<String,String>getServiceProperties()voidsetAgentAddress(String agentAddress)voidsetConnectionName(JmxConnectors connectionName)voidsetJmxCollection(JmxCollection jmxCollection)voidsetRetries(int retries)voidsetServiceProperties(Map<String,String> serviceProperties) 
 - 
 
- 
- 
Method Detail
- 
getAgentAddress
public String getAgentAddress()
 
- 
setAgentAddress
public void setAgentAddress(String agentAddress)
 
- 
getRetries
public int getRetries()
 
- 
setRetries
public void setRetries(int retries)
 
- 
getConnectionName
public JmxConnectors getConnectionName()
 
- 
setConnectionName
public void setConnectionName(JmxConnectors connectionName)
 
- 
setJmxCollection
public void setJmxCollection(JmxCollection jmxCollection)
 
- 
getJmxCollection
public JmxCollection getJmxCollection()
 
 - 
 
 -