@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, groups
URI_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, setGroup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentityEndPoint, getUri
getRuntimeClass, hasRuntimeInfo, isGlobalRuntime
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 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()
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
public void setManualStart(Boolean value)
Boolean
public String getId()
Identifiable
getId
in interface Identifiable<String>
public String getEndpoint()
RestfulEndpoint
getEndpoint
in interface RestfulEndpoint