public static class CacheConfig.GatewayReceiver extends 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 String |
bindAddress |
protected String |
endPort |
protected List<DeclarableType> |
gatewayTransportFilters |
protected String |
hostnameForSenders |
protected Boolean |
manualStart |
protected String |
maximumTimeBetweenPings |
protected String |
socketBufferSize |
protected String |
startPort |
Constructor and Description |
---|
GatewayReceiver() |
Modifier and Type | Method and Description |
---|---|
String |
getBindAddress()
Gets the value of the bindAddress property.
|
String |
getEndPort()
Gets the value of the endPort property.
|
List<DeclarableType> |
getGatewayTransportFilters()
Gets the value of the gatewayTransportFilters property.
|
String |
getHostnameForSenders()
Gets the value of the hostnameForSenders property.
|
String |
getMaximumTimeBetweenPings()
Gets the value of the maximumTimeBetweenPings property.
|
String |
getSocketBufferSize()
Gets the value of the socketBufferSize property.
|
String |
getStartPort()
Gets the value of the startPort property.
|
Boolean |
isManualStart()
Gets the value of the manualStart property.
|
void |
setBindAddress(String value)
Sets the value of the bindAddress property.
|
void |
setEndPort(String value)
Sets the value of the endPort property.
|
void |
setHostnameForSenders(String value)
Sets the value of the hostnameForSenders property.
|
void |
setManualStart(Boolean value)
Sets the value of the manualStart property.
|
void |
setMaximumTimeBetweenPings(String value)
Sets the value of the maximumTimeBetweenPings property.
|
void |
setSocketBufferSize(String value)
Sets the value of the socketBufferSize property.
|
void |
setStartPort(String value)
Sets the value of the startPort property.
|
protected List<DeclarableType> gatewayTransportFilters
protected String startPort
protected String endPort
protected String bindAddress
protected String maximumTimeBetweenPings
protected String socketBufferSize
protected String hostnameForSenders
protected Boolean manualStart
public 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 String getStartPort()
String
public void setStartPort(String value)
String
public String getEndPort()
String
public void setEndPort(String value)
String
public String getBindAddress()
String
public void setBindAddress(String value)
String
public String getMaximumTimeBetweenPings()
String
public void setMaximumTimeBetweenPings(String value)
String
public String getSocketBufferSize()
String
public void setSocketBufferSize(String value)
String
public String getHostnameForSenders()
String
public void setHostnameForSenders(String value)
String
public Boolean isManualStart()
Boolean