public class RTCConfiguration extends Object implements Serializable
Constructor and Description |
---|
RTCConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
deleteErrorsBeforeUrlUnsubscribe() |
void |
deleteMaxEventsBeforeResend() |
void |
deleteSenders() |
void |
deleteUpdaters() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
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.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
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() |
public void deleteErrorsBeforeUrlUnsubscribe()
public void deleteMaxEventsBeforeResend()
public void deleteSenders()
public void deleteUpdaters()
public boolean equals(Object obj)
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 int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.