public class UscSessionCreateEvent extends UscSessionEvent
| Constructor and Description |
|---|
UscSessionCreateEvent(String deviceId,
String type,
String sessionId,
int port)
create session create event
|
UscSessionCreateEvent(UscSession session)
create session create event
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPort()
get the port which session related
|
String |
toString() |
getSessionIdgetDeviceId, getTypepublic UscSessionCreateEvent(String deviceId, String type, String sessionId, int port)
type - channel typedeviceId - device id which identify a channel which contains the sessionsessionId - session idport - terminal point port,like the port of the lister port of the
apps of agent sidespublic UscSessionCreateEvent(UscSession session)
session - session createdpublic int getPort()
public String toString()
toString in class UscSessionEventCopyright © 2019 OpenDaylight. All rights reserved.