Uses of Class
org.osgi.service.onem2m.dto.NotificationDTO
-
Packages that use NotificationDTO Package Description org.osgi.service.onem2m Service Layer API for oneM2M Specification Package Version 1.0.org.osgi.service.onem2m.dto Service Layer Data Transfer Objects for oneM2M Specification Package Version 1.0. -
-
Uses of NotificationDTO in org.osgi.service.onem2m
Methods in org.osgi.service.onem2m with parameters of type NotificationDTO Modifier and Type Method Description Promise<java.lang.Boolean>
ServiceLayer. notify(java.lang.String uri, NotificationDTO notification)
send notification -
Uses of NotificationDTO in org.osgi.service.onem2m.dto
Fields in org.osgi.service.onem2m.dto declared as NotificationDTO Modifier and Type Field Description NotificationDTO
PrimitiveContentDTO. notification
NotificationFields in org.osgi.service.onem2m.dto with type parameters of type NotificationDTO Modifier and Type Field Description java.util.List<NotificationDTO>
PrimitiveContentDTO. aggregatedNotification
Aggregated Notification
-