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 Long |
endPort
(int(s))
Ending port to use for each gateway receiver port range.
|
static Long |
gatewayTransportFilters
(Comma-separated String(s))
Class names of gateway transport filters for each gateway receiver.
|
static Long |
maximumTimeBetweenPings
(int(s))
Maximum time between pings for each gateway receiver.
|
static Long |
names
(String(s))
Logical names of the gateway receiver descriptions.
|
static Long |
numInstances
(int(s))
Number of ports to listen on per JVM for each gateway receiver when
creating instances with
#createAndStartGatewayReceiver(String). |
static Long |
socketBufferSize
(int(s))
Socket buffer size for each gateway receiver.
|
static Long |
startPort
(int(s))
Starting port to use for each gateway receiver port range.
|
| Constructor and Description |
|---|
GatewayReceiverPrms() |
public static Long names
public static Long endPort
public static 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 Long maximumTimeBetweenPings
public static Long numInstances
#createAndStartGatewayReceiver(String). Defaults to 1.
For example,
public static Long startPort
public static Long socketBufferSize
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.