public class AgentDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
AgentDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
agentToString(com.gemstone.gemfire.admin.jmx.AgentConfig a)
Returns the agent as a string.
|
void |
configure(com.gemstone.gemfire.admin.jmx.AgentConfig a,
int port)
Configures the agent using this agent description.
|
protected static void |
configure(TestConfig config)
Creates agent descriptions from the agent parameters in the test
configuration.
|
protected AdminDescription |
getAdminDescription()
Returns the admin description.
|
String |
getAdminName()
Returns the admin name.
|
Boolean |
getHttpEnabled()
Returns the HTTP enabled.
|
String |
getName()
Returns the logical name of this agent description.
|
Boolean |
getRmiEnabled()
Returns the RMI enabled.
|
Boolean |
getRmiRegistryEnabled()
Returns the RMI registry enabled.
|
String |
getSSLName()
Returns the SSL name.
|
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()
public String getAdminName()
protected AdminDescription getAdminDescription()
public Boolean getHttpEnabled()
public Boolean getRmiEnabled()
public Boolean getRmiRegistryEnabled()
public String getSSLName()
public void configure(com.gemstone.gemfire.admin.jmx.AgentConfig a,
int port)
If SSL is configured and enabled, sets SSL-related properties on the VM as a side-effect.
protected static String agentToString(com.gemstone.gemfire.admin.jmx.AgentConfig a)
#agentToString(Agent).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.