public class GatewayReceiverPrms extends BasePrms
GatewayReceiverDescription.
The number of description instances is gated by names. For other
parameters, if fewer values than names are given, the remaining instances
will use the last value in the list. See $JTESTS/hydra/hydra.txt for more
details.
Unused parameters default to null, except where noted. This uses the product default, except where noted.
Values of a parameter can be set to BasePrms.DEFAULT, except where noted.
This uses the product default, except where noted.
Values and fields can be set to BasePrms.NONE where noted, with the
documented effect.
Values of a parameter can use oneof, range, or robing except where noted, but each description created will use a fixed value chosen at test configuration time. Use as a task attribute is illegal.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
endPort
(int(s))
Ending port to use for each gateway receiver port range.
|
static java.lang.Long |
gatewayTransportFilters
(Comma-separated String(s))
Class names of gateway transport filters for each gateway receiver.
|
static java.lang.Long |
maximumTimeBetweenPings
(int(s))
Maximum time between pings for each gateway receiver.
|
static java.lang.Long |
names
(String(s))
Logical names of the gateway receiver descriptions.
|
static java.lang.Long |
numInstances
(int(s))
Number of ports to listen on per JVM for each gateway receiver when
creating instances with
#createAndStartGatewayReceiver(String). |
static java.lang.Long |
socketBufferSize
(int(s))
Socket buffer size for each gateway receiver.
|
static java.lang.Long |
startPort
(int(s))
Starting port to use for each gateway receiver port range.
|
| Constructor and Description |
|---|
GatewayReceiverPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long endPort
public static java.lang.Long gatewayTransportFilters
BasePrms.NONE.
Example: To use ClassA and ClassB for the first gateway receiver, none for
the second gateway receiver, and ClassC for the third gateway receiver,
specify:
ClassA ClassB, none, ClassC
public static java.lang.Long maximumTimeBetweenPings
public static java.lang.Long numInstances
#createAndStartGatewayReceiver(String). Defaults to 1.
For example,
public static java.lang.Long startPort
public static java.lang.Long socketBufferSize
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.