Package org.opennms.netmgt.config.eventd
Class EventdConfiguration
- java.lang.Object
-
- org.opennms.netmgt.config.eventd.EventdConfiguration
-
- All Implemented Interfaces:
Serializable
public class EventdConfiguration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventdConfiguration()
-
Method Summary
-
-
-
Method Detail
-
setTCPAddress
public void setTCPAddress(String TCPAddress)
-
getTCPPort
public Integer getTCPPort()
-
setTCPPort
public void setTCPPort(Integer TCPPort)
-
setUDPAddress
public void setUDPAddress(String UDPAddress)
-
getUDPPort
public Integer getUDPPort()
-
setUDPPort
public void setUDPPort(Integer UDPPort)
-
getNumThreads
public Integer getNumThreads()
-
setNumThreads
public void setNumThreads(Integer numThreads)
-
getReceivers
public Integer getReceivers()
-
setReceivers
public void setReceivers(Integer receivers)
-
setQueueLength
public void setQueueLength(Integer queueLength)
-
setGetNextEventID
public void setGetNextEventID(String getNextEventID)
-
getSocketSoTimeoutRequired
public String getSocketSoTimeoutRequired()
-
setSocketSoTimeoutRequired
public void setSocketSoTimeoutRequired(String socketSoTimeoutRequired)
-
setSocketSoTimeoutPeriod
public void setSocketSoTimeoutPeriod(Integer socketSoTimeoutPeriod)
-
getLogEventSummaries
public Boolean getLogEventSummaries()
-
setLogEventSummaries
public void setLogEventSummaries(Boolean logEventSummaries)
-
getQueueSize
public int getQueueSize()
-
setQueueSize
public void setQueueSize(int _queueSize)
-
getBatchSize
public int getBatchSize()
-
setBatchSize
public void setBatchSize(int _batchSize)
-
getBatchInterval
public int getBatchInterval()
-
setBatchInterval
public void setBatchInterval(int _batchInterval)
-
-