Class TopicDOMNotification
- java.lang.Object
-
- org.opendaylight.controller.messagebus.app.util.TopicDOMNotification
-
- All Implemented Interfaces:
DOMNotification
public class TopicDOMNotification extends Object implements DOMNotification
-
-
Constructor Summary
Constructors Constructor Description TopicDOMNotification(ContainerNode body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerNode
getBody()
SchemaPath
getType()
String
toString()
-
-
-
Constructor Detail
-
TopicDOMNotification
public TopicDOMNotification(ContainerNode body)
-
-
Method Detail
-
getType
public SchemaPath getType()
- Specified by:
getType
in interfaceDOMNotification
-
getBody
public ContainerNode getBody()
- Specified by:
getBody
in interfaceDOMNotification
-
-