public class UscChannelCreateEvent extends UscMonitorEvent
| Constructor and Description |
|---|
UscChannelCreateEvent(String deviceId,
boolean isCallHome,
String type)
create a channel create event
|
UscChannelCreateEvent(UscChannel channel)
create a channel create event using channel info
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCallHome()
if the channel created by call home way
|
String |
toString() |
getDeviceId, getTypepublic UscChannelCreateEvent(String deviceId, boolean isCallHome, String type)
deviceId - device id which can identify a particular channelisCallHome - if the channel created by call home way, true for yes, false
for notype - channel type,like tcp, udppublic UscChannelCreateEvent(UscChannel channel)
channel - channel createdpublic boolean isCallHome()
public String toString()
toString in class UscMonitorEventCopyright © 2019 OpenDaylight. All rights reserved.