public class DomainHealth extends Health<DomainHealth.Category>
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainHealth.Category
The components that make up a Control Domain's health.
|
| Constructor and Description |
|---|
DomainHealth() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<DomainHealth.Category> |
getCategoryEnumClass()
Subclasses must return the class of category enumeration that they
parameterized themselves with.
|
static DomainHealth |
valueOf(String blueprint)
Rehydrate an encoding of a VsnHealth instance.
|
compareTo, equals, getAggregateState, getState, getTimestamp, hashCode, setState, toDebugString, toEncodedString, toStringprotected Class<DomainHealth.Category> getCategoryEnumClass()
HealthgetCategoryEnumClass in class Health<DomainHealth.Category>public static DomainHealth valueOf(String blueprint)
blueprint - the blueprintCopyright © 2014. All Rights Reserved.