| Package | Description |
|---|---|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkEvent.Type |
LinkEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkEvent.Type[] |
LinkEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LinkEvent(LinkEvent.Type type,
Link link)
Creates an event of a given type and for the specified link and the
current time.
|
LinkEvent(LinkEvent.Type type,
Link link,
long time)
Creates an event of a given type and for the specified link and time.
|
Copyright © 2015. All rights reserved.