| Package | Description |
|---|---|
| com.h3c.sdn.adm.dao.model |
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
|
| com.h3c.sdn.system |
Definitions of the domain model pertaining to the SDN Controller system.
|
| Modifier and Type | Method and Description |
|---|---|
SystemStatus |
SystemInformationEntity.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInformationEntity.setStatus(SystemStatus status)
Sets the systems status.
|
| Modifier and Type | Method and Description |
|---|---|
SystemStatus |
SystemInformation.status()
Returns the
Status for the system. |
static SystemStatus |
SystemStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemStatus[] |
SystemStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInformation.setStatus(SystemStatus status)
Sets the
Status for the system. |
Copyright © 2014. All Rights Reserved.