This file is indexed.

/usr/share/doc/libosgi-core-java/api/org/osgi/framework/Constants.html is in libosgi-core-java-doc 4.3.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Sun Nov 20 13:35:19 UTC 2011 -->
<TITLE>
Constants
</TITLE>

<META NAME="date" CONTENT="2011-11-20">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Constants";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/osgi/framework/Configurable.html" title="interface in org.osgi.framework"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/osgi/framework/Filter.html" title="interface in org.osgi.framework"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/osgi/framework/Constants.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Constants.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.osgi.framework</FONT>
<BR>
Interface Constants</H2>
<HR>
<DL>
<DT><PRE>public interface <B>Constants</B></DL>
</PRE>

<P>
Defines standard names for the OSGi environment system properties, service
 properties, and Manifest header attribute keys.
 
 <p>
 The values associated with these keys are of type <code>String</code>, unless
 otherwise indicated.
<P>

<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.1</DD>
</DL>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#ACTIVATION_LAZY">ACTIVATION_LAZY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bundle activation policy declaring the bundle must be activated when the
 first class load is made from the bundle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_ACTIVATIONPOLICY">BUNDLE_ACTIVATIONPOLICY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's activation policy.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_ACTIVATOR">BUNDLE_ACTIVATOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying the bundle's activator class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_CATEGORY">BUNDLE_CATEGORY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's category.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_CLASSPATH">BUNDLE_CLASSPATH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying a list of directories and embedded JAR files,
 which are bundle resources used to extend the bundle's classpath.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_CONTACTADDRESS">BUNDLE_CONTACTADDRESS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the contact address where problems with the
 bundle may be reported; for example, an email address.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_COPYRIGHT">BUNDLE_COPYRIGHT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's copyright information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_DESCRIPTION">BUNDLE_DESCRIPTION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header containing a brief description of the bundle's
 functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_DOCURL">BUNDLE_DOCURL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's documentation URL, from which
 further information about the bundle may be obtained.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_LOCALIZATION">BUNDLE_LOCALIZATION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the base name of the bundle's localization
 entries.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_LOCALIZATION_DEFAULT_BASENAME">BUNDLE_LOCALIZATION_DEFAULT_BASENAME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default value for the <code>Bundle-Localization</code> manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_MANIFESTVERSION">BUNDLE_MANIFESTVERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle manifest version.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NAME">BUNDLE_NAME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE">BUNDLE_NATIVECODE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying a number of hardware environments and the
 native language code libraries that the bundle is carrying for each of
 these environments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE_LANGUAGE">BUNDLE_NATIVECODE_LANGUAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying the language in which the native
 bundle code is written specified in the Bundle-NativeCode manifest
 header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE_OSNAME">BUNDLE_NATIVECODE_OSNAME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying the operating system required to
 run native bundle code specified in the Bundle-NativeCode manifest
 header).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE_OSVERSION">BUNDLE_NATIVECODE_OSVERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying the operating system version
 required to run native bundle code specified in the Bundle-NativeCode
 manifest header).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE_PROCESSOR">BUNDLE_NATIVECODE_PROCESSOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying the processor required to run
 native bundle code specified in the Bundle-NativeCode manifest header).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_REQUIREDEXECUTIONENVIRONMENT">BUNDLE_REQUIREDEXECUTIONENVIRONMENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of 1.6. Replaced by the <code>osgi.ee</code> capability.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_SYMBOLICNAME">BUNDLE_SYMBOLICNAME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's symbolic name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_SYMBOLICNAME_ATTRIBUTE">BUNDLE_SYMBOLICNAME_ATTRIBUTE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying the symbolic name of a bundle that
 exports a package specified in the Import-Package manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_UPDATELOCATION">BUNDLE_UPDATELOCATION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the location from which a new bundle version
 is obtained during a bundle update operation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_VENDOR">BUNDLE_VENDOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's vendor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_VERSION">BUNDLE_VERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the bundle's version.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_VERSION_ATTRIBUTE">BUNDLE_VERSION_ATTRIBUTE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying a range of versions for a bundle
 specified in the <code>Require-Bundle</code> or <code>Fragment-Host</code> manifest
 headers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#DYNAMICIMPORT_PACKAGE">DYNAMICIMPORT_PACKAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the packages that the bundle may dynamically
 import during execution.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_ACTIVE">EFFECTIVE_ACTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a capability that is
 effective at active time.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_DIRECTIVE">EFFECTIVE_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying the effective time of the provided
 capability.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_RESOLVE">EFFECTIVE_RESOLVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a capability that is
 effective at resolve time.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EXCLUDE_DIRECTIVE">EXCLUDE_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying a list of classes to exclude in the
 exported package..</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EXPORT_PACKAGE">EXPORT_PACKAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the packages that the bundle offers to the
 Framework for export.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EXPORT_SERVICE">EXPORT_SERVICE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of 1.2.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EXTENSION_BOOTCLASSPATH">EXTENSION_BOOTCLASSPATH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying the type of extension
 fragment.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EXTENSION_DIRECTIVE">EXTENSION_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying the type of the extension fragment.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#EXTENSION_FRAMEWORK">EXTENSION_FRAMEWORK</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying the type of extension
 fragment.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FILTER_DIRECTIVE">FILTER_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying the capability filter specified in
 the Require-Capability manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_ALWAYS">FRAGMENT_ATTACHMENT_ALWAYS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a fragment attachment type of
 always.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_DIRECTIVE">FRAGMENT_ATTACHMENT_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying if and when a fragment may attach
 to a host bundle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_NEVER">FRAGMENT_ATTACHMENT_NEVER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a fragment attachment type of
 never.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_RESOLVETIME">FRAGMENT_ATTACHMENT_RESOLVETIME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a fragment attachment type of
 resolve-time.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_HOST">FRAGMENT_HOST</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the symbolic name of another bundle for which
 that the bundle is a fragment.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BEGINNING_STARTLEVEL">FRAMEWORK_BEGINNING_STARTLEVEL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying the beginning start level of the
 framework.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BOOTDELEGATION">FRAMEWORK_BOOTDELEGATION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying packages for which the Framework
 must delegate class loading to the parent class loader of the bundle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION">FRAMEWORK_BSNVERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying whether multiple bundles having
 the same <A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_SYMBOLICNAME"><CODE>symbolic name</CODE></A> and
 <A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_VERSION"><CODE>version</CODE></A> may be installed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION_MULTIPLE">FRAMEWORK_BSNVERSION_MULTIPLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the framework will allow multiple bundles to be installed
 having the same symbolic name and version.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION_SINGLE">FRAMEWORK_BSNVERSION_SINGLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the framework will only allow a single bundle to be installed
 for a given symbolic name and version.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT">FRAMEWORK_BUNDLE_PARENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying the parent class loader type for
 all bundle class loaders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_APP">FRAMEWORK_BUNDLE_PARENT_APP</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies to use the application class loader as the parent class loader
 for all bundle class loaders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_BOOT">FRAMEWORK_BUNDLE_PARENT_BOOT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies to use of the boot class loader as the parent class loader for
 all bundle class loaders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_EXT">FRAMEWORK_BUNDLE_PARENT_EXT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies to use the extension class loader as the parent class loader
 for all bundle class loaders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_FRAMEWORK">FRAMEWORK_BUNDLE_PARENT_FRAMEWORK</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies to use the framework class loader as the parent class loader
 for all bundle class loaders.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_COMMAND_ABSPATH">FRAMEWORK_COMMAND_ABSPATH</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specified the substitution string for the absolute path of a file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_EXECPERMISSION">FRAMEWORK_EXECPERMISSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying an optional OS specific command
 to set file permissions on extracted native code.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_EXECUTIONENVIRONMENT">FRAMEWORK_EXECUTIONENVIRONMENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of 1.6. Replaced by the <code>osgi.ee</code> capability.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_LANGUAGE">FRAMEWORK_LANGUAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying the Framework implementation
 language (see ISO 639 for possible values).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_LIBRARY_EXTENSIONS">FRAMEWORK_LIBRARY_EXTENSIONS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying a comma separated list of
 additional library file extensions that must be used when a bundle's
 class loader is searching for native libraries.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_OS_NAME">FRAMEWORK_OS_NAME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying the Framework host-computer's
 operating system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_OS_VERSION">FRAMEWORK_OS_VERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying the Framework host-computer's
 operating system version number.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_PROCESSOR">FRAMEWORK_PROCESSOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying the Framework host-computer's
 processor name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SECURITY">FRAMEWORK_SECURITY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying the type of security manager the
 framework must use.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SECURITY_OSGI">FRAMEWORK_SECURITY_OSGI</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies that a security manager that supports all security aspects of
 the OSGi core specification including postponed conditions must be
 installed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_STORAGE">FRAMEWORK_STORAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying the persistent storage area used
 by the framework.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_STORAGE_CLEAN">FRAMEWORK_STORAGE_CLEAN</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying if and when the persistent
 storage area for the framework should be cleaned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT">FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies that the framework storage area must be cleaned before the
 framework is initialized for the first time.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SYSTEMCAPABILITIES">FRAMEWORK_SYSTEMCAPABILITIES</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying capabilities which the system
 bundle must provide.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SYSTEMCAPABILITIES_EXTRA">FRAMEWORK_SYSTEMCAPABILITIES_EXTRA</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying extra capabilities which the
 system bundle must additionally provide.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SYSTEMPACKAGES">FRAMEWORK_SYSTEMPACKAGES</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying packages which the system bundle
 must export.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SYSTEMPACKAGES_EXTRA">FRAMEWORK_SYSTEMPACKAGES_EXTRA</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property identifying extra packages which the system
 bundle must export from the current execution environment.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_TRUST_REPOSITORIES">FRAMEWORK_TRUST_REPOSITORIES</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying the trust repositories used by
 the framework.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_UUID">FRAMEWORK_UUID</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework environment property identifying the Framework's universally
 unique identifier (UUID).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_VENDOR">FRAMEWORK_VENDOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework environment property identifying the Framework implementation
 vendor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_VERSION">FRAMEWORK_VERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework environment property identifying the Framework version.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_WINDOWSYSTEM">FRAMEWORK_WINDOWSYSTEM</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework launching property specifying the current windowing system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#IMPORT_PACKAGE">IMPORT_PACKAGE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the packages on which the bundle depends.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#IMPORT_SERVICE">IMPORT_SERVICE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of 1.2.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#INCLUDE_DIRECTIVE">INCLUDE_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying a list of classes to include in the
 exported package.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#MANDATORY_DIRECTIVE">MANDATORY_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying names of matching attributes which
 must be specified by matching Import-Package statements in the
 Export-Package manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#OBJECTCLASS">OBJECTCLASS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying all of the class names under which a service
 was registered in the Framework.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#PACKAGE_SPECIFICATION_VERSION">PACKAGE_SPECIFICATION_VERSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of 1.3. This has been replaced by
             <A HREF="../../../org/osgi/framework/Constants.html#VERSION_ATTRIBUTE"><CODE>VERSION_ATTRIBUTE</CODE></A>.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#PROVIDE_CAPABILITY">PROVIDE_CAPABILITY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the capabilities that the bundle offers to
 provide to other bundles.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#REMOTE_CONFIGS_SUPPORTED">REMOTE_CONFIGS_SUPPORTED</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the configuration types supported by a
 distribution provider.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#REMOTE_INTENTS_SUPPORTED">REMOTE_INTENTS_SUPPORTED</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the intents supported by a distribution
 provider.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_BUNDLE">REQUIRE_BUNDLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the symbolic names of other bundles required
 by the bundle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_CAPABILITY">REQUIRE_CAPABILITY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header identifying the capabilities on which the bundle depends.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_DIRECTIVE">RESOLUTION_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying the resolution type in the
 Import-Package, Require-Bundle or Require-Capability manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_MANDATORY">RESOLUTION_MANDATORY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a mandatory resolution type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_OPTIONAL">RESOLUTION_OPTIONAL</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying an optional resolution type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SELECTION_FILTER_ATTRIBUTE">SELECTION_FILTER_ATTRIBUTE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute is used for selection by filtering based upon
 system properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_DESCRIPTION">SERVICE_DESCRIPTION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying a service's description.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_EXPORTED_CONFIGS">SERVICE_EXPORTED_CONFIGS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the configuration types that should be used
 to export the service.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_EXPORTED_INTENTS">SERVICE_EXPORTED_INTENTS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the intents that the distribution provider
 must implement to distribute the service.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_EXPORTED_INTENTS_EXTRA">SERVICE_EXPORTED_INTENTS_EXTRA</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the extra intents that the distribution
 provider must implement to distribute the service.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_EXPORTED_INTERFACES">SERVICE_EXPORTED_INTERFACES</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property marking the service for export.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_ID">SERVICE_ID</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying a service's registration number.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_IMPORTED">SERVICE_IMPORTED</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the service as imported.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_IMPORTED_CONFIGS">SERVICE_IMPORTED_CONFIGS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the configuration types used to import the
 service.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_INTENTS">SERVICE_INTENTS</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying the intents that this service implement.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_PID">SERVICE_PID</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying a service's persistent identifier.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_RANKING">SERVICE_RANKING</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying a service's ranking number.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SERVICE_VENDOR">SERVICE_VENDOR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service property identifying a service's vendor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SINGLETON_DIRECTIVE">SINGLETON_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying whether a bundle is a singleton.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SUPPORTS_BOOTCLASSPATH_EXTENSION">SUPPORTS_BOOTCLASSPATH_EXTENSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework environment property identifying whether the Framework supports
 bootclasspath extension bundles.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SUPPORTS_FRAMEWORK_EXTENSION">SUPPORTS_FRAMEWORK_EXTENSION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework environment property identifying whether the Framework supports
 framework extension bundles.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SUPPORTS_FRAMEWORK_FRAGMENT">SUPPORTS_FRAMEWORK_FRAGMENT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework environment property identifying whether the Framework supports
 fragment bundles.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SUPPORTS_FRAMEWORK_REQUIREBUNDLE">SUPPORTS_FRAMEWORK_REQUIREBUNDLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Framework environment property identifying whether the Framework supports
 the <A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_BUNDLE"><CODE>Require-Bundle</CODE></A> manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SYSTEM_BUNDLE_LOCATION">SYSTEM_BUNDLE_LOCATION</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Location identifier of the OSGi <i>system bundle </i>, which is defined
 to be &quot;System Bundle&quot;.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#SYSTEM_BUNDLE_SYMBOLICNAME">SYSTEM_BUNDLE_SYMBOLICNAME</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alias for the symbolic name of the OSGi <i>system bundle </i>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#USES_DIRECTIVE">USES_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying a list of packages that an exported
 package or provided capability uses.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#VERSION_ATTRIBUTE">VERSION_ATTRIBUTE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header attribute identifying the version of a package specified
 in the Export-Package or Import-Package manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_DIRECTIVE">VISIBILITY_DIRECTIVE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive identifying the visibility of a required bundle
 in the Require-Bundle manifest header.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_PRIVATE">VISIBILITY_PRIVATE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a private visibility type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_REEXPORT">VISIBILITY_REEXPORT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manifest header directive value identifying a reexport visibility type.</TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="SYSTEM_BUNDLE_LOCATION"><!-- --></A><H3>
SYSTEM_BUNDLE_LOCATION</H3>
<PRE>
static final java.lang.String <B>SYSTEM_BUNDLE_LOCATION</B></PRE>
<DL>
<DD>Location identifier of the OSGi <i>system bundle </i>, which is defined
 to be &quot;System Bundle&quot;.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SYSTEM_BUNDLE_LOCATION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SYSTEM_BUNDLE_SYMBOLICNAME"><!-- --></A><H3>
SYSTEM_BUNDLE_SYMBOLICNAME</H3>
<PRE>
static final java.lang.String <B>SYSTEM_BUNDLE_SYMBOLICNAME</B></PRE>
<DL>
<DD>Alias for the symbolic name of the OSGi <i>system bundle </i>. It is
 defined to be &quot;system.bundle&quot;.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SYSTEM_BUNDLE_SYMBOLICNAME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_CATEGORY"><!-- --></A><H3>
BUNDLE_CATEGORY</H3>
<PRE>
static final java.lang.String <B>BUNDLE_CATEGORY</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's category.
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_CATEGORY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_CLASSPATH"><!-- --></A><H3>
BUNDLE_CLASSPATH</H3>
<PRE>
static final java.lang.String <B>BUNDLE_CLASSPATH</B></PRE>
<DL>
<DD>Manifest header identifying a list of directories and embedded JAR files,
 which are bundle resources used to extend the bundle's classpath.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_CLASSPATH">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_COPYRIGHT"><!-- --></A><H3>
BUNDLE_COPYRIGHT</H3>
<PRE>
static final java.lang.String <B>BUNDLE_COPYRIGHT</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's copyright information.
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_COPYRIGHT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_DESCRIPTION"><!-- --></A><H3>
BUNDLE_DESCRIPTION</H3>
<PRE>
static final java.lang.String <B>BUNDLE_DESCRIPTION</B></PRE>
<DL>
<DD>Manifest header containing a brief description of the bundle's
 functionality.
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_DESCRIPTION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_NAME"><!-- --></A><H3>
BUNDLE_NAME</H3>
<PRE>
static final java.lang.String <B>BUNDLE_NAME</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's name.
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_NAME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_NATIVECODE"><!-- --></A><H3>
BUNDLE_NATIVECODE</H3>
<PRE>
static final java.lang.String <B>BUNDLE_NATIVECODE</B></PRE>
<DL>
<DD>Manifest header identifying a number of hardware environments and the
 native language code libraries that the bundle is carrying for each of
 these environments.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_NATIVECODE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EXPORT_PACKAGE"><!-- --></A><H3>
EXPORT_PACKAGE</H3>
<PRE>
static final java.lang.String <B>EXPORT_PACKAGE</B></PRE>
<DL>
<DD>Manifest header identifying the packages that the bundle offers to the
 Framework for export.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.EXPORT_PACKAGE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EXPORT_SERVICE"><!-- --></A><H3>
EXPORT_SERVICE</H3>
<PRE>
static final java.lang.String <B>EXPORT_SERVICE</B></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of 1.2.</I><DD>Manifest header identifying the fully qualified class names of the
 services that the bundle may register (used for informational purposes
 only).
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.EXPORT_SERVICE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="IMPORT_PACKAGE"><!-- --></A><H3>
IMPORT_PACKAGE</H3>
<PRE>
static final java.lang.String <B>IMPORT_PACKAGE</B></PRE>
<DL>
<DD>Manifest header identifying the packages on which the bundle depends.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.IMPORT_PACKAGE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="DYNAMICIMPORT_PACKAGE"><!-- --></A><H3>
DYNAMICIMPORT_PACKAGE</H3>
<PRE>
static final java.lang.String <B>DYNAMICIMPORT_PACKAGE</B></PRE>
<DL>
<DD>Manifest header identifying the packages that the bundle may dynamically
 import during execution.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.2</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.DYNAMICIMPORT_PACKAGE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="IMPORT_SERVICE"><!-- --></A><H3>
IMPORT_SERVICE</H3>
<PRE>
static final java.lang.String <B>IMPORT_SERVICE</B></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of 1.2.</I><DD>Manifest header identifying the fully qualified class names of the
 services that the bundle requires (used for informational purposes only).
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.IMPORT_SERVICE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_VENDOR"><!-- --></A><H3>
BUNDLE_VENDOR</H3>
<PRE>
static final java.lang.String <B>BUNDLE_VENDOR</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's vendor.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_VENDOR">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_VERSION"><!-- --></A><H3>
BUNDLE_VERSION</H3>
<PRE>
static final java.lang.String <B>BUNDLE_VERSION</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's version.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_VERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_DOCURL"><!-- --></A><H3>
BUNDLE_DOCURL</H3>
<PRE>
static final java.lang.String <B>BUNDLE_DOCURL</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's documentation URL, from which
 further information about the bundle may be obtained.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_DOCURL">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_CONTACTADDRESS"><!-- --></A><H3>
BUNDLE_CONTACTADDRESS</H3>
<PRE>
static final java.lang.String <B>BUNDLE_CONTACTADDRESS</B></PRE>
<DL>
<DD>Manifest header identifying the contact address where problems with the
 bundle may be reported; for example, an email address.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_CONTACTADDRESS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_ACTIVATOR"><!-- --></A><H3>
BUNDLE_ACTIVATOR</H3>
<PRE>
static final java.lang.String <B>BUNDLE_ACTIVATOR</B></PRE>
<DL>
<DD>Manifest header attribute identifying the bundle's activator class.
 
 <p>
 If present, this header specifies the name of the bundle resource class
 that implements the <code>BundleActivator</code> interface and whose
 <code>start</code> and <code>stop</code> methods are called by the Framework when
 the bundle is started and stopped, respectively.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_ACTIVATOR">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_UPDATELOCATION"><!-- --></A><H3>
BUNDLE_UPDATELOCATION</H3>
<PRE>
static final java.lang.String <B>BUNDLE_UPDATELOCATION</B></PRE>
<DL>
<DD>Manifest header identifying the location from which a new bundle version
 is obtained during a bundle update operation.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_UPDATELOCATION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="PACKAGE_SPECIFICATION_VERSION"><!-- --></A><H3>
PACKAGE_SPECIFICATION_VERSION</H3>
<PRE>
static final java.lang.String <B>PACKAGE_SPECIFICATION_VERSION</B></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of 1.3. This has been replaced by
             <A HREF="../../../org/osgi/framework/Constants.html#VERSION_ATTRIBUTE"><CODE>VERSION_ATTRIBUTE</CODE></A>.</I><DD>Manifest header attribute identifying the version of a package specified
 in the Export-Package or Import-Package manifest header.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.PACKAGE_SPECIFICATION_VERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_NATIVECODE_PROCESSOR"><!-- --></A><H3>
BUNDLE_NATIVECODE_PROCESSOR</H3>
<PRE>
static final java.lang.String <B>BUNDLE_NATIVECODE_PROCESSOR</B></PRE>
<DL>
<DD>Manifest header attribute identifying the processor required to run
 native bundle code specified in the Bundle-NativeCode manifest header).
 
 <p>
 The attribute value is encoded in the Bundle-NativeCode manifest header
 like:
 
 <pre>
     Bundle-NativeCode: http.so ; processor=x86 ...
 </pre>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE"><CODE>BUNDLE_NATIVECODE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_NATIVECODE_PROCESSOR">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_NATIVECODE_OSNAME"><!-- --></A><H3>
BUNDLE_NATIVECODE_OSNAME</H3>
<PRE>
static final java.lang.String <B>BUNDLE_NATIVECODE_OSNAME</B></PRE>
<DL>
<DD>Manifest header attribute identifying the operating system required to
 run native bundle code specified in the Bundle-NativeCode manifest
 header).
 <p>
 The attribute value is encoded in the Bundle-NativeCode manifest header
 like:
 
 <pre>
     Bundle-NativeCode: http.so ; osname=Linux ...
 </pre>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE"><CODE>BUNDLE_NATIVECODE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_NATIVECODE_OSNAME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_NATIVECODE_OSVERSION"><!-- --></A><H3>
BUNDLE_NATIVECODE_OSVERSION</H3>
<PRE>
static final java.lang.String <B>BUNDLE_NATIVECODE_OSVERSION</B></PRE>
<DL>
<DD>Manifest header attribute identifying the operating system version
 required to run native bundle code specified in the Bundle-NativeCode
 manifest header).
 <p>
 The attribute value is encoded in the Bundle-NativeCode manifest header
 like:
 
 <pre>
     Bundle-NativeCode: http.so ; osversion=&quot;2.34&quot; ...
 </pre>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE"><CODE>BUNDLE_NATIVECODE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_NATIVECODE_OSVERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_NATIVECODE_LANGUAGE"><!-- --></A><H3>
BUNDLE_NATIVECODE_LANGUAGE</H3>
<PRE>
static final java.lang.String <B>BUNDLE_NATIVECODE_LANGUAGE</B></PRE>
<DL>
<DD>Manifest header attribute identifying the language in which the native
 bundle code is written specified in the Bundle-NativeCode manifest
 header. See ISO 639 for possible values.
 <p>
 The attribute value is encoded in the Bundle-NativeCode manifest header
 like:
 
 <pre>
     Bundle-NativeCode: http.so ; language=nl_be ...
 </pre>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE"><CODE>BUNDLE_NATIVECODE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_NATIVECODE_LANGUAGE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_REQUIREDEXECUTIONENVIRONMENT"><!-- --></A><H3>
BUNDLE_REQUIREDEXECUTIONENVIRONMENT</H3>
<PRE>
static final java.lang.String <B>BUNDLE_REQUIREDEXECUTIONENVIRONMENT</B></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of 1.6. Replaced by the <code>osgi.ee</code> capability.</I><DD>Manifest header identifying the required execution environment for the
 bundle. The service platform may run this bundle if any of the execution
 environments named in this header matches one of the execution
 environments it implements.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.2</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_SYMBOLICNAME"><!-- --></A><H3>
BUNDLE_SYMBOLICNAME</H3>
<PRE>
static final java.lang.String <B>BUNDLE_SYMBOLICNAME</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's symbolic name.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_SYMBOLICNAME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SINGLETON_DIRECTIVE"><!-- --></A><H3>
SINGLETON_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>SINGLETON_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying whether a bundle is a singleton.
 The default value is <code>false</code>.
 
 <p>
 The directive value is encoded in the Bundle-SymbolicName manifest header
 like:
 
 <pre>
     Bundle-SymbolicName: com.acme.module.test; singleton:=true
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_SYMBOLICNAME"><CODE>BUNDLE_SYMBOLICNAME</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SINGLETON_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAGMENT_ATTACHMENT_DIRECTIVE"><!-- --></A><H3>
FRAGMENT_ATTACHMENT_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>FRAGMENT_ATTACHMENT_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying if and when a fragment may attach
 to a host bundle. The default value is
 <A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_ALWAYS"><CODE>always</CODE></A>.
 
 <p>
 The directive value is encoded in the Bundle-SymbolicName manifest header
 like:
 
 <pre>
     Bundle-SymbolicName: com.acme.module.test; fragment-attachment:=&quot;never&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_SYMBOLICNAME"><CODE>BUNDLE_SYMBOLICNAME</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_ALWAYS"><CODE>FRAGMENT_ATTACHMENT_ALWAYS</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_RESOLVETIME"><CODE>FRAGMENT_ATTACHMENT_RESOLVETIME</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_NEVER"><CODE>FRAGMENT_ATTACHMENT_NEVER</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAGMENT_ATTACHMENT_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAGMENT_ATTACHMENT_ALWAYS"><!-- --></A><H3>
FRAGMENT_ATTACHMENT_ALWAYS</H3>
<PRE>
static final java.lang.String <B>FRAGMENT_ATTACHMENT_ALWAYS</B></PRE>
<DL>
<DD>Manifest header directive value identifying a fragment attachment type of
 always. A fragment attachment type of always indicates that fragments are
 allowed to attach to the host bundle at any time (while the host is
 resolved or during the process of resolving the host bundle).
 
 <p>
 The directive value is encoded in the Bundle-SymbolicName manifest header
 like:
 
 <pre>
     Bundle-SymbolicName: com.acme.module.test; fragment-attachment:=&quot;always&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_DIRECTIVE"><CODE>FRAGMENT_ATTACHMENT_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAGMENT_ATTACHMENT_ALWAYS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAGMENT_ATTACHMENT_RESOLVETIME"><!-- --></A><H3>
FRAGMENT_ATTACHMENT_RESOLVETIME</H3>
<PRE>
static final java.lang.String <B>FRAGMENT_ATTACHMENT_RESOLVETIME</B></PRE>
<DL>
<DD>Manifest header directive value identifying a fragment attachment type of
 resolve-time. A fragment attachment type of resolve-time indicates that
 fragments are allowed to attach to the host bundle only during the
 process of resolving the host bundle.
 
 <p>
 The directive value is encoded in the Bundle-SymbolicName manifest header
 like:
 
 <pre>
     Bundle-SymbolicName: com.acme.module.test; fragment-attachment:=&quot;resolve-time&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_DIRECTIVE"><CODE>FRAGMENT_ATTACHMENT_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAGMENT_ATTACHMENT_RESOLVETIME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAGMENT_ATTACHMENT_NEVER"><!-- --></A><H3>
FRAGMENT_ATTACHMENT_NEVER</H3>
<PRE>
static final java.lang.String <B>FRAGMENT_ATTACHMENT_NEVER</B></PRE>
<DL>
<DD>Manifest header directive value identifying a fragment attachment type of
 never. A fragment attachment type of never indicates that no fragments
 are allowed to attach to the host bundle at any time.
 
 <p>
 The directive value is encoded in the Bundle-SymbolicName manifest header
 like:
 
 <pre>
     Bundle-SymbolicName: com.acme.module.test; fragment-attachment:=&quot;never&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_ATTACHMENT_DIRECTIVE"><CODE>FRAGMENT_ATTACHMENT_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAGMENT_ATTACHMENT_NEVER">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_LOCALIZATION"><!-- --></A><H3>
BUNDLE_LOCALIZATION</H3>
<PRE>
static final java.lang.String <B>BUNDLE_LOCALIZATION</B></PRE>
<DL>
<DD>Manifest header identifying the base name of the bundle's localization
 entries.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_LOCALIZATION_DEFAULT_BASENAME"><CODE>BUNDLE_LOCALIZATION_DEFAULT_BASENAME</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_LOCALIZATION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_LOCALIZATION_DEFAULT_BASENAME"><!-- --></A><H3>
BUNDLE_LOCALIZATION_DEFAULT_BASENAME</H3>
<PRE>
static final java.lang.String <B>BUNDLE_LOCALIZATION_DEFAULT_BASENAME</B></PRE>
<DL>
<DD>Default value for the <code>Bundle-Localization</code> manifest header.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_LOCALIZATION"><CODE>BUNDLE_LOCALIZATION</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_LOCALIZATION_DEFAULT_BASENAME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="REQUIRE_BUNDLE"><!-- --></A><H3>
REQUIRE_BUNDLE</H3>
<PRE>
static final java.lang.String <B>REQUIRE_BUNDLE</B></PRE>
<DL>
<DD>Manifest header identifying the symbolic names of other bundles required
 by the bundle.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.REQUIRE_BUNDLE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_VERSION_ATTRIBUTE"><!-- --></A><H3>
BUNDLE_VERSION_ATTRIBUTE</H3>
<PRE>
static final java.lang.String <B>BUNDLE_VERSION_ATTRIBUTE</B></PRE>
<DL>
<DD>Manifest header attribute identifying a range of versions for a bundle
 specified in the <code>Require-Bundle</code> or <code>Fragment-Host</code> manifest
 headers. The default value is <code>0.0.0</code>.
 
 <p>
 The attribute value is encoded in the Require-Bundle manifest header
 like:
 
 <pre>
     Require-Bundle: com.acme.module.test; bundle-version=&quot;1.1&quot;
     Require-Bundle: com.acme.module.test; bundle-version=&quot;[1.0,2.0)&quot;
 </pre>
 
 <p>
 The bundle-version attribute value uses a mathematical interval notation
 to specify a range of bundle versions. A bundle-version attribute value
 specified as a single version means a version range that includes any
 bundle version greater than or equal to the specified version.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_BUNDLE"><CODE>REQUIRE_BUNDLE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_VERSION_ATTRIBUTE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAGMENT_HOST"><!-- --></A><H3>
FRAGMENT_HOST</H3>
<PRE>
static final java.lang.String <B>FRAGMENT_HOST</B></PRE>
<DL>
<DD>Manifest header identifying the symbolic name of another bundle for which
 that the bundle is a fragment.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAGMENT_HOST">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SELECTION_FILTER_ATTRIBUTE"><!-- --></A><H3>
SELECTION_FILTER_ATTRIBUTE</H3>
<PRE>
static final java.lang.String <B>SELECTION_FILTER_ATTRIBUTE</B></PRE>
<DL>
<DD>Manifest header attribute is used for selection by filtering based upon
 system properties.
 
 <p>
 The attribute value is encoded in manifest headers like:
 
 <pre>
     Bundle-NativeCode: libgtk.so; selection-filter=&quot;(ws=gtk)&quot;; ...
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_NATIVECODE"><CODE>BUNDLE_NATIVECODE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SELECTION_FILTER_ATTRIBUTE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_MANIFESTVERSION"><!-- --></A><H3>
BUNDLE_MANIFESTVERSION</H3>
<PRE>
static final java.lang.String <B>BUNDLE_MANIFESTVERSION</B></PRE>
<DL>
<DD>Manifest header identifying the bundle manifest version. A bundle
 manifest may express the version of the syntax in which it is written by
 specifying a bundle manifest version. Bundles exploiting OSGi Release 4,
 or later, syntax must specify a bundle manifest version.
 <p>
 The bundle manifest version defined by OSGi Release 4 or, more
 specifically, by version 1.3 of the OSGi Core Specification is "2".
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_MANIFESTVERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="VERSION_ATTRIBUTE"><!-- --></A><H3>
VERSION_ATTRIBUTE</H3>
<PRE>
static final java.lang.String <B>VERSION_ATTRIBUTE</B></PRE>
<DL>
<DD>Manifest header attribute identifying the version of a package specified
 in the Export-Package or Import-Package manifest header.
 
 <p>
 The attribute value is encoded in the Export-Package or Import-Package
 manifest header like:
 
 <pre>
     Export-Package: org.osgi.framework; version=&quot;1.1&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EXPORT_PACKAGE"><CODE>EXPORT_PACKAGE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#IMPORT_PACKAGE"><CODE>IMPORT_PACKAGE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.VERSION_ATTRIBUTE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_SYMBOLICNAME_ATTRIBUTE"><!-- --></A><H3>
BUNDLE_SYMBOLICNAME_ATTRIBUTE</H3>
<PRE>
static final java.lang.String <B>BUNDLE_SYMBOLICNAME_ATTRIBUTE</B></PRE>
<DL>
<DD>Manifest header attribute identifying the symbolic name of a bundle that
 exports a package specified in the Import-Package manifest header.
 
 <p>
 The attribute value is encoded in the Import-Package manifest header
 like:
 
 <pre>
     Import-Package: org.osgi.framework; bundle-symbolic-name=&quot;com.acme.module.test&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#IMPORT_PACKAGE"><CODE>IMPORT_PACKAGE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_SYMBOLICNAME_ATTRIBUTE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="RESOLUTION_DIRECTIVE"><!-- --></A><H3>
RESOLUTION_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>RESOLUTION_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying the resolution type in the
 Import-Package, Require-Bundle or Require-Capability manifest header. The
 default value is <A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_MANDATORY"><CODE>mandatory</CODE></A>.
 
 <p>
 The directive value is encoded in the Import-Package, Require-Bundle or
 Require-Capability manifest header like:
 
 <pre>
     Import-Package: org.osgi.framework; resolution:=&quot;optional&quot;
     Require-Bundle: com.acme.module.test; resolution:=&quot;optional&quot;
     Require-Capability: com.acme.capability; resolution:=&quot;optional&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#IMPORT_PACKAGE"><CODE>IMPORT_PACKAGE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_BUNDLE"><CODE>REQUIRE_BUNDLE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_CAPABILITY"><CODE>REQUIRE_CAPABILITY</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_MANDATORY"><CODE>RESOLUTION_MANDATORY</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_OPTIONAL"><CODE>RESOLUTION_OPTIONAL</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.RESOLUTION_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="RESOLUTION_MANDATORY"><!-- --></A><H3>
RESOLUTION_MANDATORY</H3>
<PRE>
static final java.lang.String <B>RESOLUTION_MANDATORY</B></PRE>
<DL>
<DD>Manifest header directive value identifying a mandatory resolution type.
 A mandatory resolution type indicates that the import package, require
 bundle or require capability must be resolved when the bundle is
 resolved. If such an import, require bundle or require capability cannot
 be resolved, the module fails to resolve.
 
 <p>
 The directive value is encoded in the Import-Package, Require-Bundle or
 Require-Capability manifest header like:
 
 <pre>
     Import-Package: org.osgi.framework; resolution:=&quot;mandatory&quot;
     Require-Bundle: com.acme.module.test; resolution:=&quot;mandatory&quot;
     Require-Capability: com.acme.capability; resolution:=&quot;mandatory&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_DIRECTIVE"><CODE>RESOLUTION_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.RESOLUTION_MANDATORY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="RESOLUTION_OPTIONAL"><!-- --></A><H3>
RESOLUTION_OPTIONAL</H3>
<PRE>
static final java.lang.String <B>RESOLUTION_OPTIONAL</B></PRE>
<DL>
<DD>Manifest header directive value identifying an optional resolution type.
 An optional resolution type indicates that the import, require bundle or
 require capability is optional and the bundle may be resolved without the
 import, require bundle or require capability being resolved. If the
 import, require bundle or require capability is not resolved when the
 bundle is resolved, the import, require bundle or require capability may
 not be resolved until the bundle is refreshed.
 
 <p>
 The directive value is encoded in the Import-Package, Require-Bundle or
 Require-Capability manifest header like:
 
 <pre>
     Import-Package: org.osgi.framework; resolution:=&quot;optional&quot;
     Require-Bundle: com.acme.module.test; resolution:=&quot;optional&quot;
     Require-Capability: com.acme.capability; resolution:=&quot;optional&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#RESOLUTION_DIRECTIVE"><CODE>RESOLUTION_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.RESOLUTION_OPTIONAL">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="USES_DIRECTIVE"><!-- --></A><H3>
USES_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>USES_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying a list of packages that an exported
 package or provided capability uses.
 
 <p>
 The directive value is encoded in the Export-Package or
 Provide-Capability manifest header like:
 
 <pre>
     Export-Package: org.osgi.util.tracker; uses:=&quot;org.osgi.framework&quot;
     Provide-Capability: com.acme.capability; uses:=&quot;com.acme.service&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EXPORT_PACKAGE"><CODE>EXPORT_PACKAGE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#PROVIDE_CAPABILITY"><CODE>PROVIDE_CAPABILITY</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.USES_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="INCLUDE_DIRECTIVE"><!-- --></A><H3>
INCLUDE_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>INCLUDE_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying a list of classes to include in the
 exported package.
 
 <p>
 This directive is used by the Export-Package manifest header to identify
 a list of classes of the specified package which must be allowed to be
 exported. The directive value is encoded in the Export-Package manifest
 header like:
 
 <pre>
     Export-Package: org.osgi.framework; include:=&quot;MyClass*&quot;
 </pre>
 
 <p>
 This directive is also used by the Bundle-ActivationPolicy manifest
 header to identify the packages from which class loads will trigger lazy
 activation. The directive value is encoded in the Bundle-ActivationPolicy
 manifest header like:
 
 <pre>
     Bundle-ActivationPolicy: lazy; include:=&quot;org.osgi.framework&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EXPORT_PACKAGE"><CODE>EXPORT_PACKAGE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_ACTIVATIONPOLICY"><CODE>BUNDLE_ACTIVATIONPOLICY</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.INCLUDE_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EXCLUDE_DIRECTIVE"><!-- --></A><H3>
EXCLUDE_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>EXCLUDE_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying a list of classes to exclude in the
 exported package..
 <p>
 This directive is used by the Export-Package manifest header to identify
 a list of classes of the specified package which must not be allowed to
 be exported. The directive value is encoded in the Export-Package
 manifest header like:
 
 <pre>
     Export-Package: org.osgi.framework; exclude:=&quot;*Impl&quot;
 </pre>
 
 <p>
 This directive is also used by the Bundle-ActivationPolicy manifest
 header to identify the packages from which class loads will not trigger
 lazy activation. The directive value is encoded in the
 Bundle-ActivationPolicy manifest header like:
 
 <pre>
     Bundle-ActivationPolicy: lazy; exclude:=&quot;org.osgi.framework&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EXPORT_PACKAGE"><CODE>EXPORT_PACKAGE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_ACTIVATIONPOLICY"><CODE>BUNDLE_ACTIVATIONPOLICY</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.EXCLUDE_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="MANDATORY_DIRECTIVE"><!-- --></A><H3>
MANDATORY_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>MANDATORY_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying names of matching attributes which
 must be specified by matching Import-Package statements in the
 Export-Package manifest header.
 
 <p>
 The directive value is encoded in the Export-Package manifest header
 like:
 
 <pre>
     Export-Package: org.osgi.framework; mandatory:=&quot;bundle-symbolic-name&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EXPORT_PACKAGE"><CODE>EXPORT_PACKAGE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.MANDATORY_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="VISIBILITY_DIRECTIVE"><!-- --></A><H3>
VISIBILITY_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>VISIBILITY_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying the visibility of a required bundle
 in the Require-Bundle manifest header. The default value is
 <A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_PRIVATE"><CODE>private</CODE></A>.
 
 <p>
 The directive value is encoded in the Require-Bundle manifest header
 like:
 
 <pre>
     Require-Bundle: com.acme.module.test; visibility:=&quot;reexport&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_BUNDLE"><CODE>REQUIRE_BUNDLE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_PRIVATE"><CODE>VISIBILITY_PRIVATE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_REEXPORT"><CODE>VISIBILITY_REEXPORT</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.VISIBILITY_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="VISIBILITY_PRIVATE"><!-- --></A><H3>
VISIBILITY_PRIVATE</H3>
<PRE>
static final java.lang.String <B>VISIBILITY_PRIVATE</B></PRE>
<DL>
<DD>Manifest header directive value identifying a private visibility type. A
 private visibility type indicates that any packages that are exported by
 the required bundle are not made visible on the export signature of the
 requiring bundle.
 
 <p>
 The directive value is encoded in the Require-Bundle manifest header
 like:
 
 <pre>
     Require-Bundle: com.acme.module.test; visibility:=&quot;private&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_DIRECTIVE"><CODE>VISIBILITY_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.VISIBILITY_PRIVATE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="VISIBILITY_REEXPORT"><!-- --></A><H3>
VISIBILITY_REEXPORT</H3>
<PRE>
static final java.lang.String <B>VISIBILITY_REEXPORT</B></PRE>
<DL>
<DD>Manifest header directive value identifying a reexport visibility type. A
 reexport visibility type indicates any packages that are exported by the
 required bundle are re-exported by the requiring bundle. Any arbitrary
 arbitrary matching attributes with which they were exported by the
 required bundle are deleted.
 
 <p>
 The directive value is encoded in the Require-Bundle manifest header
 like:
 
 <pre>
     Require-Bundle: com.acme.module.test; visibility:=&quot;reexport&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#VISIBILITY_DIRECTIVE"><CODE>VISIBILITY_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.VISIBILITY_REEXPORT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EXTENSION_DIRECTIVE"><!-- --></A><H3>
EXTENSION_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>EXTENSION_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying the type of the extension fragment.
 
 <p>
 The directive value is encoded in the Fragment-Host manifest header like:
 
 <pre>
     Fragment-Host: system.bundle; extension:=&quot;framework&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAGMENT_HOST"><CODE>FRAGMENT_HOST</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#EXTENSION_FRAMEWORK"><CODE>EXTENSION_FRAMEWORK</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#EXTENSION_BOOTCLASSPATH"><CODE>EXTENSION_BOOTCLASSPATH</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.EXTENSION_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EXTENSION_FRAMEWORK"><!-- --></A><H3>
EXTENSION_FRAMEWORK</H3>
<PRE>
static final java.lang.String <B>EXTENSION_FRAMEWORK</B></PRE>
<DL>
<DD>Manifest header directive value identifying the type of extension
 fragment. An extension fragment type of framework indicates that the
 extension fragment is to be loaded by the framework's class loader.
 
 <p>
 The directive value is encoded in the Fragment-Host manifest header like:
 
 <pre>
     Fragment-Host: system.bundle; extension:=&quot;framework&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EXTENSION_DIRECTIVE"><CODE>EXTENSION_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.EXTENSION_FRAMEWORK">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EXTENSION_BOOTCLASSPATH"><!-- --></A><H3>
EXTENSION_BOOTCLASSPATH</H3>
<PRE>
static final java.lang.String <B>EXTENSION_BOOTCLASSPATH</B></PRE>
<DL>
<DD>Manifest header directive value identifying the type of extension
 fragment. An extension fragment type of bootclasspath indicates that the
 extension fragment is to be loaded by the boot class loader.
 
 <p>
 The directive value is encoded in the Fragment-Host manifest header like:
 
 <pre>
     Fragment-Host: system.bundle; extension:=&quot;bootclasspath&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EXTENSION_DIRECTIVE"><CODE>EXTENSION_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.EXTENSION_BOOTCLASSPATH">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="BUNDLE_ACTIVATIONPOLICY"><!-- --></A><H3>
BUNDLE_ACTIVATIONPOLICY</H3>
<PRE>
static final java.lang.String <B>BUNDLE_ACTIVATIONPOLICY</B></PRE>
<DL>
<DD>Manifest header identifying the bundle's activation policy.
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.4</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#ACTIVATION_LAZY"><CODE>ACTIVATION_LAZY</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#INCLUDE_DIRECTIVE"><CODE>INCLUDE_DIRECTIVE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#EXCLUDE_DIRECTIVE"><CODE>EXCLUDE_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.BUNDLE_ACTIVATIONPOLICY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="ACTIVATION_LAZY"><!-- --></A><H3>
ACTIVATION_LAZY</H3>
<PRE>
static final java.lang.String <B>ACTIVATION_LAZY</B></PRE>
<DL>
<DD>Bundle activation policy declaring the bundle must be activated when the
 first class load is made from the bundle.
 <p>
 A bundle with the lazy activation policy that is started with the
 <A HREF="../../../org/osgi/framework/Bundle.html#START_ACTIVATION_POLICY"><CODE>START_ACTIVATION_POLICY</CODE></A> option
 will wait in the <A HREF="../../../org/osgi/framework/Bundle.html#STARTING"><CODE>STARTING</CODE></A> state until the first
 class load from the bundle occurs. The bundle will then be activated
 before the class is returned to the requester.
 <p>
 The activation policy value is specified as in the
 Bundle-ActivationPolicy manifest header like:
 
 <pre>
       Bundle-ActivationPolicy: lazy
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.4</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_ACTIVATIONPOLICY"><CODE>BUNDLE_ACTIVATIONPOLICY</CODE></A>, 
<A HREF="../../../org/osgi/framework/Bundle.html#start(int)"><CODE>Bundle.start(int)</CODE></A>, 
<A HREF="../../../org/osgi/framework/Bundle.html#START_ACTIVATION_POLICY"><CODE>Bundle.START_ACTIVATION_POLICY</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.ACTIVATION_LAZY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_VERSION"><!-- --></A><H3>
FRAMEWORK_VERSION</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_VERSION</B></PRE>
<DL>
<DD>Framework environment property identifying the Framework version.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_VERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_VENDOR"><!-- --></A><H3>
FRAMEWORK_VENDOR</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_VENDOR</B></PRE>
<DL>
<DD>Framework environment property identifying the Framework implementation
 vendor.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_VENDOR">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_LANGUAGE"><!-- --></A><H3>
FRAMEWORK_LANGUAGE</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_LANGUAGE</B></PRE>
<DL>
<DD>Framework launching property identifying the Framework implementation
 language (see ISO 639 for possible values).
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_LANGUAGE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_OS_NAME"><!-- --></A><H3>
FRAMEWORK_OS_NAME</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_OS_NAME</B></PRE>
<DL>
<DD>Framework launching property identifying the Framework host-computer's
 operating system.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_OS_NAME">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_OS_VERSION"><!-- --></A><H3>
FRAMEWORK_OS_VERSION</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_OS_VERSION</B></PRE>
<DL>
<DD>Framework launching property identifying the Framework host-computer's
 operating system version number.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_OS_VERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_PROCESSOR"><!-- --></A><H3>
FRAMEWORK_PROCESSOR</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_PROCESSOR</B></PRE>
<DL>
<DD>Framework launching property identifying the Framework host-computer's
 processor name.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_PROCESSOR">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_EXECUTIONENVIRONMENT"><!-- --></A><H3>
FRAMEWORK_EXECUTIONENVIRONMENT</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_EXECUTIONENVIRONMENT</B></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of 1.6. Replaced by the <code>osgi.ee</code> capability.</I><DD>Framework launching property identifying execution environments provided
 by the Framework.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.2</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_EXECUTIONENVIRONMENT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BOOTDELEGATION"><!-- --></A><H3>
FRAMEWORK_BOOTDELEGATION</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BOOTDELEGATION</B></PRE>
<DL>
<DD>Framework launching property identifying packages for which the Framework
 must delegate class loading to the parent class loader of the bundle.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT"><CODE>FRAMEWORK_BUNDLE_PARENT</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BOOTDELEGATION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_SYSTEMPACKAGES"><!-- --></A><H3>
FRAMEWORK_SYSTEMPACKAGES</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_SYSTEMPACKAGES</B></PRE>
<DL>
<DD>Framework launching property identifying packages which the system bundle
 must export.
 
 <p>
 If this property is not specified then the framework must calculate a
 reasonable default value for the current execution environment.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_SYSTEMPACKAGES">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_SYSTEMPACKAGES_EXTRA"><!-- --></A><H3>
FRAMEWORK_SYSTEMPACKAGES_EXTRA</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_SYSTEMPACKAGES_EXTRA</B></PRE>
<DL>
<DD>Framework launching property identifying extra packages which the system
 bundle must export from the current execution environment.
 
 <p>
 This property is useful for configuring extra system packages in addition
 to the system packages calculated by the framework.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SYSTEMPACKAGES"><CODE>FRAMEWORK_SYSTEMPACKAGES</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_SYSTEMPACKAGES_EXTRA">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SUPPORTS_FRAMEWORK_EXTENSION"><!-- --></A><H3>
SUPPORTS_FRAMEWORK_EXTENSION</H3>
<PRE>
static final java.lang.String <B>SUPPORTS_FRAMEWORK_EXTENSION</B></PRE>
<DL>
<DD>Framework environment property identifying whether the Framework supports
 framework extension bundles.
 
 <p>
 As of version 1.4, the value of this property must be <code>true</code>. The
 Framework must support framework extension bundles.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SUPPORTS_FRAMEWORK_EXTENSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SUPPORTS_BOOTCLASSPATH_EXTENSION"><!-- --></A><H3>
SUPPORTS_BOOTCLASSPATH_EXTENSION</H3>
<PRE>
static final java.lang.String <B>SUPPORTS_BOOTCLASSPATH_EXTENSION</B></PRE>
<DL>
<DD>Framework environment property identifying whether the Framework supports
 bootclasspath extension bundles.
 
 <p>
 If the value of this property is <code>true</code>, then the Framework
 supports bootclasspath extension bundles. The default value is
 <code>false</code>.
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SUPPORTS_BOOTCLASSPATH_EXTENSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SUPPORTS_FRAMEWORK_FRAGMENT"><!-- --></A><H3>
SUPPORTS_FRAMEWORK_FRAGMENT</H3>
<PRE>
static final java.lang.String <B>SUPPORTS_FRAMEWORK_FRAGMENT</B></PRE>
<DL>
<DD>Framework environment property identifying whether the Framework supports
 fragment bundles.
 
 <p>
 As of version 1.4, the value of this property must be <code>true</code>. The
 Framework must support fragment bundles.
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SUPPORTS_FRAMEWORK_FRAGMENT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SUPPORTS_FRAMEWORK_REQUIREBUNDLE"><!-- --></A><H3>
SUPPORTS_FRAMEWORK_REQUIREBUNDLE</H3>
<PRE>
static final java.lang.String <B>SUPPORTS_FRAMEWORK_REQUIREBUNDLE</B></PRE>
<DL>
<DD>Framework environment property identifying whether the Framework supports
 the <A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_BUNDLE"><CODE>Require-Bundle</CODE></A> manifest header.
 
 <p>
 As of version 1.4, the value of this property must be <code>true</code>. The
 Framework must support the <code>Require-Bundle</code> manifest header.
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.3</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SUPPORTS_FRAMEWORK_REQUIREBUNDLE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_SECURITY"><!-- --></A><H3>
FRAMEWORK_SECURITY</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_SECURITY</B></PRE>
<DL>
<DD>Framework launching property specifying the type of security manager the
 framework must use. If not specified then the framework will not set the
 VM security manager.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SECURITY_OSGI"><CODE>FRAMEWORK_SECURITY_OSGI</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_SECURITY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_SECURITY_OSGI"><!-- --></A><H3>
FRAMEWORK_SECURITY_OSGI</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_SECURITY_OSGI</B></PRE>
<DL>
<DD>Specifies that a security manager that supports all security aspects of
 the OSGi core specification including postponed conditions must be
 installed.
 
 <p>
 If this value is specified and there is a security manager already
 installed, then a <code>SecurityException</code> must be thrown when the
 Framework is initialized.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SECURITY"><CODE>FRAMEWORK_SECURITY</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_SECURITY_OSGI">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_STORAGE"><!-- --></A><H3>
FRAMEWORK_STORAGE</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_STORAGE</B></PRE>
<DL>
<DD>Framework launching property specifying the persistent storage area used
 by the framework. The value of this property must be a valid file path in
 the file system to a directory. If the specified directory does not exist
 then the framework will create the directory. If the specified path
 exists but is not a directory or if the framework fails to create the
 storage directory, then framework initialization must fail. The framework
 is free to use this directory as it sees fit. This area can not be shared
 with anything else.
 <p>
 If this property is not set, the framework should use a reasonable
 platform default for the persistent storage area.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_STORAGE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_STORAGE_CLEAN"><!-- --></A><H3>
FRAMEWORK_STORAGE_CLEAN</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_STORAGE_CLEAN</B></PRE>
<DL>
<DD>Framework launching property specifying if and when the persistent
 storage area for the framework should be cleaned. If this property is not
 set, then the framework storage area must not be cleaned.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT"><CODE>FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_STORAGE_CLEAN">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT"><!-- --></A><H3>
FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT</B></PRE>
<DL>
<DD>Specifies that the framework storage area must be cleaned before the
 framework is initialized for the first time. Subsequent inits, starts or
 updates of the framework will not result in cleaning the framework
 storage area.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_LIBRARY_EXTENSIONS"><!-- --></A><H3>
FRAMEWORK_LIBRARY_EXTENSIONS</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_LIBRARY_EXTENSIONS</B></PRE>
<DL>
<DD>Framework launching property specifying a comma separated list of
 additional library file extensions that must be used when a bundle's
 class loader is searching for native libraries. If this property is not
 set, then only the library name returned by
 <code>System.mapLibraryName(String)</code> will be used to search. This is
 needed for certain operating systems which allow more than one extension
 for a library. For example, AIX allows library extensions of <code>.a</code>
 and <code>.so</code>, but <code>System.mapLibraryName(String)</code> will only
 return names with the <code>.a</code> extension.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_LIBRARY_EXTENSIONS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_EXECPERMISSION"><!-- --></A><H3>
FRAMEWORK_EXECPERMISSION</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_EXECPERMISSION</B></PRE>
<DL>
<DD>Framework launching property specifying an optional OS specific command
 to set file permissions on extracted native code. On some operating
 systems, it is required that native libraries be set to executable. This
 optional property allows you to specify the command. For example, on a
 UNIX style OS, this property could have the following value.
 
 <pre>
 chmod +rx ${abspath}
 </pre>
 
 The <code>${abspath}</code> is used by the framework to substitute the
 actual absolute file path.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_EXECPERMISSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_COMMAND_ABSPATH"><!-- --></A><H3>
FRAMEWORK_COMMAND_ABSPATH</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_COMMAND_ABSPATH</B></PRE>
<DL>
<DD>Specified the substitution string for the absolute path of a file.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_EXECPERMISSION"><CODE>FRAMEWORK_EXECPERMISSION</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_COMMAND_ABSPATH">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_TRUST_REPOSITORIES"><!-- --></A><H3>
FRAMEWORK_TRUST_REPOSITORIES</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_TRUST_REPOSITORIES</B></PRE>
<DL>
<DD>Framework launching property specifying the trust repositories used by
 the framework. The value is a <code>java.io.File.pathSeparator</code>
 separated list of valid file paths to files that contain key stores of
 type <code>JKS</code>. The framework will use the key stores as trust
 repositories to authenticate certificates of trusted signers. The key
 stores are only used as read-only trust repositories to access public
 keys. No passwords are required to access the key stores' public keys.
 <p>
 Note that framework implementations are allowed to use other trust
 repositories in addition to the trust repositories specified by this
 property. How these other trust repositories are configured and populated
 is implementation specific.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_TRUST_REPOSITORIES">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_WINDOWSYSTEM"><!-- --></A><H3>
FRAMEWORK_WINDOWSYSTEM</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_WINDOWSYSTEM</B></PRE>
<DL>
<DD>Framework launching property specifying the current windowing system. The
 framework should provide a reasonable default if this is not set.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_WINDOWSYSTEM">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BEGINNING_STARTLEVEL"><!-- --></A><H3>
FRAMEWORK_BEGINNING_STARTLEVEL</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BEGINNING_STARTLEVEL</B></PRE>
<DL>
<DD>Framework launching property specifying the beginning start level of the
 framework.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD>"Core Specification, Starting the Framework.", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BEGINNING_STARTLEVEL">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BUNDLE_PARENT"><!-- --></A><H3>
FRAMEWORK_BUNDLE_PARENT</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BUNDLE_PARENT</B></PRE>
<DL>
<DD>Framework launching property specifying the parent class loader type for
 all bundle class loaders. Default value is
 <A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_BOOT"><CODE>boot</CODE></A>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_BOOT"><CODE>FRAMEWORK_BUNDLE_PARENT_BOOT</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_EXT"><CODE>FRAMEWORK_BUNDLE_PARENT_EXT</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_APP"><CODE>FRAMEWORK_BUNDLE_PARENT_APP</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_FRAMEWORK"><CODE>FRAMEWORK_BUNDLE_PARENT_FRAMEWORK</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BUNDLE_PARENT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BUNDLE_PARENT_BOOT"><!-- --></A><H3>
FRAMEWORK_BUNDLE_PARENT_BOOT</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BUNDLE_PARENT_BOOT</B></PRE>
<DL>
<DD>Specifies to use of the boot class loader as the parent class loader for
 all bundle class loaders.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT"><CODE>FRAMEWORK_BUNDLE_PARENT</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BUNDLE_PARENT_BOOT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BUNDLE_PARENT_EXT"><!-- --></A><H3>
FRAMEWORK_BUNDLE_PARENT_EXT</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BUNDLE_PARENT_EXT</B></PRE>
<DL>
<DD>Specifies to use the extension class loader as the parent class loader
 for all bundle class loaders.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT"><CODE>FRAMEWORK_BUNDLE_PARENT</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BUNDLE_PARENT_EXT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BUNDLE_PARENT_APP"><!-- --></A><H3>
FRAMEWORK_BUNDLE_PARENT_APP</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BUNDLE_PARENT_APP</B></PRE>
<DL>
<DD>Specifies to use the application class loader as the parent class loader
 for all bundle class loaders. Depending on how the framework is launched,
 this may refer to the same class loader as
 <A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_FRAMEWORK"><CODE>FRAMEWORK_BUNDLE_PARENT_FRAMEWORK</CODE></A>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT"><CODE>FRAMEWORK_BUNDLE_PARENT</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BUNDLE_PARENT_APP">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BUNDLE_PARENT_FRAMEWORK"><!-- --></A><H3>
FRAMEWORK_BUNDLE_PARENT_FRAMEWORK</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BUNDLE_PARENT_FRAMEWORK</B></PRE>
<DL>
<DD>Specifies to use the framework class loader as the parent class loader
 for all bundle class loaders. The framework class loader is the class
 loader used to load the framework implementation. Depending on how the
 framework is launched, this may refer to the same class loader as
 <A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT_APP"><CODE>FRAMEWORK_BUNDLE_PARENT_APP</CODE></A>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.5</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BUNDLE_PARENT"><CODE>FRAMEWORK_BUNDLE_PARENT</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BUNDLE_PARENT_FRAMEWORK">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="OBJECTCLASS"><!-- --></A><H3>
OBJECTCLASS</H3>
<PRE>
static final java.lang.String <B>OBJECTCLASS</B></PRE>
<DL>
<DD>Service property identifying all of the class names under which a service
 was registered in the Framework. The value of this property must be of
 type <code>String[]</code>.
 
 <p>
 This property is set by the Framework when a service is registered.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.OBJECTCLASS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_ID"><!-- --></A><H3>
SERVICE_ID</H3>
<PRE>
static final java.lang.String <B>SERVICE_ID</B></PRE>
<DL>
<DD>Service property identifying a service's registration number. The value
 of this property must be of type <code>Long</code>.
 
 <p>
 The value of this property is assigned by the Framework when a service is
 registered. The Framework assigns a unique value that is larger than all
 previously assigned values since the Framework was started. These values
 are NOT persistent across restarts of the Framework.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_ID">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_PID"><!-- --></A><H3>
SERVICE_PID</H3>
<PRE>
static final java.lang.String <B>SERVICE_PID</B></PRE>
<DL>
<DD>Service property identifying a service's persistent identifier.
 
 <p>
 This property may be supplied in the <code>properties</code>
 <code>Dictionary</code> object passed to the
 <code>BundleContext.registerService</code> method. The value of this property
 must be of type <code>String</code>, <code>String[]</code>, or <code>Collection</code>
 of <code>String</code>.
 
 <p>
 A service's persistent identifier uniquely identifies the service and
 persists across multiple Framework invocations.
 
 <p>
 By convention, every bundle has its own unique name space, starting with
 the bundle's identifier (see <A HREF="../../../org/osgi/framework/Bundle.html#getBundleId()"><CODE>Bundle.getBundleId()</CODE></A>) and followed by
 a dot (.). A bundle may use this as the prefix of the persistent
 identifiers for the services it registers.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_PID">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_RANKING"><!-- --></A><H3>
SERVICE_RANKING</H3>
<PRE>
static final java.lang.String <B>SERVICE_RANKING</B></PRE>
<DL>
<DD>Service property identifying a service's ranking number.
 
 <p>
 This property may be supplied in the <code>properties
 Dictionary</code> object passed to the <code>BundleContext.registerService</code>
 method. The value of this property must be of type <code>Integer</code>.
 
 <p>
 The service ranking is used by the Framework to determine the <i>natural
 order</i> of services, see <A HREF="../../../org/osgi/framework/ServiceReference.html#compareTo(java.lang.Object)"><CODE>ServiceReference.compareTo(java.lang.Object)</CODE></A>, and the
 <i>default</i> service to be returned from a call to the
 <A HREF="../../../org/osgi/framework/BundleContext.html#getServiceReference(java.lang.String)"><CODE>BundleContext.getServiceReference(java.lang.String)</CODE></A> method.
 
 <p>
 The default ranking is zero (0). A service with a ranking of
 <code>Integer.MAX_VALUE</code> is very likely to be returned as the default
 service, whereas a service with a ranking of <code>Integer.MIN_VALUE</code> is
 very unlikely to be returned.
 
 <p>
 If the supplied property value is not of type <code>Integer</code>, it is
 deemed to have a ranking value of zero.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_RANKING">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_VENDOR"><!-- --></A><H3>
SERVICE_VENDOR</H3>
<PRE>
static final java.lang.String <B>SERVICE_VENDOR</B></PRE>
<DL>
<DD>Service property identifying a service's vendor.
 
 <p>
 This property may be supplied in the properties <code>Dictionary</code> object
 passed to the <code>BundleContext.registerService</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_VENDOR">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_DESCRIPTION"><!-- --></A><H3>
SERVICE_DESCRIPTION</H3>
<PRE>
static final java.lang.String <B>SERVICE_DESCRIPTION</B></PRE>
<DL>
<DD>Service property identifying a service's description.
 
 <p>
 This property may be supplied in the properties <code>Dictionary</code> object
 passed to the <code>BundleContext.registerService</code> method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_DESCRIPTION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_UUID"><!-- --></A><H3>
FRAMEWORK_UUID</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_UUID</B></PRE>
<DL>
<DD>Framework environment property identifying the Framework's universally
 unique identifier (UUID). A UUID represents a 128-bit value. A new UUID
 is generated by the <A HREF="../../../org/osgi/framework/launch/Framework.html#init()"><CODE>Framework.init()</CODE></A> method each time a framework
 is initialized. The value of this property must conform to the UUID
 string representation specified in <a
 href="http://www.ietf.org/rfc/rfc4122.txt">RFC 4122</a>.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_UUID">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="REMOTE_CONFIGS_SUPPORTED"><!-- --></A><H3>
REMOTE_CONFIGS_SUPPORTED</H3>
<PRE>
static final java.lang.String <B>REMOTE_CONFIGS_SUPPORTED</B></PRE>
<DL>
<DD>Service property identifying the configuration types supported by a
 distribution provider. Registered by the distribution provider on one of
 its services to indicate the supported configuration types.
 
 <p>
 The value of this property must be of type <code>String</code>,
 <code>String[]</code>, or <code>Collection</code> of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.REMOTE_CONFIGS_SUPPORTED">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="REMOTE_INTENTS_SUPPORTED"><!-- --></A><H3>
REMOTE_INTENTS_SUPPORTED</H3>
<PRE>
static final java.lang.String <B>REMOTE_INTENTS_SUPPORTED</B></PRE>
<DL>
<DD>Service property identifying the intents supported by a distribution
 provider. Registered by the distribution provider on one of its services
 to indicate the vocabulary of implemented intents.
 
 <p>
 The value of this property must be of type <code>String</code>,
 <code>String[]</code>, or <code>Collection</code> of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.REMOTE_INTENTS_SUPPORTED">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_EXPORTED_CONFIGS"><!-- --></A><H3>
SERVICE_EXPORTED_CONFIGS</H3>
<PRE>
static final java.lang.String <B>SERVICE_EXPORTED_CONFIGS</B></PRE>
<DL>
<DD>Service property identifying the configuration types that should be used
 to export the service. Each configuration type represents the
 configuration parameters for an endpoint. A distribution provider should
 create an endpoint for each configuration type that it supports.
 
 <p>
 This property may be supplied in the <code>properties</code>
 <code>Dictionary</code> object passed to the
 <code>BundleContext.registerService</code> method. The value of this property
 must be of type <code>String</code>, <code>String[]</code>, or <code>Collection</code>
 of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_EXPORTED_CONFIGS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_EXPORTED_INTENTS"><!-- --></A><H3>
SERVICE_EXPORTED_INTENTS</H3>
<PRE>
static final java.lang.String <B>SERVICE_EXPORTED_INTENTS</B></PRE>
<DL>
<DD>Service property identifying the intents that the distribution provider
 must implement to distribute the service. Intents listed in this property
 are reserved for intents that are critical for the code to function
 correctly, for example, ordering of messages. These intents should not be
 configurable.
 
 <p>
 This property may be supplied in the <code>properties</code>
 <code>Dictionary</code> object passed to the
 <code>BundleContext.registerService</code> method. The value of this property
 must be of type <code>String</code>, <code>String[]</code>, or <code>Collection</code>
 of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_EXPORTED_INTENTS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_EXPORTED_INTENTS_EXTRA"><!-- --></A><H3>
SERVICE_EXPORTED_INTENTS_EXTRA</H3>
<PRE>
static final java.lang.String <B>SERVICE_EXPORTED_INTENTS_EXTRA</B></PRE>
<DL>
<DD>Service property identifying the extra intents that the distribution
 provider must implement to distribute the service. This property is
 merged with the <code>service.exported.intents</code> property before the
 distribution provider interprets the listed intents; it has therefore the
 same semantics but the property should be configurable so the
 administrator can choose the intents based on the topology. Bundles
 should therefore make this property configurable, for example through the
 Configuration Admin service.
 
 <p>
 This property may be supplied in the <code>properties</code>
 <code>Dictionary</code> object passed to the
 <code>BundleContext.registerService</code> method. The value of this property
 must be of type <code>String</code>, <code>String[]</code>, or <code>Collection</code>
 of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_EXPORTED_INTENTS_EXTRA">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_EXPORTED_INTERFACES"><!-- --></A><H3>
SERVICE_EXPORTED_INTERFACES</H3>
<PRE>
static final java.lang.String <B>SERVICE_EXPORTED_INTERFACES</B></PRE>
<DL>
<DD>Service property marking the service for export. It defines the
 interfaces under which this service can be exported. This list must be a
 subset of the types under which the service was registered. The single
 value of an asterisk (&quot;*&quot;, &#92;u002A) indicates all the
 interface types under which the service was registered excluding the
 non-interface types. It is strongly recommended to only export interface
 types and not concrete classes due to the complexity of creating proxies
 for some type of concrete classes.
 
 <p>
 This property may be supplied in the <code>properties</code>
 <code>Dictionary</code> object passed to the
 <code>BundleContext.registerService</code> method. The value of this property
 must be of type <code>String</code>, <code>String[]</code>, or <code>Collection</code>
 of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_EXPORTED_INTERFACES">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_IMPORTED"><!-- --></A><H3>
SERVICE_IMPORTED</H3>
<PRE>
static final java.lang.String <B>SERVICE_IMPORTED</B></PRE>
<DL>
<DD>Service property identifying the service as imported. This service
 property must be set by a distribution provider to any value when it
 registers the endpoint proxy as an imported service. A bundle can use
 this property to filter out imported services.
 
 <p>
 The value of this property may be of any type.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_IMPORTED">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_IMPORTED_CONFIGS"><!-- --></A><H3>
SERVICE_IMPORTED_CONFIGS</H3>
<PRE>
static final java.lang.String <B>SERVICE_IMPORTED_CONFIGS</B></PRE>
<DL>
<DD>Service property identifying the configuration types used to import the
 service. Any associated properties for this configuration types must be
 properly mapped to the importing system. For example, a URL in these
 properties must point to a valid resource when used in the importing
 framework. If multiple configuration types are listed in this property,
 then they must be synonyms for exactly the same remote endpoint that is
 used to export this service.
 
 <p>
 The value of this property must be of type <code>String</code>,
 <code>String[]</code>, or <code>Collection</code> of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../org/osgi/framework/Constants.html#SERVICE_EXPORTED_CONFIGS"><CODE>SERVICE_EXPORTED_CONFIGS</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_IMPORTED_CONFIGS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="SERVICE_INTENTS"><!-- --></A><H3>
SERVICE_INTENTS</H3>
<PRE>
static final java.lang.String <B>SERVICE_INTENTS</B></PRE>
<DL>
<DD>Service property identifying the intents that this service implement.
 This property has a dual purpose:
 <ul>
 <li>A bundle can use this service property to notify the distribution
 provider that these intents are already implemented by the exported
 service object.</li>
 <li>A distribution provider must use this property to convey the combined
 intents of: the exporting service, the intents that the exporting
 distribution provider adds, and the intents that the importing
 distribution provider adds.</li>
 </ul>
 
 To export a service, a distribution provider must expand any qualified
 intents. Both the exporting and importing distribution providers must
 recognize all intents before a service can be distributed.
 
 <p>
 The value of this property must be of type <code>String</code>,
 <code>String[]</code>, or <code>Collection</code> of <code>String</code>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD>"Remote Services Specification", 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.SERVICE_INTENTS">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="PROVIDE_CAPABILITY"><!-- --></A><H3>
PROVIDE_CAPABILITY</H3>
<PRE>
static final java.lang.String <B>PROVIDE_CAPABILITY</B></PRE>
<DL>
<DD>Manifest header identifying the capabilities that the bundle offers to
 provide to other bundles.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.PROVIDE_CAPABILITY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="REQUIRE_CAPABILITY"><!-- --></A><H3>
REQUIRE_CAPABILITY</H3>
<PRE>
static final java.lang.String <B>REQUIRE_CAPABILITY</B></PRE>
<DL>
<DD>Manifest header identifying the capabilities on which the bundle depends.
 
 <p>
 The header value may be retrieved from the <code>Dictionary</code> object
 returned by the <code>Bundle.getHeaders</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.REQUIRE_CAPABILITY">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EFFECTIVE_DIRECTIVE"><!-- --></A><H3>
EFFECTIVE_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>EFFECTIVE_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying the effective time of the provided
 capability. The default value is <A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_RESOLVE"><CODE>resolve</CODE></A>.
 
 <p>
 The directive value is encoded in the Provide-Capability manifest header
 like:
 
 <pre>
     Provide-Capability: com.acme.capability; effective:=&quot;resolve&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#PROVIDE_CAPABILITY"><CODE>PROVIDE_CAPABILITY</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_RESOLVE"><CODE>EFFECTIVE_RESOLVE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_ACTIVE"><CODE>EFFECTIVE_ACTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.EFFECTIVE_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EFFECTIVE_RESOLVE"><!-- --></A><H3>
EFFECTIVE_RESOLVE</H3>
<PRE>
static final java.lang.String <B>EFFECTIVE_RESOLVE</B></PRE>
<DL>
<DD>Manifest header directive value identifying a capability that is
 effective at resolve time. Capabilities with an effective time of resolve
 are the only capabilities which are processed by the resolver.
 
 <p>
 The directive value is encoded in the Provide-Capability manifest header
 like:
 
 <pre>
     Provide-Capability: com.acme.capability; effective:=&quot;resolve&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_DIRECTIVE"><CODE>EFFECTIVE_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.EFFECTIVE_RESOLVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="EFFECTIVE_ACTIVE"><!-- --></A><H3>
EFFECTIVE_ACTIVE</H3>
<PRE>
static final java.lang.String <B>EFFECTIVE_ACTIVE</B></PRE>
<DL>
<DD>Manifest header directive value identifying a capability that is
 effective at active time. Capabilities with an effective time of active
 are ignored by the resolver.
 
 <p>
 The directive value is encoded in the Provide-Capability manifest header
 like:
 
 <pre>
     Provide-Capability: com.acme.capability; effective:=&quot;active&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#EFFECTIVE_DIRECTIVE"><CODE>EFFECTIVE_DIRECTIVE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.EFFECTIVE_ACTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FILTER_DIRECTIVE"><!-- --></A><H3>
FILTER_DIRECTIVE</H3>
<PRE>
static final java.lang.String <B>FILTER_DIRECTIVE</B></PRE>
<DL>
<DD>Manifest header directive identifying the capability filter specified in
 the Require-Capability manifest header.
 
 <p>
 The directive value is encoded in the Require-Capability manifest header
 like:
 
 <pre>
     Require-Capability: com.acme.capability; filter:=&quot;(someattr=somevalue)&quot;
 </pre>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#REQUIRE_CAPABILITY"><CODE>REQUIRE_CAPABILITY</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FILTER_DIRECTIVE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_SYSTEMCAPABILITIES"><!-- --></A><H3>
FRAMEWORK_SYSTEMCAPABILITIES</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_SYSTEMCAPABILITIES</B></PRE>
<DL>
<DD>Framework launching property identifying capabilities which the system
 bundle must provide.
 
 <p>
 If this property is not specified then the framework must calculate a
 reasonable default value for the current execution environment.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_SYSTEMCAPABILITIES">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_SYSTEMCAPABILITIES_EXTRA"><!-- --></A><H3>
FRAMEWORK_SYSTEMCAPABILITIES_EXTRA</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_SYSTEMCAPABILITIES_EXTRA</B></PRE>
<DL>
<DD>Framework launching property identifying extra capabilities which the
 system bundle must additionally provide.
 
 <p>
 This property is useful for configuring extra system capabilities in
 addition to the system capabilities calculated by the framework.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_SYSTEMCAPABILITIES"><CODE>FRAMEWORK_SYSTEMCAPABILITIES</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_SYSTEMCAPABILITIES_EXTRA">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BSNVERSION"><!-- --></A><H3>
FRAMEWORK_BSNVERSION</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BSNVERSION</B></PRE>
<DL>
<DD>Framework launching property specifying whether multiple bundles having
 the same <A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_SYMBOLICNAME"><CODE>symbolic name</CODE></A> and
 <A HREF="../../../org/osgi/framework/Constants.html#BUNDLE_VERSION"><CODE>version</CODE></A> may be installed.
 
 <p>
 Default value is <A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION_SINGLE"><CODE>single</CODE></A> in this
 release of the specification. This default may change to
 <A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION_MULTIPLE"><CODE>multiple</CODE></A> in a future specification
 release. Therefore, code must not assume the default behavior is
 <code>single</code> and should interrogate the value of this property to
 determine the behavior.
 
 <p>
 The value of this property may be retrieved by calling the
 <code>BundleContext.getProperty</code> method.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION_MULTIPLE"><CODE>FRAMEWORK_BSNVERSION_MULTIPLE</CODE></A>, 
<A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION_SINGLE"><CODE>FRAMEWORK_BSNVERSION_SINGLE</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BSNVERSION">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BSNVERSION_MULTIPLE"><!-- --></A><H3>
FRAMEWORK_BSNVERSION_MULTIPLE</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BSNVERSION_MULTIPLE</B></PRE>
<DL>
<DD>Specifies the framework will allow multiple bundles to be installed
 having the same symbolic name and version.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION"><CODE>FRAMEWORK_BSNVERSION</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BSNVERSION_MULTIPLE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="FRAMEWORK_BSNVERSION_SINGLE"><!-- --></A><H3>
FRAMEWORK_BSNVERSION_SINGLE</H3>
<PRE>
static final java.lang.String <B>FRAMEWORK_BSNVERSION_SINGLE</B></PRE>
<DL>
<DD>Specifies the framework will only allow a single bundle to be installed
 for a given symbolic name and version. It will be an error to install a
 bundle or update a bundle to have the same symbolic name and version as
 another installed bundle.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>1.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../org/osgi/framework/Constants.html#FRAMEWORK_BSNVERSION"><CODE>FRAMEWORK_BSNVERSION</CODE></A>, 
<A HREF="../../../constant-values.html#org.osgi.framework.Constants.FRAMEWORK_BSNVERSION_SINGLE">Constant Field Values</A></DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/osgi/framework/Configurable.html" title="interface in org.osgi.framework"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/osgi/framework/Filter.html" title="interface in org.osgi.framework"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/osgi/framework/Constants.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Constants.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>