Package info.dmtree.registry
Class DmtServiceFactory
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.
- Version:
- $Revision: 5673 $
-
Method Summary
Modifier and TypeMethodDescriptionstatic DmtAdmin
This method is used to obtain access toDmtAdmin
, which enables applications to manipulate the Device Management Tree.static NotificationService
This method is used to obtain access toNotificationService
, which enables applications to send asynchronous notifications to management servers.
-
Method Details
-
getDmtAdmin
This method is used to obtain access toDmtAdmin
, which enables applications to manipulate the Device Management Tree.- Returns:
- a DmtAdmin service object
-
getNotificationService
This method is used to obtain access toNotificationService
, which enables applications to send asynchronous notifications to management servers.- Returns:
- a NotificationService service object
-