| Package | Description |
|---|---|
| org.onosproject.app |
Set of abstractions for managing network control applications.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationState |
ApplicationStore.getState(ApplicationId appId)
Returns the current application state.
|
ApplicationState |
ApplicationService.getState(ApplicationId appId)
Return the application state.
|
static ApplicationState |
ApplicationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationState[] |
ApplicationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.