|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.EventdConfigManager
public class EventdConfigManager
| Field Summary | |
|---|---|
protected EventdConfiguration |
m_config
The config class loaded from the config file |
| Constructor Summary | |
|---|---|
protected |
EventdConfigManager(Reader reader)
Constructor |
| Method Summary | |
|---|---|
String |
getGetNextAlarmID()
|
String |
getGetNextEventID()
Return the SQL statemet to get the next event ID. |
int |
getReceivers()
Return the number of event receivers to be started. |
int |
getSocketSoTimeoutPeriod()
Return timeout to be set on the socket. |
String |
getSocketSoTimeoutRequired()
Return string indicating if timeout is to be set on the socket. |
String |
getTCPIpAddress()
Return the IP address on which eventd listens for TCP connections. |
int |
getTCPPort()
Return the port on which eventd listens for TCP connections. |
String |
getUDPIpAddress()
Return the IP address on which eventd listens for UDP packets. |
int |
getUDPPort()
Return the port on which eventd listens for UDP data. |
boolean |
hasSocketSoTimeoutPeriod()
Return flag indicating if timeout to be set on the socket is specified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EventdConfiguration m_config
| Constructor Detail |
|---|
protected EventdConfigManager(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException,
IOException
org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
IOException| Method Detail |
|---|
public String getTCPIpAddress()
public int getTCPPort()
public String getUDPIpAddress()
public int getUDPPort()
public int getReceivers()
public String getSocketSoTimeoutRequired()
public int getSocketSoTimeoutPeriod()
public boolean hasSocketSoTimeoutPeriod()
public String getGetNextEventID()
public String getGetNextAlarmID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||