public final class DmtServiceFactory
extends java.lang.Object
These methods are not needed in an OSGi environment, clients should retrieve the required service objects from the OSGi Service Registry.
Modifier and Type | Method | Description |
---|---|---|
static DmtAdmin |
getDmtAdmin() |
This method is used to obtain access to
DmtAdmin , which
enables applications to manipulate the Device Management Tree. |
static NotificationService |
getNotificationService() |
This method is used to obtain access to
NotificationService ,
which enables applications to send asynchronous notifications to
management servers. |
public static DmtAdmin getDmtAdmin()
DmtAdmin
, which
enables applications to manipulate the Device Management Tree.public static NotificationService getNotificationService()
NotificationService
,
which enables applications to send asynchronous notifications to
management servers.