public class AdminDescription extends AbstractDescription implements Serializable
| Constructor and Description |
|---|
AdminDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
adminToString(com.gemstone.gemfire.admin.DistributedSystemConfig d)
Returns the admin distributed system as a string.
|
void |
configure(com.gemstone.gemfire.admin.DistributedSystemConfig d)
Configures the admin distributed system using this admin description.
|
protected static void |
configure(TestConfig config)
Creates admin descriptions from the admin parameters in the test
configuration.
|
Boolean |
getDisableAutoReconnect() |
Boolean |
getDisableTcp()
Returns the disable tcp inherited from
distributedSystem. |
protected String |
getDistributedSystem()
Returns the name of the distributed system.
|
Boolean |
getEmailNotificationEnabled()
Returns the email notification enabled.
|
String |
getEmailNotificationFrom()
Returns the email notification from.
|
String |
getEmailNotificationHost()
Returns the email notification host.
|
String |
getEmailNotificationToList()
Returns the email notification to list.
|
static String |
getEmailNotificationToList(Vector v)
Returns the email notification string from the given vector.
|
Boolean |
getEnableNetworkPartitionDetection()
Returns the enable network partition detection.
|
String |
getName()
Returns the logical name of this admin description.
|
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 Boolean getDisableTcp()
distributedSystem.protected String getDistributedSystem()
public Boolean getEmailNotificationEnabled()
public String getEmailNotificationFrom()
public String getEmailNotificationHost()
public String getEmailNotificationToList()
public Boolean getEnableNetworkPartitionDetection()
public Boolean getDisableAutoReconnect()
public String getSSLName()
public void configure(com.gemstone.gemfire.admin.DistributedSystemConfig d)
If SSL is configured and enabled, sets SSL-related properties on the VM as a side-effect.
protected static String adminToString(com.gemstone.gemfire.admin.DistributedSystemConfig d)
DistributedSystemHelper.adminToString(AdminDistributedSystem).public SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.