public class UscSessionCloseEvent extends UscSessionEvent
| Constructor and Description |
|---|
UscSessionCloseEvent(String deviceId,
String type,
String sessionId)
create session close event
|
UscSessionCloseEvent(UscSession session)
create session close event
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getSessionIdgetDeviceId, getTypepublic UscSessionCloseEvent(String deviceId, String type, String sessionId)
type - channel typedeviceId - device id which identify a channel which contains the sessionsessionId - session idpublic UscSessionCloseEvent(UscSession session)
session - session closedpublic String toString()
toString in class UscSessionEventCopyright © 2019 OpenDaylight. All rights reserved.