SGF-694 - Adapt to Pivotal GemFire PoolFactory and Pool API changes.

Add support for the PoolFactory.setSocketConnectTimeout(..) and Pool.getSocketConnectTimeout() methods.
This commit is contained in:
John Blum
2017-11-11 14:10:28 -08:00
parent babfb6c558
commit 9e4267b491
14 changed files with 770 additions and 622 deletions

View File

@@ -6,9 +6,11 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="2.0">
<xsd:import namespace="http://www.springframework.org/schema/beans" />
<xsd:import namespace="http://www.springframework.org/schema/context" />
<xsd:import namespace="http://www.springframework.org/schema/tool" />
<!-- -->
<xsd:annotation>
<xsd:documentation><![CDATA[
@@ -425,7 +427,7 @@ Notifies the server that this durable client is ready to receive updates.
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<!-- Abstract Region Type -->
<!-- Abstract Region Type -->
<xsd:complexType name="basicRegionType">
<xsd:annotation>
<xsd:appinfo>
@@ -2650,6 +2652,7 @@ Comma-delimited list of Server endpoints used by this Pool in the form of: host1
</xsd:attribute>
<xsd:attribute name="socket-buffer-size" type="xsd:string" use="optional"/>
<xsd:attribute name="statistic-interval" type="xsd:string" use="optional"/>
<xsd:attribute name="socket-connect-timeout" type="xsd:string" use="optional"/>
<xsd:attribute name="subscription-ack-interval" type="xsd:string" use="optional"/>
<xsd:attribute name="subscription-enabled" type="xsd:string" use="optional"/>
<xsd:attribute name="subscription-message-tracking-timeout" type="xsd:string" use="optional"/>
@@ -3280,4 +3283,5 @@ Used for convenience. If no reference exists, use inner bean declarations.
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:schema>