public class GatewayReceiverDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
GatewayReceiverDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.gemstone.gemfire.cache.wan.GatewayReceiverFactory f)
Configures a gateway receiver using this gateway receiver description
and the given port.
|
protected static void |
configure(TestConfig config)
Creates gateway receiver descriptions from the gateway receiver parameters
in the test configuration.
|
protected static String |
gatewayReceiverToString(com.gemstone.gemfire.cache.wan.GatewayReceiver gr)
Returns the gateway receiver as a string.
|
String |
getName()
Returns the logical name of this gateway receiver description.
|
protected Integer |
getNumInstances()
Returns the number of instances.
|
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 Integer getNumInstances()
protected void configure(com.gemstone.gemfire.cache.wan.GatewayReceiverFactory f)
protected static String gatewayReceiverToString(com.gemstone.gemfire.cache.wan.GatewayReceiver gr)
GatewayReceiverHelper#gatewayReceiverToString(Gateway).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.