blob: 017494fa283a35bc985ed562f9a619ca8ae9435c [file] [log] [blame]
<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
<BODY>
<p>Device Management Tree Package Version 1.0.
This package contains the public API for the Device Management Tree
manipulations. Permission classes are provided by the
<code>info.dmtree.security</code> package, and DMT plugin interfaces can be found in
the <code>info.dmtree.spi</code> package. Asynchronous notifications to remote
management servers can be sent using the interfaces in the
<code>info.dmtree.notification</code> package.
<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;version=1.0
</pre>
</BODY>