blob: 017494fa283a35bc985ed562f9a619ca8ae9435c [file] [log] [blame]
Christian van Spaandonk569a4c52008-08-02 09:56:01 +00001<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
2<BODY>
3<p>Device Management Tree Package Version 1.0.
4This package contains the public API for the Device Management Tree
5manipulations. Permission classes are provided by the
6<code>info.dmtree.security</code> package, and DMT plugin interfaces can be found in
7the <code>info.dmtree.spi</code> package. Asynchronous notifications to remote
8management servers can be sent using the interfaces in the
9<code>info.dmtree.notification</code> package.
10<p>Bundles wishing to use this package must list the package
11in the Import-Package header of the bundle's manifest.
12For example:
13<pre>
14Import-Package: info.dmtree;version=1.0
15</pre>
16</BODY>