| Modifier and Type | Method and Description |
|---|---|
SalNode |
getSalNode()
Return a
SalNode instance that represents the location of
a swtich. |
VtnUpdateType |
getUpdateType()
Return the type of notification.
|
VtnNode |
getVtnNode()
Return a
VtnNode instance. |
protected void |
notifyEvent()
Notify this event to event listener.
|
execute, getTxContext, isAsync, onFailureaddBackgroundTask, execute, getBackgroundTasks, getMaxRetry, onSuccessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedErrorLogpublic SalNode getSalNode()
SalNode instance that represents the location of
a swtich.SalNode instance.public VtnUpdateType getUpdateType()
VtnUpdateType.CREATED if a VTN node has been added.
VtnUpdateType.CHANGED if a VTN node has been changed.
This type is returned only if the OpenFlow protocol version used
by the target switch has been determined.
VtnUpdateType.REMOVED if a VTN node has been removed.
protected void notifyEvent()
throws VTNException
notifyEvent in class TxEventVTNException - An error occurred.Copyright © 2018 OpenDaylight. All rights reserved.