Class TopicDOMNotification
- java.lang.Object
-
- org.opendaylight.controller.messagebus.app.util.TopicDOMNotification
-
- All Implemented Interfaces:
DOMNotification
@Deprecated(forRemoval=true) public class TopicDOMNotification extends Object implements DOMNotification
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description TopicDOMNotification(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 ContainerNode
getBody()
Deprecated, for removal: This API element is subject to removal in a future version.SchemaNodeIdentifier.Absolute
getType()
Deprecated, for removal: This API element is subject to removal in a future version.String
toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
TopicDOMNotification
public TopicDOMNotification(ContainerNode body)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getType
public SchemaNodeIdentifier.Absolute 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
-
-