public class GatewayHubDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
GatewayHubDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.gemstone.gemfire.cache.util.GatewayHub gh)
Configures the gateway hub using this gateway hub description.
|
protected static void |
configure(TestConfig config)
Creates gateway hub descriptions from the gateway hub parameters in the
test configuration.
|
protected static String |
gatewayHubToString(com.gemstone.gemfire.cache.util.GatewayHub gh)
Returns the gateway hub as a string.
|
protected Boolean |
getAcceptGatewayConnections()
Returns the accept gateway connections.
|
protected Boolean |
getHAEnabled()
Returns the HA enabled.
|
String |
getName()
Returns the logical name of this gateway hub description.
|
protected void |
setAsynchronousGatewayDistributionEnabledProperty()
Sets the asynchronous gateway distribution enabled system property, if
configured to do so.
|
SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic String getName()
protected Boolean getAcceptGatewayConnections()
protected void setAsynchronousGatewayDistributionEnabledProperty()
GatewayHubHelper only.protected Boolean getHAEnabled()
protected void configure(com.gemstone.gemfire.cache.util.GatewayHub gh)
protected static String gatewayHubToString(com.gemstone.gemfire.cache.util.GatewayHub gh)
GatewayHubHelper.gatewayHubToString(GatewayHub).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.