Class TopicDOMNotification
- java.lang.Object
-
- org.opendaylight.controller.messagebus.app.util.TopicDOMNotification
-
- All Implemented Interfaces:
org.opendaylight.mdsal.dom.api.DOMNotification
@Deprecated(forRemoval=true) public class TopicDOMNotification extends Object implements org.opendaylight.mdsal.dom.api.DOMNotification
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description TopicDOMNotification(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode body)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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.stmt.SchemaNodeIdentifier.AbsolutegetType()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getType
public org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute 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
-
-