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 java.lang.Long |
adminName
(String(s))
Name of logical admin configuration, as found in
AdminPrms.names. |
static java.lang.Long |
httpEnabled
(boolean(s))
HTTP enabled.
|
static java.lang.Long |
names
(String(s))
Logical names of the agent descriptions.
|
static java.lang.Long |
rmiEnabled
(boolean(s))
RMI enabled.
|
static java.lang.Long |
rmiRegistryEnabled
(boolean(s))
RMI registry enabled.
|
static java.lang.Long |
sslName
(String(s))
Name of logical SSL configuration, as found in
SSLPrms.names. |
| Constructor and Description |
|---|
AgentPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long names
public static java.lang.Long adminName
AdminPrms.names.
This is a required parameter with no default value.public static java.lang.Long httpEnabled
public static java.lang.Long rmiEnabled
public static java.lang.Long rmiRegistryEnabled
public static java.lang.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.