Class LazySerializedDOMNotification
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.LazySerializedDOMNotification
-
- All Implemented Interfaces:
DOMNotification
,DOMNotification
@Deprecated(forRemoval=true) public final class LazySerializedDOMNotification extends Object implements 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 Notification
getBindingData()
Deprecated, for removal: This API element is subject to removal in a future version.ContainerNode
getBody()
Deprecated, for removal: This API element is subject to removal in a future version.SchemaPath
getType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getType
public SchemaPath getType()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getType
in interfaceDOMNotification
-
getBody
public ContainerNode getBody()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getBody
in interfaceDOMNotification
-
getBindingData
public Notification getBindingData()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-