| Package | Description |
|---|---|
| org.onosproject.cfg |
Set of abstractions for centrally managing component configurations.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentConfigEvent.Type |
ComponentConfigEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentConfigEvent.Type[] |
ComponentConfigEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComponentConfigEvent(ComponentConfigEvent.Type type,
String componentName,
String name,
String value)
Creates an event of a given type and for the specified app and the
current time.
|
Copyright © 2015. All rights reserved.