public class DtoReconnectionPolicy
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="backOffMultiplier" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="initialReconnectDelay" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="maxInitialConnectAttempts" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxReconnectAttempts" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxSendRetries" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maximumReconnectDelay" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="sendRetyDelay" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="useExponentialBackOff" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
backOffMultiplier |
protected java.lang.String |
id |
protected java.lang.Long |
initialReconnectDelay |
protected java.lang.Long |
maximumReconnectDelay |
protected java.math.BigInteger |
maxInitialConnectAttempts |
protected java.math.BigInteger |
maxReconnectAttempts |
protected java.math.BigInteger |
maxSendRetries |
protected java.lang.Long |
sendRetyDelay |
protected java.lang.Boolean |
useExponentialBackOff |
| Constructor and Description |
|---|
DtoReconnectionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Double |
getBackOffMultiplier()
Gets the value of the backOffMultiplier property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Long |
getInitialReconnectDelay()
Gets the value of the initialReconnectDelay property.
|
java.lang.Long |
getMaximumReconnectDelay()
Gets the value of the maximumReconnectDelay property.
|
java.math.BigInteger |
getMaxInitialConnectAttempts()
Gets the value of the maxInitialConnectAttempts property.
|
java.math.BigInteger |
getMaxReconnectAttempts()
Gets the value of the maxReconnectAttempts property.
|
java.math.BigInteger |
getMaxSendRetries()
Gets the value of the maxSendRetries property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.Long |
getSendRetyDelay()
Gets the value of the sendRetyDelay property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isUseExponentialBackOff()
Gets the value of the useExponentialBackOff property.
|
void |
setBackOffMultiplier(java.lang.Double value)
Sets the value of the backOffMultiplier property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInitialReconnectDelay(java.lang.Long value)
Sets the value of the initialReconnectDelay property.
|
void |
setMaximumReconnectDelay(java.lang.Long value)
Sets the value of the maximumReconnectDelay property.
|
void |
setMaxInitialConnectAttempts(java.math.BigInteger value)
Sets the value of the maxInitialConnectAttempts property.
|
void |
setMaxReconnectAttempts(java.math.BigInteger value)
Sets the value of the maxReconnectAttempts property.
|
void |
setMaxSendRetries(java.math.BigInteger value)
Sets the value of the maxSendRetries property.
|
void |
setSendRetyDelay(java.lang.Long value)
Sets the value of the sendRetyDelay property.
|
void |
setUseExponentialBackOff(java.lang.Boolean value)
Sets the value of the useExponentialBackOff property.
|
java.lang.String |
toString() |
protected java.lang.Double backOffMultiplier
protected java.lang.Long initialReconnectDelay
protected java.math.BigInteger maxInitialConnectAttempts
protected java.math.BigInteger maxReconnectAttempts
protected java.math.BigInteger maxSendRetries
protected java.lang.Long maximumReconnectDelay
protected java.lang.Long sendRetyDelay
protected java.lang.Boolean useExponentialBackOff
protected java.lang.String id
public java.lang.Double getBackOffMultiplier()
Doublepublic void setBackOffMultiplier(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Long getInitialReconnectDelay()
Longpublic void setInitialReconnectDelay(java.lang.Long value)
value - allowed object is
Longpublic java.math.BigInteger getMaxInitialConnectAttempts()
BigIntegerpublic void setMaxInitialConnectAttempts(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxReconnectAttempts()
BigIntegerpublic void setMaxReconnectAttempts(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxSendRetries()
BigIntegerpublic void setMaxSendRetries(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Long getMaximumReconnectDelay()
Longpublic void setMaximumReconnectDelay(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getSendRetyDelay()
Longpublic void setSendRetyDelay(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isUseExponentialBackOff()
Booleanpublic void setUseExponentialBackOff(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.