|
OSGi™ Service Platform Release 4 Version 4.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.dmtree.registry.DmtServiceFactory
This class is the central access point for Device Management services. Applications can use the static factory methods provided in this class to obtain access to the different Device Management related services, such as the DmtAdmin for manipulating the tree, or the Notification Service for sending notifications to management servers.
These methods are not needed in an OSGi environment, clients should retrieve the required service objects from the OSGi Service Registry.
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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.
|
OSGi™ Service Platform Release 4 Version 4.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |