blob: b2122ac02052de0da7f75b35711da0baa9246cb0 [file] [log] [blame]
<!-- $Revision: 6204 $ -->
<BODY>
<p>Device Management Tree Registry Package Version 1.0.
This package contains the factory class providing access to the different
Device Management services for non-OSGi applications. The
<code>DmtServiceFactory</code> class contained in this package provides methods
for retrieving <code>NotificationService</code> and <code>DmtAdmin</code>
service implementations.
<p>Bundles wishing to use this package must list the package
in the Import-Package header of the bundle's manifest.
For example:
<pre>
Import-Package: info.dmtree.registry;version=&quot;[1.0,2.0)&quot;
</pre>
</BODY>