| Modifier and Type | Method and Description |
|---|---|
static AccessDeviceEvent.Type |
AccessDeviceEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessDeviceEvent.Type[] |
AccessDeviceEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AccessDeviceEvent(AccessDeviceEvent.Type type,
org.onosproject.net.DeviceId deviceId,
long time,
org.onlab.packet.VlanId sVlanId,
org.onlab.packet.VlanId cVlanId)
Creates an event of a given type and for the specified device, and timestamp
along with the cVlanId and sVlanId.
|
AccessDeviceEvent(AccessDeviceEvent.Type type,
org.onosproject.net.DeviceId deviceId,
org.onlab.packet.VlanId sVlanId,
org.onlab.packet.VlanId cVlanId)
Creates an event of a given type and for the specified device,
along with the cVlanId and sVlanId.
|
Copyright © 2016. All rights reserved.