blob: 51602f5215921b2b6ff98f6f4317e23946ee0e0a [file] [log] [blame]
Richard S. Hall8df9ab12009-07-24 17:06:37 +00001<!-- $Revision: 6204 $ -->
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=&quot;[1.0,2.0)&quot;
15</pre>
16</BODY>