Class GatewayReceiverConfig
java.lang.Object
org.apache.geode.cache.configuration.GatewayReceiverConfig
- All Implemented Interfaces:
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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bindAddress property.Gets the value of the endPort property.Gets the value of the gatewayTransportFilters property.Gets the value of the hostnameForSenders property.Gets the value of the maximumTimeBetweenPings property.Gets the value of the socketBufferSize property.Gets the value of the startPort property.Gets the value of the manualStart property.voidsetBindAddress(String value) Sets the value of the bindAddress property.voidsetEndPort(String value) Sets the value of the endPort property.voidsetHostnameForSenders(String value) Sets the value of the hostnameForSenders property.voidsetManualStart(Boolean value) Sets the value of the manualStart property.voidsetMaximumTimeBetweenPings(String value) Sets the value of the maximumTimeBetweenPings property.voidsetSocketBufferSize(String value) Sets the value of the socketBufferSize property.voidsetStartPort(String value) Sets the value of the startPort property.
-
Field Details
-
gatewayTransportFilters
-
startPort
-
endPort
-
bindAddress
-
maximumTimeBetweenPings
-
socketBufferSize
-
hostnameForSenders
-
manualStart
-
-
Constructor Details
-
GatewayReceiverConfig
public GatewayReceiverConfig()
-
-
Method Details
-
getGatewayTransportFilters
Gets the value of the gatewayTransportFilters property.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
setmethod 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- Returns:
- the
ListofGatewayTransportFiltertypes.
-
getStartPort
Gets the value of the startPort property. possible object isString- Returns:
- the start port.
-
setStartPort
Sets the value of the startPort property. allowed object isString- Parameters:
value- the start port.
-
getEndPort
Gets the value of the endPort property. possible object isString- Returns:
- the end port.
-
setEndPort
Sets the value of the endPort property. allowed object isString- Parameters:
value- the end port.
-
getBindAddress
Gets the value of the bindAddress property. possible object isString- Returns:
- the bind address.
-
setBindAddress
Sets the value of the bindAddress property. allowed object isString- Parameters:
value- the bind address.
-
getMaximumTimeBetweenPings
Gets the value of the maximumTimeBetweenPings property. possible object isString- Returns:
- the maximum time between pings.
-
setMaximumTimeBetweenPings
Sets the value of the maximumTimeBetweenPings property. allowed object isString- Parameters:
value- the maximum time between pings.
-
getSocketBufferSize
Gets the value of the socketBufferSize property. possible object isString- Returns:
- the socket buffer size.
-
setSocketBufferSize
Sets the value of the socketBufferSize property. allowed object isString- Parameters:
value- the socket buffer size.
-
getHostnameForSenders
Gets the value of the hostnameForSenders property. possible object isString- Returns:
- the hostname for sender.
-
setHostnameForSenders
Sets the value of the hostnameForSenders property. allowed object isString- Parameters:
value- the hostname for sender.
-
isManualStart
Gets the value of the manualStart property. possible object isBoolean- Returns:
- true if manual start is enabled, false otherwise.
-
setManualStart
Sets the value of the manualStart property. allowed object isBoolean- Parameters:
value- enables or disabled manual start.
-