Class LazySerializedDOMNotification
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.LazySerializedDOMNotification
-
- All Implemented Interfaces:
org.opendaylight.controller.md.sal.dom.api.DOMNotification,org.opendaylight.mdsal.dom.api.DOMNotification
@Deprecated(forRemoval=true) public final class LazySerializedDOMNotification extends Object implements org.opendaylight.controller.md.sal.dom.api.DOMNotification
Deprecated, for removal: This API element is subject to removal in a future version.Lazy serialized implementation of DOM Notification.This implementation performs serialization of data, only if receiver of notification actually accessed data from notification.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.binding.NotificationgetBindingData()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.yangtools.yang.data.api.schema.ContainerNodegetBody()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.yangtools.yang.model.api.SchemaPathgetType()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getType
public org.opendaylight.yangtools.yang.model.api.SchemaPath getType()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTypein interfaceorg.opendaylight.mdsal.dom.api.DOMNotification
-
getBody
public org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getBody()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getBodyin interfaceorg.opendaylight.mdsal.dom.api.DOMNotification
-
getBindingData
public org.opendaylight.yangtools.yang.binding.Notification getBindingData()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-