blob: b95e61cc06868af4247c93e02b4842f4c2c2bb44 [file] [log] [blame]
Richard S. Hall8df9ab12009-07-24 17:06:37 +00001<!-- $Revision: 6204 $ -->
2<BODY>
3<p>Device Management Tree Notification Package Version 1.0.
4This package contains the public API of the Notification service. This service
5enables the sending of asynchronous notifications to management servers.
6Permission classes are provided by the <code>info.dmtree.security</code> package.
7<p>Bundles wishing to use this package must list the package
8in the Import-Package header of the bundle's manifest.
9For example:
10<pre>
11Import-Package: info.dmtree.notification;version=&quot;[1.0,2.0)&quot;
12</pre>
13</BODY>