@Experimental public class GatewayReceiverConfig extends CacheElement implements RestfulEndpoint, CorrespondWith<GatewayReceiverInfo>
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 |
static String |
GATEWAY_RECEIVERS_ENDPOINTS |
protected List<DeclarableType> |
gatewayTransportFilters |
protected String |
hostnameForSenders |
protected Boolean |
manualStart |
protected String |
maximumTimeBetweenPings |
protected String |
socketBufferSize |
protected String |
startPort |
CLUSTER, groupsURI_CONTEXT, URI_VERSION| Constructor and Description |
|---|
GatewayReceiverConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindAddress()
Gets the value of the bindAddress property.
|
String |
getEndpoint()
this returns the URI that display the list of entries.
|
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 |
getId()
Gets the identifier uniquely identifying this Object instance.
|
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.
|
addGroup, exists, findElement, getConfigGroup, getGroup, getGroups, removeElement, setGroupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdentityEndPoint, getUrigetRuntimeClass, hasRuntimeInfo, isGlobalRuntimeprotected 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 static final String GATEWAY_RECEIVERS_ENDPOINTS
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()
Stringpublic void setStartPort(String value)
Stringpublic String getEndPort()
Stringpublic void setEndPort(String value)
Stringpublic String getBindAddress()
Stringpublic void setBindAddress(String value)
Stringpublic String getMaximumTimeBetweenPings()
Stringpublic void setMaximumTimeBetweenPings(String value)
Stringpublic String getSocketBufferSize()
Stringpublic void setSocketBufferSize(String value)
Stringpublic String getHostnameForSenders()
Stringpublic void setHostnameForSenders(String value)
Stringpublic Boolean isManualStart()
Booleanpublic void setManualStart(Boolean value)
Booleanpublic String getId()
IdentifiablegetId in interface Identifiable<String>public String getEndpoint()
RestfulEndpointgetEndpoint in interface RestfulEndpoint