public class AgentPrms extends BasePrms
AgentDescription.
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 and fields of a parameter can be set to BasePrms.DEFAULT,
except where noted. This uses the product default, except where noted.
Values and fields 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 |
adminName
(String(s))
Name of logical admin configuration, as found in
AdminPrms.names. |
static Long |
httpEnabled
(boolean(s))
HTTP enabled.
|
static Long |
names
(String(s))
Logical names of the agent descriptions.
|
static Long |
rmiEnabled
(boolean(s))
RMI enabled.
|
static Long |
rmiRegistryEnabled
(boolean(s))
RMI registry enabled.
|
static Long |
sslName
(String(s))
Name of logical SSL configuration, as found in
SSLPrms.names. |
| Constructor and Description |
|---|
AgentPrms() |
public static Long names
public static Long adminName
AdminPrms.names.
This is a required parameter with no default value.public static Long httpEnabled
public static Long rmiEnabled
public static Long rmiRegistryEnabled
public static Long sslName
SSLPrms.names.
Can be specified as BasePrms.NONE (default).
The default values for the logical SSL configuration are taken from
DistributionConfig
rather than com.gemstone.gemfire.agent.AgentConfig, but they
are the same.
Used to configure security between the agent and the outside world.
For security between the agent and the distributed system, see AdminPrms.sslName.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.