Class 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 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:
        getType in interface org.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:
        getBody in interface org.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.