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