Richard S. Hall | fc0bbcd | 2009-07-24 17:23:19 +0000 | [diff] [blame] | 1 | <!-- $Revision: 6204 $ --> |
Christian van Spaandonk | 6381441 | 2008-08-02 09:56:01 +0000 | [diff] [blame] | 2 | <BODY> |
| 3 | <p>Device Management Tree Package Version 1.0. |
| 4 | This package contains the public API for the Device Management Tree |
| 5 | manipulations. Permission classes are provided by the |
| 6 | <code>info.dmtree.security</code> package, and DMT plugin interfaces can be found in |
| 7 | the <code>info.dmtree.spi</code> package. Asynchronous notifications to remote |
| 8 | management 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 |
| 11 | in the Import-Package header of the bundle's manifest. |
| 12 | For example: |
| 13 | <pre> |
Richard S. Hall | fc0bbcd | 2009-07-24 17:23:19 +0000 | [diff] [blame] | 14 | Import-Package: info.dmtree;version="[1.0,2.0)" |
Christian van Spaandonk | 6381441 | 2008-08-02 09:56:01 +0000 | [diff] [blame] | 15 | </pre> |
| 16 | </BODY> |