Class TopicDOMNotification
- java.lang.Object
-
- org.opendaylight.controller.messagebus.app.util.TopicDOMNotification
-
- All Implemented Interfaces:
org.opendaylight.mdsal.dom.api.DOMNotification
public class TopicDOMNotification extends Object implements org.opendaylight.mdsal.dom.api.DOMNotification
-
-
Constructor Summary
Constructors Constructor Description TopicDOMNotification(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.data.api.schema.ContainerNodegetBody()org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.AbsolutegetType()StringtoString()
-
-
-
Method Detail
-
getType
public org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute getType()
- Specified by:
getTypein interfaceorg.opendaylight.mdsal.dom.api.DOMNotification
-
getBody
public org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getBody()
- Specified by:
getBodyin interfaceorg.opendaylight.mdsal.dom.api.DOMNotification
-
-