| Package | Description |
|---|---|
| org.onosproject.net.edge |
Service for interacting with network edge.
|
| Modifier and Type | Method and Description |
|---|---|
static EdgePortEvent.Type |
EdgePortEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgePortEvent.Type[] |
EdgePortEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EdgePortEvent(EdgePortEvent.Type type,
ConnectPoint subject)
Creates a new edge port event.
|
EdgePortEvent(EdgePortEvent.Type type,
ConnectPoint subject,
long time)
Creates a new edge port event.
|
Copyright © 2015. All rights reserved.