public class AdminDescription extends AbstractDescription implements java.io.Serializable
| Constructor and Description |
|---|
AdminDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.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.
|
java.lang.Boolean |
getDisableAutoReconnect() |
java.lang.Boolean |
getDisableTcp()
Returns the disable tcp inherited from
distributedSystem. |
protected java.lang.String |
getDistributedSystem()
Returns the name of the distributed system.
|
java.lang.Boolean |
getEmailNotificationEnabled()
Returns the email notification enabled.
|
java.lang.String |
getEmailNotificationFrom()
Returns the email notification from.
|
java.lang.String |
getEmailNotificationHost()
Returns the email notification host.
|
java.lang.String |
getEmailNotificationToList()
Returns the email notification to list.
|
static java.lang.String |
getEmailNotificationToList(java.util.Vector v)
Returns the email notification string from the given vector.
|
java.lang.Boolean |
getEnableNetworkPartitionDetection()
Returns the enable network partition detection.
|
java.lang.String |
getName()
Returns the logical name of this admin description.
|
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.Boolean getDisableTcp()
distributedSystem.protected java.lang.String getDistributedSystem()
public java.lang.Boolean getEmailNotificationEnabled()
public java.lang.String getEmailNotificationFrom()
public java.lang.String getEmailNotificationHost()
public java.lang.String getEmailNotificationToList()
public java.lang.Boolean getEnableNetworkPartitionDetection()
public java.lang.Boolean getDisableAutoReconnect()
public java.lang.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 java.lang.String adminToString(com.gemstone.gemfire.admin.DistributedSystemConfig d)
DistributedSystemHelper.adminToString(AdminDistributedSystem).public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
public static java.lang.String getEmailNotificationToList(java.util.Vector v)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.