public class AgentDescription extends AbstractDescription implements java.io.Serializable
| Constructor and Description |
|---|
AgentDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.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.
|
java.lang.String |
getAdminName()
Returns the admin name.
|
java.lang.Boolean |
getHttpEnabled()
Returns the HTTP enabled.
|
java.lang.String |
getName()
Returns the logical name of this agent description.
|
java.lang.Boolean |
getRmiEnabled()
Returns the RMI enabled.
|
java.lang.Boolean |
getRmiRegistryEnabled()
Returns the RMI registry enabled.
|
java.lang.String |
getSSLName()
Returns the SSL name.
|
java.util.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 java.lang.String getName()
public java.lang.String getAdminName()
protected AdminDescription getAdminDescription()
public java.lang.Boolean getHttpEnabled()
public java.lang.Boolean getRmiEnabled()
public java.lang.Boolean getRmiRegistryEnabled()
public java.lang.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 java.lang.String agentToString(com.gemstone.gemfire.admin.jmx.AgentConfig a)
#agentToString(Agent).public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.