@Experimental public class GatewayReceiverConfig extends Object implements Serializable
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 | 
|---|
| GatewayReceiverConfig() | 
| 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
List of GatewayTransportFilter types.public String getStartPort()
Stringpublic void setStartPort(String value)
Stringvalue - the start port.public String getEndPort()
Stringpublic void setEndPort(String value)
Stringvalue - the end port.public String getBindAddress()
Stringpublic void setBindAddress(String value)
Stringvalue - the bind address.public String getMaximumTimeBetweenPings()
Stringpublic void setMaximumTimeBetweenPings(String value)
Stringvalue - the maximum time between pings.public String getSocketBufferSize()
Stringpublic void setSocketBufferSize(String value)
Stringvalue - the socket buffer size.public String getHostnameForSenders()
Stringpublic void setHostnameForSenders(String value)
Stringvalue - the hostname for sender.public Boolean isManualStart()
Boolean