public static class CacheConfig.GatewayReceiver
extends java.lang.Object
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">
<sequence>
<element name="gateway-transport-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="start-port" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="end-port" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bind-address" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maximum-time-between-pings" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hostname-for-senders" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="manual-start" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bindAddress |
protected java.lang.String |
endPort |
protected java.util.List<DeclarableType> |
gatewayTransportFilters |
protected java.lang.String |
hostnameForSenders |
protected java.lang.Boolean |
manualStart |
protected java.lang.String |
maximumTimeBetweenPings |
protected java.lang.String |
socketBufferSize |
protected java.lang.String |
startPort |
| Constructor and Description |
|---|
GatewayReceiver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBindAddress()
Gets the value of the bindAddress property.
|
java.lang.String |
getEndPort()
Gets the value of the endPort property.
|
java.util.List<DeclarableType> |
getGatewayTransportFilters()
Gets the value of the gatewayTransportFilters property.
|
java.lang.String |
getHostnameForSenders()
Gets the value of the hostnameForSenders property.
|
java.lang.String |
getMaximumTimeBetweenPings()
Gets the value of the maximumTimeBetweenPings property.
|
java.lang.String |
getSocketBufferSize()
Gets the value of the socketBufferSize property.
|
java.lang.String |
getStartPort()
Gets the value of the startPort property.
|
java.lang.Boolean |
isManualStart()
Gets the value of the manualStart property.
|
void |
setBindAddress(java.lang.String value)
Sets the value of the bindAddress property.
|
void |
setEndPort(java.lang.String value)
Sets the value of the endPort property.
|
void |
setHostnameForSenders(java.lang.String value)
Sets the value of the hostnameForSenders property.
|
void |
setManualStart(java.lang.Boolean value)
Sets the value of the manualStart property.
|
void |
setMaximumTimeBetweenPings(java.lang.String value)
Sets the value of the maximumTimeBetweenPings property.
|
void |
setSocketBufferSize(java.lang.String value)
Sets the value of the socketBufferSize property.
|
void |
setStartPort(java.lang.String value)
Sets the value of the startPort property.
|
protected java.util.List<DeclarableType> gatewayTransportFilters
protected java.lang.String startPort
protected java.lang.String endPort
protected java.lang.String bindAddress
protected java.lang.String maximumTimeBetweenPings
protected java.lang.String socketBufferSize
protected java.lang.String hostnameForSenders
protected java.lang.Boolean manualStart
public java.util.List<DeclarableType> getGatewayTransportFilters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gatewayTransportFilters property.
For example, to add a new item, do as follows:
getGatewayTransportFilters().add(newItem);
Objects of the following type(s) are allowed in the list
DeclarableType
public java.lang.String getStartPort()
Stringpublic void setStartPort(java.lang.String value)
Stringpublic java.lang.String getEndPort()
Stringpublic void setEndPort(java.lang.String value)
Stringpublic java.lang.String getBindAddress()
Stringpublic void setBindAddress(java.lang.String value)
Stringpublic java.lang.String getMaximumTimeBetweenPings()
Stringpublic void setMaximumTimeBetweenPings(java.lang.String value)
Stringpublic java.lang.String getSocketBufferSize()
Stringpublic void setSocketBufferSize(java.lang.String value)
Stringpublic java.lang.String getHostnameForSenders()
Stringpublic void setHostnameForSenders(java.lang.String value)
Stringpublic java.lang.Boolean isManualStart()
Booleanpublic void setManualStart(java.lang.Boolean value)
Boolean