|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.rtc.RTCConfiguration
public class RTCConfiguration
Top-level element for the rtc-configuration.xml configuration file.
| Constructor Summary | |
|---|---|
RTCConfiguration()
|
|
| Method Summary | |
|---|---|
void |
deleteErrorsBeforeUrlUnsubscribe()
|
void |
deleteMaxEventsBeforeResend()
|
void |
deleteSenders()
|
void |
deleteUpdaters()
|
int |
getErrorsBeforeUrlUnsubscribe()
Returns the value of field 'errorsBeforeUrlUnsubscribe'. |
String |
getHighThresholdInterval()
Returns the value of field 'highThresholdInterval'. |
String |
getLowThresholdInterval()
Returns the value of field 'lowThresholdInterval'. |
int |
getMaxEventsBeforeResend()
Returns the value of field 'maxEventsBeforeResend'. |
String |
getRollingWindow()
Returns the value of field 'rollingWindow'. |
int |
getSenders()
Returns the value of field 'senders'. |
int |
getUpdaters()
Returns the value of field 'updaters'. |
String |
getUserRefreshInterval()
Returns the value of field 'userRefreshInterval'. |
boolean |
hasErrorsBeforeUrlUnsubscribe()
Method hasErrorsBeforeUrlUnsubscribe. |
boolean |
hasMaxEventsBeforeResend()
Method hasMaxEventsBeforeResend. |
boolean |
hasSenders()
Method hasSenders. |
boolean |
hasUpdaters()
Method hasUpdaters. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setErrorsBeforeUrlUnsubscribe(int errorsBeforeUrlUnsubscribe)
Sets the value of field 'errorsBeforeUrlUnsubscribe'. |
void |
setHighThresholdInterval(String highThresholdInterval)
Sets the value of field 'highThresholdInterval'. |
void |
setLowThresholdInterval(String lowThresholdInterval)
Sets the value of field 'lowThresholdInterval'. |
void |
setMaxEventsBeforeResend(int maxEventsBeforeResend)
Sets the value of field 'maxEventsBeforeResend'. |
void |
setRollingWindow(String rollingWindow)
Sets the value of field 'rollingWindow'. |
void |
setSenders(int senders)
Sets the value of field 'senders'. |
void |
setUpdaters(int updaters)
Sets the value of field 'updaters'. |
void |
setUserRefreshInterval(String userRefreshInterval)
Sets the value of field 'userRefreshInterval'. |
static RTCConfiguration |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RTCConfiguration()
| Method Detail |
|---|
public void deleteErrorsBeforeUrlUnsubscribe()
public void deleteMaxEventsBeforeResend()
public void deleteSenders()
public void deleteUpdaters()
public int getErrorsBeforeUrlUnsubscribe()
public String getHighThresholdInterval()
public String getLowThresholdInterval()
public int getMaxEventsBeforeResend()
public String getRollingWindow()
public int getSenders()
public int getUpdaters()
public String getUserRefreshInterval()
public boolean hasErrorsBeforeUrlUnsubscribe()
public boolean hasMaxEventsBeforeResend()
public boolean hasSenders()
public boolean hasUpdaters()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setErrorsBeforeUrlUnsubscribe(int errorsBeforeUrlUnsubscribe)
errorsBeforeUrlUnsubscribe - the value of field
'errorsBeforeUrlUnsubscribe'.public void setHighThresholdInterval(String highThresholdInterval)
highThresholdInterval - the value of field
'highThresholdInterval'.public void setLowThresholdInterval(String lowThresholdInterval)
lowThresholdInterval - the value of field
'lowThresholdInterval'.public void setMaxEventsBeforeResend(int maxEventsBeforeResend)
maxEventsBeforeResend - the value of field
'maxEventsBeforeResend'.public void setRollingWindow(String rollingWindow)
rollingWindow - the value of field 'rollingWindow'.public void setSenders(int senders)
senders - the value of field 'senders'.public void setUpdaters(int updaters)
updaters - the value of field 'updaters'.public void setUserRefreshInterval(String userRefreshInterval)
userRefreshInterval - the value of field
'userRefreshInterval'.
public static RTCConfiguration unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||