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()
DOMNotification
getType
in interface DOMNotification
public org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getBody()
DOMNotification
getBody
in interface DOMNotification
public Notification getBindingData()
Copyright © 2019 OpenDaylight. All rights reserved.