blob: 5ad36d0333b5977a2365bdb0e11938c0f98dd6f4 [file] [log] [blame]
<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/registry/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
<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=1.0
</pre>
</BODY>