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 | Field and Description |
|---|---|
private static org.osgi.framework.BundleContext |
context |
| Modifier | Constructor and Description |
|---|---|
private |
DmtServiceFactory()
A private constructor to suppress the default public constructor.
|
| Modifier and Type | Method and 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. |
private DmtServiceFactory()
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.