| Package | Description |
|---|---|
| org.onosproject.net.config |
Subsystem for tracking network environment configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkConfigEvent.Type |
NetworkConfigEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkConfigEvent.Type[] |
NetworkConfigEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NetworkConfigEvent(NetworkConfigEvent.Type type,
Object subject,
Class configClass)
Creates an event of a given type and for the specified subject and the
current time.
|
NetworkConfigEvent(NetworkConfigEvent.Type type,
Object subject,
Class configClass,
long time)
Creates an event of a given type and for the specified subject and time.
|
Copyright © 2015. All rights reserved.