public final class LazySerializedDOMNotification extends Object implements DOMNotification
This implementation performs serialization of data, only if receiver of notification actually accessed data from notification.
| Modifier and Type | Method and Description |
|---|---|
Notification |
getBindingData() |
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
getBody()
Return the body of this notification.
|
org.opendaylight.yangtools.yang.model.api.SchemaPath |
getType()
Return the type of this notification.
|
public org.opendaylight.yangtools.yang.model.api.SchemaPath getType()
DOMNotificationgetType in interface DOMNotificationpublic org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getBody()
DOMNotificationgetBody in interface DOMNotificationpublic Notification getBindingData()
Copyright © 2019 OpenDaylight. All rights reserved.