public class UscChannelCloseEvent extends UscMonitorEvent
| Constructor and Description |
|---|
UscChannelCloseEvent(String deviceId,
String type)
create a channel close event using the device id
|
UscChannelCloseEvent(UscChannel channel)
create a channel close event using the channel
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getDeviceId, getTypepublic UscChannelCloseEvent(String deviceId, String type)
type - channel typedeviceId - device id which can identify a particular channelpublic UscChannelCloseEvent(UscChannel channel)
channel - closing USC channelpublic String toString()
toString in class UscMonitorEventCopyright © 2019 OpenDaylight. All rights reserved.