This file is indexed.

/usr/share/doc/libpirl-java/api/PIRL/Conductor/Maestro/Conductor_Table_Model.html is in libpirl-java-doc 2.3.8-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_09) on Tue Nov 20 23:14:37 UTC 2012 -->
<title>Conductor_Table_Model</title>
<meta name="date" content="2012-11-20">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Conductor_Table_Model";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../PIRL/Conductor/Maestro/Conductor_Table.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?PIRL/Conductor/Maestro/Conductor_Table_Model.html" target="_top">Frames</a></li>
<li><a href="Conductor_Table_Model.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">PIRL.Conductor.Maestro</div>
<h2 title="Class Conductor_Table_Model" class="title">Class Conductor_Table_Model</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">javax.swing.table.AbstractTableModel</a></li>
<li>
<ul class="inheritance">
<li>PIRL.Conductor.Maestro.Conductor_Table_Model</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="/usr/share/doc/default-jdk-doc/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true" title="class or interface in javax.swing.table">TableModel</a>, <a href="../../../PIRL/Conductor/Processing_Listener.html" title="interface in PIRL.Conductor">Processing_Listener</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">Conductor_Table_Model</span>
extends <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a>
implements <a href="../../../PIRL/Conductor/Processing_Listener.html" title="interface in PIRL.Conductor">Processing_Listener</a></pre>
<div class="block">A <i>Conductor_Table_Model<i> contains a table of Conductor
        identities each with its associated Remote_Theater Management and
        Manager.
<p>
        A Conductor is represented by its <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity Message</code></a> which is supplemented by its Theater location plus
        any additional parameters that the application might find useful. The
        data model maintains a list of all known Conductor identities.
<p>
        When a Conductor identity is added to the data model Remote_Theater
        Management is provided for it that uses a specified Theater. The data
        model will register itself with the Remote_Theater Management as a
        Processing_Listener. This is used to maintain the current Conductor
        processing state in each identity and to notify the listeners of this
        TableModel of state changes in addition to the usual data model
        content changes. Also, any TableModelListener may register with this
        data model to only receive notices of Conductor processing state
        changes.
<p>
        A list of Managers associate with each Conductor is also maintained.
        A Condcutor is not required to have a Manager.
<p>
        The TableModel interface that is implemented presents Theater
        locations in the first column and Conductor names in the second
        column.
<p></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#PIRL.Conductor.Maestro.Conductor_Table_Model">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#ADDRESS_PARAMETER_NAME">ADDRESS_PARAMETER_NAME</a></strong></code>
<div class="block">Conductor identity parameters of interest to the data model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Column_Names">Column_Names</a></strong></code>
<div class="block">The names of the table columns.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#CONDUCTOR_ID_PARAMETER_NAME">CONDUCTOR_ID_PARAMETER_NAME</a></strong></code>
<div class="block">Conductor identity parameters of interest to the data model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#CONDUCTORS_COLUMN">CONDUCTORS_COLUMN</a></strong></code>
<div class="block">The index of the Conductos column in the data model.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#ID">ID</a></strong></code>
<div class="block">Class identification name with source code version and date.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#PIPELINE_PARAMETER_NAME">PIPELINE_PARAMETER_NAME</a></strong></code>
<div class="block">Conductor identity parameters of interest to the data model.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#PROCESSING_STATE_PARAMETER_NAME">PROCESSING_STATE_PARAMETER_NAME</a></strong></code>
<div class="block">Conductor identity parameters of interest to the data model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATER_LOCATION_PARAMETER_NAME">THEATER_LOCATION_PARAMETER_NAME</a></strong></code>
<div class="block">Conductor identity parameters of interest to the data model.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATERS_COLUMN">THEATERS_COLUMN</a></strong></code>
<div class="block">The index of the Theaters column in the data model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#UNCHANGED_STATE">UNCHANGED_STATE</a></strong></code>
<div class="block">Special <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>Conductor processing state</code></a>
        value that indicates no change from the current state.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_javax.swing.table.AbstractTableModel">
<!--   -->
</a>
<h3>Fields inherited from class&nbsp;javax.swing.table.<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a></h3>
<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#listenerList" title="class or interface in javax.swing.table">listenerList</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Table_Model()">Conductor_Table_Model</a></strong>()</code>
<div class="block">Construct an empty Conductor_Table_Model.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Add_State_Change_Listener(javax.swing.event.TableModelListener)">Add_State_Change_Listener</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelListener.html?is-external=true" title="class or interface in javax.swing.event">TableModelListener</a>&nbsp;listener)</code>
<div class="block">Add a listener for Conductor processing state change events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Clear()">Clear</a></strong>()</code>
<div class="block">Clear the data model of all entries.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_All()">Close_All</a></strong>()</code>
<div class="block">Close all Managers and Remote_Theater Managements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)">Close_Management</a></strong>(int&nbsp;row)</code>
<div class="block">Close the Remote_Theater Management at a data model index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Manager(int)">Close_Manager</a></strong>(int&nbsp;row)</code>
<div class="block">Close a Conductor Manager at a data model row index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close(int)">Close</a></strong>(int&nbsp;row)</code>
<div class="block">Close the Remote_Theater and Manager at a row index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close(PIRL.Conductor.Manager)">Close</a></strong>(<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</code>
<div class="block">Close a Conductor Manager.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close(java.lang.String)">Close</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</code>
<div class="block">Close a Theater.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Name(int)">Conductor_Name</a></strong>(int&nbsp;row)</code>
<div class="block">Get the name of a Conductor at a data model index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Name(PIRL.Messenger.Message)">Conductor_Name</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the name of a Conductor from its identity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Count(java.lang.String, PIRL.Conductor.Maestro.Conductor_Definition)">Count</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
     <a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&nbsp;conductor_definition)</code>
<div class="block">Get the count of Conductors identities on a Theater that match
        a Conductor_Definition.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#findColumn(java.lang.String)">findColumn</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Find the data model column index of a name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#getColumnClass(int)">getColumnClass</a></strong>(int&nbsp;column)</code>
<div class="block">Get the Class for a data model column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#getColumnCount()">getColumnCount</a></strong>()</code>
<div class="block">Get the number of columns in the data model.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#getColumnName(int)">getColumnName</a></strong>(int&nbsp;column)</code>
<div class="block">Get the name of a data model column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#getRowCount()">getRowCount</a></strong>()</code>
<div class="block">Get the number of rows in the data model.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#getValueAt(int, int)">getValueAt</a></strong>(int&nbsp;row,
          int&nbsp;column)</code>
<div class="block">Get the value of a data model cell.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identification(PIRL.Messenger.Message)">Identification</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get a Conductor identification from its identity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(int)">Identity</a></strong>(int&nbsp;row)</code>
<div class="block">Get the Identity of a Conductor at a row index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(PIRL.Conductor.Manager)">Identity</a></strong>(<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</code>
<div class="block">Get the Identity of a Conductor associated with a Manager.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">Identity</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
        <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
        <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)</code>
<div class="block">Add a Conductor identity to the data model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(PIRL.Conductor.Maestro.Remote_Theater)">Identity</a></strong>(<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</code>
<div class="block">Get the Identity of a Conductor associated with a Remote_Theater
        Management.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Conductor.Manager)">Index</a></strong>(<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</code>
<div class="block">Get the data model row index for a Conductor Manager.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Messenger.Message)">Index</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the data model row index of a Conductor identity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Conductor.Maestro.Remote_Theater)">Index</a></strong>(<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</code>
<div class="block">Get the data model row index for a Remote_Theater Management.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#isCellEditable(int, int)">isCellEditable</a></strong>(int&nbsp;row,
              int&nbsp;column)</code>
<div class="block">Test if a data model cell is editable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Location(int)">Location</a></strong>(int&nbsp;row)</code>
<div class="block">Get the Theater location of a Conductor at a data model index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int)">Management</a></strong>(int&nbsp;row)</code>
<div class="block">Get the Remote_Theater Management at a data model row index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int, PIRL.Conductor.Maestro.Remote_Theater)">Management</a></strong>(int&nbsp;row,
          <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</code>
<div class="block">Set the Remote_Theater Management for a data model row index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message)">Management</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the Remote_Theater Management for a Conductor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Remote_Theater)">Management</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
          <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</code>
<div class="block">Set the Remote_Theater Management for a Conductor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">Management</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;conductor_identity,
          <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
          <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)</code>
<div class="block">Get Remote_Theater Management for a Conductor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Manager(int)">Manager</a></strong>(int&nbsp;row)</code>
<div class="block">Get the Conductor Manager for a data model row index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Manager(int, PIRL.Conductor.Manager)">Manager</a></strong>(int&nbsp;row,
       <a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</code>
<div class="block">Set the Manager for a data model row index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Manager(PIRL.Messenger.Message)">Manager</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the Manager for a Conductor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Matching_Index(PIRL.Messenger.Message)">Matching_Index</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the data model row index of a Conductor with a matching identity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Matching_Index(PIRL.Messenger.Message, java.util.List)">Matching_Index</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
              <a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&gt;&nbsp;identities)</code>
<div class="block">Get the index of an identity Message in a list of identities.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Next_Index(java.lang.String, int)">Next_Index</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
          int&nbsp;index)</code>
<div class="block">Get the data model row index of the next Conductor entry at a Theater
        location starting after a given index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleted(int)">Notify_Deleted</a></strong>(int&nbsp;row)</code>
<div class="block">Notify table change listeners that a data model row has been deleted.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleted(int, int)">Notify_Deleted</a></strong>(int&nbsp;first_row,
              int&nbsp;last_row)</code>
<div class="block">Notify table change listeners that a data model row range has been
        deleted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleting(int)">Notify_Deleting</a></strong>(int&nbsp;row)</code>
<div class="block">Notify processing state change listeners that a data model is about
        to be deleted.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleting(int, int)">Notify_Deleting</a></strong>(int&nbsp;first_row,
               int&nbsp;last_row)</code>
<div class="block">Notify table change listeners that a data model row range is about
        to be deleted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Inserted(int)">Notify_Inserted</a></strong>(int&nbsp;row)</code>
<div class="block">Notify all listeners that a data model row has been inserted.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_State_Change_Listeners(PIRL.Conductor.Maestro.Conductor_Table_Model_Event)">Notify_State_Change_Listeners</a></strong>(<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a>&nbsp;event)</code>
<div class="block">Send a change notification to the processing state change listeners.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_State_Changed(int, int)">Notify_State_Changed</a></strong>(int&nbsp;row,
                    int&nbsp;processing_state)</code>
<div class="block">Notify all listeners that a Conductor processing state changed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Table_Change_Listeners(PIRL.Conductor.Maestro.Conductor_Table_Model_Event)">Notify_Table_Change_Listeners</a></strong>(<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a>&nbsp;event)</code>
<div class="block">Send a change notification to the table change listeners.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Table_Changed()">Notify_Table_Changed</a></strong>()</code>
<div class="block">Notify all listeners that the data model content has changed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Updated(int)">Notify_Updated</a></strong>(int&nbsp;row)</code>
<div class="block">Notify all listeners that a data model row has been updated.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Updated(int, int)">Notify_Updated</a></strong>(int&nbsp;first_row,
              int&nbsp;last_row)</code>
<div class="block">Notify all listeners that a continguous range of data model rows
        have been updated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Open_Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">Open_Management</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;conductor_identity,
               <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
               <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)</code>
<div class="block">Get Remote_Theater Management for a Conductor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Open_Manager(int)">Open_Manager</a></strong>(int&nbsp;row)</code>
<div class="block">Open a Conductor Manager at a data model row index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Opened(int)">Opened</a></strong>(int&nbsp;row)</code>
<div class="block">Test if the Remote_Theater Management at a data model index is open.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Opened(PIRL.Messenger.Message)">Opened</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Test if the Remote_Theater associated with a Conductor identity is open.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Pipeline(PIRL.Messenger.Message)">Pipeline</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the name of a Conductor pipeline from its identity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_Event_Occurred(PIRL.Conductor.Processing_Event)">Processing_Event_Occurred</a></strong>(<a href="../../../PIRL/Conductor/Processing_Event.html" title="class in PIRL.Conductor">Processing_Event</a>&nbsp;event)</code>
<div class="block">Event handler for Conductor Processing_Events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(int)">Processing_State</a></strong>(int&nbsp;row)</code>
<div class="block">Get the processing state of a Conductor at a data model index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)">Processing_State</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the processing state of a Conductor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message, int)">Processing_State</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
                int&nbsp;processing_state)</code>
<div class="block">Set the processing state of a Conductor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Profile()">Profile</a></strong>()</code>
<div class="block">Get a Profile of the Conductors.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Remove_at(int)">Remove_at</a></strong>(int&nbsp;row)</code>
<div class="block">Remove a data model row entry.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Remove_State_Change_Listener(javax.swing.event.TableModelListener)">Remove_State_Change_Listener</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelListener.html?is-external=true" title="class or interface in javax.swing.event">TableModelListener</a>&nbsp;listener)</code>
<div class="block">Remove a listener for Conductor processing state change events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Remove(int)">Remove</a></strong>(int&nbsp;row)</code>
<div class="block">Remove a data model row entry.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Remove(PIRL.Messenger.Message)">Remove</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Remove a data model entry associated with a Conductor Identity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Remove(java.lang.String)">Remove</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</code>
<div class="block">Remove all Conductors at a Theater location.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Replace(java.util.List, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">Replace</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&gt;&nbsp;identities,
       <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
       <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)</code>
<div class="block">Replace all identities for a specified Remote_Theater Management
        with new identities.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Set_Identity(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">Set_Identity</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
            <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
            <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)</code>
<div class="block">Set a Conductor identity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Set_Management(int, PIRL.Conductor.Maestro.Remote_Theater)">Set_Management</a></strong>(int&nbsp;row,
              <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</code>
<div class="block">Set a Remote_Theater Management.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Theater_Location(PIRL.Messenger.Message)">Theater_Location</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</code>
<div class="block">Get the location of a Conductor from its identity.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_javax.swing.table.AbstractTableModel">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;javax.swing.table.<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a></h3>
<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#addTableModelListener(javax.swing.event.TableModelListener)" title="class or interface in javax.swing.table">addTableModelListener</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#fireTableCellUpdated(int, int)" title="class or interface in javax.swing.table">fireTableCellUpdated</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#fireTableChanged(javax.swing.event.TableModelEvent)" title="class or interface in javax.swing.table">fireTableChanged</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#fireTableDataChanged()" title="class or interface in javax.swing.table">fireTableDataChanged</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#fireTableRowsDeleted(int, int)" title="class or interface in javax.swing.table">fireTableRowsDeleted</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#fireTableRowsInserted(int, int)" title="class or interface in javax.swing.table">fireTableRowsInserted</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#fireTableRowsUpdated(int, int)" title="class or interface in javax.swing.table">fireTableRowsUpdated</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#fireTableStructureChanged()" title="class or interface in javax.swing.table">fireTableStructureChanged</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#getListeners(java.lang.Class)" title="class or interface in javax.swing.table">getListeners</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#getTableModelListeners()" title="class or interface in javax.swing.table">getTableModelListeners</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#removeTableModelListener(javax.swing.event.TableModelListener)" title="class or interface in javax.swing.table">removeTableModelListener</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#setValueAt(java.lang.Object, int, int)" title="class or interface in javax.swing.table">setValueAt</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="ID">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ID</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ID</pre>
<div class="block">Class identification name with source code version and date.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.ID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="Column_Names">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Column_Names</h4>
<pre>public static&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] Column_Names</pre>
<div class="block">The names of the table columns.</div>
</li>
</ul>
<a name="THEATERS_COLUMN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THEATERS_COLUMN</h4>
<pre>public static final&nbsp;int THEATERS_COLUMN</pre>
<div class="block">The index of the Theaters column in the data model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.THEATERS_COLUMN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONDUCTORS_COLUMN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONDUCTORS_COLUMN</h4>
<pre>public static final&nbsp;int CONDUCTORS_COLUMN</pre>
<div class="block">The index of the Conductos column in the data model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.CONDUCTORS_COLUMN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="THEATER_LOCATION_PARAMETER_NAME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THEATER_LOCATION_PARAMETER_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> THEATER_LOCATION_PARAMETER_NAME</pre>
<div class="block">Conductor identity parameters of interest to the data model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.THEATER_LOCATION_PARAMETER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ADDRESS_PARAMETER_NAME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ADDRESS_PARAMETER_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ADDRESS_PARAMETER_NAME</pre>
<div class="block">Conductor identity parameters of interest to the data model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.ADDRESS_PARAMETER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONDUCTOR_ID_PARAMETER_NAME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONDUCTOR_ID_PARAMETER_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CONDUCTOR_ID_PARAMETER_NAME</pre>
<div class="block">Conductor identity parameters of interest to the data model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.CONDUCTOR_ID_PARAMETER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PIPELINE_PARAMETER_NAME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PIPELINE_PARAMETER_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PIPELINE_PARAMETER_NAME</pre>
<div class="block">Conductor identity parameters of interest to the data model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.PIPELINE_PARAMETER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROCESSING_STATE_PARAMETER_NAME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROCESSING_STATE_PARAMETER_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROCESSING_STATE_PARAMETER_NAME</pre>
<div class="block">Conductor identity parameters of interest to the data model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.PROCESSING_STATE_PARAMETER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UNCHANGED_STATE">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>UNCHANGED_STATE</h4>
<pre>protected static final&nbsp;int UNCHANGED_STATE</pre>
<div class="block">Special <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>Conductor processing state</code></a>
        value that indicates no change from the current state.
<p>
        When Remote_Theater Management is <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)"><code>closed</code></a> or <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Set_Management(int, PIRL.Conductor.Maestro.Remote_Theater)"><code>set</code></a> the
        previous processing state is returned for use in notifying processing
        state change listeners. If the state was unchanged this special
        unchanged value is returned instead. This enables the caller to avoid
        the cost of the notification and consequent table view updates.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Conductor_Table_Model.UNCHANGED_STATE">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="Conductor_Table_Model()">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Conductor_Table_Model</h4>
<pre>public&nbsp;Conductor_Table_Model()</pre>
<div class="block">Construct an empty Conductor_Table_Model.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="findColumn(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findColumn</h4>
<pre>public&nbsp;int&nbsp;findColumn(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Find the data model column index of a name.
<p></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#findColumn(java.lang.String)" title="class or interface in javax.swing.table">findColumn</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - A column name String. May be null.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The index of the named column in the data model. This will be
                -1 if the name does not match (case insensitive) a column name.</dd></dl>
</li>
</ul>
<a name="getColumnClass(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnClass</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;getColumnClass(int&nbsp;column)</pre>
<div class="block">Get the Class for a data model column.
<p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true#getColumnClass(int)" title="class or interface in javax.swing.table">getColumnClass</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true" title="class or interface in javax.swing.table">TableModel</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#getColumnClass(int)" title="class or interface in javax.swing.table">getColumnClass</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>column</code> - A data model column index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>If the column index is valid String.class is
                returned; otherwise Object.class is returned.</dd></dl>
</li>
</ul>
<a name="getColumnCount()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnCount</h4>
<pre>public&nbsp;int&nbsp;getColumnCount()</pre>
<div class="block">Get the number of columns in the data model.
<p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true#getColumnCount()" title="class or interface in javax.swing.table">getColumnCount</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true" title="class or interface in javax.swing.table">TableModel</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>The size of the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Column_Names"><code>Column_Names</code></a> array.</dd></dl>
</li>
</ul>
<a name="getColumnName(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnName</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getColumnName(int&nbsp;column)</pre>
<div class="block">Get the name of a data model column.
<p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true#getColumnName(int)" title="class or interface in javax.swing.table">getColumnName</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true" title="class or interface in javax.swing.table">TableModel</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#getColumnName(int)" title="class or interface in javax.swing.table">getColumnName</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>column</code> - A data model column index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The column name String. This will be null.if the column index
                is not valid.</dd></dl>
</li>
</ul>
<a name="getRowCount()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRowCount</h4>
<pre>public&nbsp;int&nbsp;getRowCount()</pre>
<div class="block">Get the number of rows in the data model.
<p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true#getRowCount()" title="class or interface in javax.swing.table">getRowCount</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true" title="class or interface in javax.swing.table">TableModel</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>The number of Conductor identities contained in the model.</dd></dl>
</li>
</ul>
<a name="getValueAt(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValueAt</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getValueAt(int&nbsp;row,
                int&nbsp;column)</pre>
<div class="block">Get the value of a data model cell.
<p>
        For the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATERS_COLUMN"><code>THEATERS_COLUMN</code></a> the value will be the
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Location(int)"><code>Theater location</code></a>. For the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#CONDUCTORS_COLUMN"><code>CONDUCTORS_COLUMN</code></a>
        the value will be the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Name(int)"><code>Conductor name</code></a>.
<p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true#getValueAt(int, int)" title="class or interface in javax.swing.table">getValueAt</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true" title="class or interface in javax.swing.table">TableModel</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd><dd><code>column</code> - A data model column index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The String value of the data model cell.  For the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATERS_COLUMN"><code>THEATERS_COLUMN</code></a> the value will be the <a href="../../../PIRL/Conductor/Maestro/Theater.html#Location(java.lang.String)"><code>abbreviated location</code></a> of the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Location(int)"><code>Theater location</code></a> for the row. For the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#CONDUCTORS_COLUMN"><code>CONDUCTORS_COLUMN</code></a> the value will be the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Name(int)"><code>Conductor name</code></a> of the row. This will be
                null if either of the data model index values are invalid.</dd></dl>
</li>
</ul>
<a name="isCellEditable(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isCellEditable</h4>
<pre>public&nbsp;boolean&nbsp;isCellEditable(int&nbsp;row,
                     int&nbsp;column)</pre>
<div class="block">Test if a data model cell is editable.
<p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true#isCellEditable(int, int)" title="class or interface in javax.swing.table">isCellEditable</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/TableModel.html?is-external=true" title="class or interface in javax.swing.table">TableModel</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#isCellEditable(int, int)" title="class or interface in javax.swing.table">isCellEditable</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd><dd><code>column</code> - A data model column index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>Always returns false.</dd></dl>
</li>
</ul>
<a name="Profile()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Profile</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Profile()
                throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Get a Profile of the Conductors.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Profile representing all the Conductors on all the Theaters
                listed in this data model.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>If</code> - a Conductor identity can not be used to construct a valid
                Conductor_Definition or the definition is in conflict with another
                of the same name.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl>
</li>
</ul>
<a name="Identity(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Identity</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a>&nbsp;Identity(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
                             <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
                             <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)
                               throws <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Add a Conductor identity to the data model.
<p>
        The data model listeners are notified that a new row has been
        inserted.
<p>
        <b>N.B.</b>: If <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Remote_Theater Management</code></a> could not be obtained the identity is not
        added to the the data model and no listener notification is sent; an
        IOException is thrown in this case.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message. If null, or the
                identity is already <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Messenger.Message)"><code>present</code></a> in the data
                model, nothing is done.</dd><dd><code>theater</code> - The Theater where the Stage_Manager is located from
                which the Conductor identities were obtained. If null, nothing
                is done.</dd><dd><code>client_identity</code> - The Message containing client authentication
                information for connecting to the Stage_Manager. If null, nothing
                is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Conductor_Table_Model.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Remote_Theater Management</code></a> could not be obtained.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Set_Identity(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Set_Identity(Message, Theater, Message)</code></a></dd></dl>
</li>
</ul>
<a name="Set_Identity(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Set_Identity</h4>
<pre>protected&nbsp;boolean&nbsp;Set_Identity(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
                   <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
                   <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)
                        throws <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Set a Conductor identity.
<p>
        <b>N.B.</b>: This method should only be used to set a new Conductor
        identity by a method that does the neccessary state checks and table
        view update notification.
<p>
        The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATER_LOCATION_PARAMETER_NAME"><code>THEATER_LOCATION_PARAMETER_NAME</code></a> is set at the beginning
        of the identity with the <a href="../../../PIRL/Conductor/Maestro/Theater.html#Location()"><code>Remote_Theater
        location</code></a> before the identity is added to the data model along with
        null Managements and Managers entries. The Theater location in the
        identity is necessary to correctly <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Matching_Index(PIRL.Messenger.Message)"><code>match</code></a> identities. This is particularly critical when identities are
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Replace(java.util.List, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>replaced</code></a> which
        depends on recognizing previously added identities by matching
        Theater locations.
<p>
        The <a href="../../../PIRL/PVL/Parameter.html#Name(java.lang.String)"><code>name</code></a> of the identity is set to the
        identity's <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Name(PIRL.Messenger.Message)"><code>Conductor name</code></a>.
<p>
        The identity is added to the data model along with null place holders
        for the Remote_Theater Management and Conductor Manager. Then the new
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Management</code></a> is obtained
        and <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Set_Management(int, PIRL.Conductor.Maestro.Remote_Theater)"><code>set</code></a> in the data
        model.
<p>
        <b>N.B.</b>: If <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Remote_Theater Management</code></a> could not be obtained the tentative new
        data model row is removed and an IOException is thrown.
<p>
        <b>N.B.</b>: No data model listener notification is done.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message.<b>N.B.</b>:  Must
                not be null; there should be no null identities in the data
                model. The identity must also be unique (not already present) in
                the data model.</dd><dd><code>theater</code> - The Theater where the Stage_Manager is located from
                which the Conductor identities were obtained. Must not be null.</dd><dd><code>client_identity</code> - The Message containing client authentication
                information for connecting to the Stage_Manager. Should not be
                null.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the identity was set; false if the Theater location
                is invalid and not entered in the data model.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Remote_Theater Management</code></a> could not be obtained.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Management(Message, Theater, Message)</code></a></dd></dl>
</li>
</ul>
<a name="Identity(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Identity</h4>
<pre>public&nbsp;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;Identity(int&nbsp;row)</pre>
<div class="block">Get the Identity of a Conductor at a row index.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Conductor identity Message. This will be null if the row
                index is less than zero or greater than or equal to the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#getRowCount()"><code>total data model rows</code></a>.</dd></dl>
</li>
</ul>
<a name="Identity(PIRL.Conductor.Maestro.Remote_Theater)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Identity</h4>
<pre>public&nbsp;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;Identity(<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</pre>
<div class="block">Get the Identity of a Conductor associated with a Remote_Theater
        Management.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>management</code> - A Remote_Theater Management reference.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Conductor identity Message. This will be null if the
                management could not be <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Conductor.Maestro.Remote_Theater)"><code>found</code></a> in
                the data model.</dd></dl>
</li>
</ul>
<a name="Identity(PIRL.Conductor.Manager)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Identity</h4>
<pre>public&nbsp;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;Identity(<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</pre>
<div class="block">Get the Identity of a Conductor associated with a Manager.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>manager</code> - A Manager reference.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Conductor identity Message. This will be null if the
                manager could not be <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Conductor.Manager)"><code>found</code></a> in the
                data model.</dd></dl>
</li>
</ul>
<a name="Index(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Index</h4>
<pre>public&nbsp;int&nbsp;Index(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the data model row index of a Conductor identity.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message. May be null.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The data model index of the Conductor identity, or -1 if the
                identity is not present.</dd></dl>
</li>
</ul>
<a name="Matching_Index(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Matching_Index</h4>
<pre>public&nbsp;int&nbsp;Matching_Index(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the data model row index of a Conductor with a matching identity.
<p>
        <b>N.B.</b>: This method searches the data model for a Conductor
        identity that <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Matching_Index(PIRL.Messenger.Message, java.util.List)"><code>matches</code></a> the
        specified identity. The matching identity need not be the
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Messenger.Message)"><code>same</code></a> object.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The data model row index of the matching identity. This will
                be -1 if a matching identity could not be  found in the data
                model.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Matching_Index(PIRL.Messenger.Message, java.util.List)"><code>Matching_Index(Message, List)</code></a></dd></dl>
</li>
</ul>
<a name="Matching_Index(PIRL.Messenger.Message, java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Matching_Index</h4>
<pre>protected static&nbsp;int&nbsp;Matching_Index(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
                 <a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&gt;&nbsp;identities)</pre>
<div class="block">Get the index of an identity Message in a list of identities.
<p>
        The index of the first identities entry that matches the specified
        identity is returned. An identity matches if either it has the same
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#ADDRESS_PARAMETER_NAME"><code>ADDRESS_PARAMETER_NAME</code></a>, or all the values of the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATER_LOCATION_PARAMETER_NAME"><code>THEATER_LOCATION_PARAMETER_NAME</code></a>, <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#CONDUCTOR_ID_PARAMETER_NAME"><code>CONDUCTOR_ID_PARAMETER_NAME</code></a> and <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#PIPELINE_PARAMETER_NAME"><code>PIPELINE_PARAMETER_NAME</code></a>
        parameters are the same.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a>
                Message supplemented with a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATER_LOCATION_PARAMETER_NAME"><code>THEATER_LOCATION_PARAMETER_NAME</code></a>
                parameter. If null, -1 is returned.</dd><dd><code>identities</code> - A List of Conductor identities. If null, -1 is
                returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The index of the entry in the identities list that matches
                the identity, or -1 if no match is found.</dd></dl>
</li>
</ul>
<a name="Replace(java.util.List, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Replace</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a>&nbsp;Replace(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&gt;&nbsp;identities,
                            <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
                            <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)
                              throws <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Replace all identities for a specified Remote_Theater Management
        with new identities.
<p>
        Each current identity in the data model that has a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATER_LOCATION_PARAMETER_NAME"><code>THEATER_LOCATION_PARAMETER_NAME</code></a> value that matches the <a href="../../../PIRL/Conductor/Maestro/Theater.html#Location()"><code>Theater location</code></a> is compared against
        the new identities list. An attempt is made to get the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Matching_Index(PIRL.Messenger.Message, java.util.List)"><code>index</code></a> of the existing
        identity in the new identities list. If a matching identity can not
        be found the data model row for the current identity is removed; the
        current identity is defunct. If a matching identity is found the
        identity is removed from the list of new identities; the identity is
        redundant. This checking removes all current identities that are not
        in the new identities list, and removes from the new identities list
        all identities that are already in the current identitites list.
        After all current identities have been checked all the remaining new
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Set_Identity(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>identities are
        added</code></a> to the data model along with the Remote_Theater Management
        and an equal number of null Manager entries.
<p>
        A <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Table_Changed()"><code>table data changed notification</code></a> is
        sent to the data model listeners only if any changes occured to the
        data model.
<p>
        <b>N.B.</b>: If <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Remote_Theater Management</code></a> could not be obtained for an identity
        it is not added to the the data model. In this case, after an attempt
        has been made to add all the new identities to the model an IOException
        will thrown. Because multiple exceptions might have occured a generic
        IOException is thrown containing a message that lists each specific
        exception message, including its specific type, with each exception
        message separated from the one that prceeded it by a single line
        containing seven dash ('-') characters.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identities</code> - A List of Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a> Messages. If null, nothing is
                done.</dd><dd><code>theater</code> - The Theater where the Stage_Manager is located from
                which the Conductor identities were obtained. If null, nothing
                is done.</dd><dd><code>client_identity</code> - The Message containing client authentication
                information for connecting to the Stage_Manager. If null, nothing
                is done.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Remote_Theater Management</code></a> could not be obtained.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Matching_Index(PIRL.Messenger.Message, java.util.List)"><code>Matching_Index(Message, List)</code></a>, 
<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Set_Identity(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>Set_Identity(Message, Theater, Message)</code></a></dd></dl>
</li>
</ul>
<a name="Conductor_Name(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Conductor_Name</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Conductor_Name(int&nbsp;row)</pre>
<div class="block">Get the name of a Conductor at a data model index.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Name(PIRL.Messenger.Message)"><code>Conductor name</code></a> from
                the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(int)"><code>identity at the row index</code></a>. This will
                be null if the row index is invalid or the identity does not
                contain the required information.</dd></dl>
</li>
</ul>
<a name="Location(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Location</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Location(int&nbsp;row)</pre>
<div class="block">Get the Theater location of a Conductor at a data model index.
<p>
        The fully qualified Theater location is returned.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Theater_Location(PIRL.Messenger.Message)"><code>Theater location</code></a> from
                the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(int)"><code>identity at the row index</code></a>. This will
                be null if the row index is invalid or the identity does not
                contain the required information.</dd></dl>
</li>
</ul>
<a name="Processing_State(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Processing_State</h4>
<pre>public&nbsp;int&nbsp;Processing_State(int&nbsp;row)</pre>
<div class="block">Get the processing state of a Conductor at a data model index.
<p>
        If the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(int)"><code>row's Conductor identity</code></a> has a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>procesing state</code></a> of zero an attempt is
        made to use the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int)"><code>row's Management</code></a> to <a href="../../../PIRL/Conductor/Management.html#Processing_State()"><code>obtain the current procesing state</code></a>. If
        this is successful the identity is updated with the current
        processing state.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A Conductor row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Conductor <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>processing
                state</code></a>. This will be zero if the row index is outside the range
                of available Conductors or the processing state has not yet been
                obtained from the Conductor.</dd></dl>
</li>
</ul>
<a name="Management(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Management</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;Management(int&nbsp;row)</pre>
<div class="block">Get the Remote_Theater Management at a data model row index.
<p>
        <b>N.B.</b>: The current Remote_Theater Management data model row is
        obtained as-is; Remote_Theater Management will not be <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Open_Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>opened or re-opened</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Remote_Theater Management for the data model row. This
                will be null if the row index is not valid or no Remote_Theater
                Management is present at the index.</dd></dl>
</li>
</ul>
<a name="Management(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Management</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;Management(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the Remote_Theater Management for a Conductor.
<p>
        <b>N.B.</b>: The current Remote_Theater Management associated with
        the Conductor identity is obtained as-is; Remote_Theater Management
        will not be <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Open_Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>opened
        or re-opened</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Remote_Theater Management associated with the Conductor
                identity. This will be null if the Conductor identity is null or
                not found in the data model.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Messenger.Message)"><code>Index(Message)</code></a>, 
<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int)"><code>Management(int)</code></a></dd></dl>
</li>
</ul>
<a name="Open_Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Open_Management</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;Open_Management(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;conductor_identity,
                             <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
                             <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)
                               throws <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Get Remote_Theater Management for a Conductor.
<p>
        If the Conductor already has Remote_Theater Management and it is
        <a href="../../../PIRL/Conductor/Maestro/Theater.html#Opened()"><code>open</code></a>, that is returned. Otherwise an
        attempt is made to obtain it.
<p>
        Remote_Theater Management can be obtained when the Theater and a
        client identity containing any authentication information required
        by the Stage_Manager are provided. If Remote_Theater Management was
        found for the Conductor but it is closed, it is re-opened at the
        same location. Otherwise a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)"><code>new Remote_Theater Management</code></a> is constructed and <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int, PIRL.Conductor.Maestro.Remote_Theater)"><code>registered</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conductor_identity</code> - The identity Message of the Conductor to
                be opened. If Remote_Theater Management is to be constructed or
                re-opened this must not be null and must contain an <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#ADDRESS_PARAMETER_NAME"><code>ADDRESS_PARAMETER_NAME</code></a> parameter.</dd><dd><code>theater</code> - The Theater where the Stage_Manager is located from
                which the Conductor identity was obtained. If Remote_Theater
                Management is to be constructed or re-opened this must not be
                null.</dd><dd><code>client_identity</code> - The Message containing the <a href="../../../PIRL/Conductor/Maestro/Theater.html#KEY_PARAMETER_NAME"><code>Theater.KEY_PARAMETER_NAME</code></a> that may be needed by the
                Stage_Manager to construct or re-open Remote_Theater Management.
                <b>N.B.</b>: This may be null if the Stage_Manager allows
                unauthenticated connections; otherwise the Stage_Manager will
                reject the connection.</dd>
<dt><span class="strong">Returns:</span></dt><dd>An open Remote_Theater Management for the Conductor. This
                will be null if the identity could not be found in the data
                model or the theater or client_identity is null and a
                Remote_Theater Management was needed to be constructed or
                re-opened</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If a connection could not be established to the
                Stage_Manager. This will be a Theater_Protocol_Exception if
                there were any problems in the content of the Messages used to
                establish the connection.</dd></dl>
</li>
</ul>
<a name="Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Theater, PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Management</h4>
<pre>public static&nbsp;<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;Management(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;conductor_identity,
                        <a href="../../../PIRL/Conductor/Maestro/Theater.html" title="class in PIRL.Conductor.Maestro">Theater</a>&nbsp;theater,
                        <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;client_identity)
                                 throws <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Get Remote_Theater Management for a Conductor.
<p>
        Remote_Theater Management services are obtained for a Theater
        associated with a Stage_Manager. The client identity <a href="../../../PIRL/Messenger/Message.html#NAME_PARAMETER_NAME"><code>Message.NAME_PARAMETER_NAME</code></a> is qualified with the <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html#REMOTE_THEATER_NAME"><code>Remote_Theater.REMOTE_THEATER_NAME</code></a> following a '/' delimiter if it
        does not already contain this qualifier name. A Remote_Theater
        connection is then established with the Stage_Mangager at the
        specified Theater using the authentication information in the client
        identity, and the Remote_Theater Messenger is linked to the Conductor
        Messenger at the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#ADDRESS_PARAMETER_NAME"><code>ADDRESS_PARAMETER_NAME</code></a> found in the
        Conductor's identity information. This is done by constructing a new
        Remote_Theater that will provide Management communication directly
        with the Conductor.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conductor_identity</code> - The identity Message of the Conductor to
                be opened. Must not be null and must contain an <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#ADDRESS_PARAMETER_NAME"><code>ADDRESS_PARAMETER_NAME</code></a> parameter.</dd><dd><code>theater</code> - The Theater where the Stage_Manager is located from
                which the Conductor identity was obtained. Must not be null.</dd><dd><code>client_identity</code> - The Message containing the <a href="../../../PIRL/Conductor/Maestro/Theater.html#KEY_PARAMETER_NAME"><code>Theater.KEY_PARAMETER_NAME</code></a>.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If a connection could not be established to
                the Stage_Manager. This will be a Theater_Protocol_Exception
                if there were any problems in the content of the Messages
                used to establish the connection.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the argument requirements are
                not satsified, or the Conductor identity does not have an <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#ADDRESS_PARAMETER_NAME"><code>ADDRESS_PARAMETER_NAME</code></a> parameter.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html#Open(java.lang.String, int, PIRL.Messenger.Message, java.lang.String)"><code>Remote_Theater.Open(String, int, Message, String)</code></a></dd></dl>
</li>
</ul>
<a name="Index(PIRL.Conductor.Maestro.Remote_Theater)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Index</h4>
<pre>public&nbsp;int&nbsp;Index(<a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</pre>
<div class="block">Get the data model row index for a Remote_Theater Management.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>management</code> - A Remote_Theater Management object.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The data model row index containing the Remote_Theater
                Management, or -1 if the Management was not found in the
                data model.</dd></dl>
</li>
</ul>
<a name="Next_Index(java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Next_Index</h4>
<pre>public&nbsp;int&nbsp;Next_Index(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
             int&nbsp;index)</pre>
<div class="block">Get the data model row index of the next Conductor entry at a Theater
        location starting after a given index.
<p>
        Each Conductor identity, beginning with the data model entry
        immediately following the specified index, has the value of its
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATER_LOCATION_PARAMETER_NAME"><code>THEATER_LOCATION_PARAMETER_NAME</code></a> parameter compared with the
        specified Theater location. The index of the first one that matches
        is returned.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A String specifying a Theater location.
                The Theater location is <a href="../../../PIRL/Conductor/Maestro/Theater.html#Full_Location(java.lang.String)"><code>fully qualified</code></a> to ensure it will correctly match the standard
                locations stored with the Conductor identities.</dd><dd><code>index</code> - The data model row index after which the search for
                the next matching Conductor identity will begin. If less than
                zero the search begins with the first row.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The index of the next Conductor identity that contains a
                matching Theater location, or -1 if no match is found or the
                Theater location is null or the empty String.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Theater.html#Location()"><code>Theater.Location()</code></a></dd></dl>
</li>
</ul>
<a name="Count(java.lang.String, PIRL.Conductor.Maestro.Conductor_Definition)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Count</h4>
<pre>public&nbsp;int&nbsp;Count(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&nbsp;conductor_definition)</pre>
<div class="block">Get the count of Conductors identities on a Theater that match
        a Conductor_Definition.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - The String specifying a Theater location
                (does not need to be fully qualified). If null, the count will
                be zero.</dd><dd><code>conductor_definition</code> - A Conductor_Definition to <a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html#Matches(PIRL.Messenger.Message)"><code>match</code></a> against Conductor
                identities.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The count of Conductor identities associated with the Theater
                location that match the Conductor_Definition.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Next_Index(java.lang.String, int)"><code>Next_Index(String, int)</code></a></dd></dl>
</li>
</ul>
<a name="Management(int, PIRL.Conductor.Maestro.Remote_Theater)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Management</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a>&nbsp;Management(int&nbsp;row,
                               <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</pre>
<div class="block">Set the Remote_Theater Management for a data model row index.
<p>
        If the Remote_Theater Management is identical to the current entry,
        or the row does not have a Conductor identity, nothing is done.
<p>
        If the current Remote_Theater Management entry for the row is
        non-null the row is closed before the entry is replaced. The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>current Conductor processing state</code></a> is
        replaced with the <a href="../../../PIRL/Conductor/Management.html#Processing_State()"><code>state
        obtained from the new Management</code></a>, or zero if the new Management is
        null. This Conductor_Table_Model is registered with the new
        Managment, if non-null, <a href="../../../PIRL/Conductor/Management.html#Add_Processing_Listener(PIRL.Conductor.Processing_Listener)"><code>to receive</code></a>
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_Event_Occurred(PIRL.Conductor.Processing_Event)"><code>Conductor
        processing state change notifications</code></a>. Finally, if the the
        processing state changed all table listeners are <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_State_Changed(int, int)"><code>notified of the new state</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index. If not a valid data model row
                index nothing is done.</dd><dd><code>management</code> - A Remote_Theater Management object. If this is
                identical to the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int)"><code>existing Management</code></a>
                nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Conductor_Table_Model.</dd></dl>
</li>
</ul>
<a name="Management(PIRL.Messenger.Message, PIRL.Conductor.Maestro.Remote_Theater)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Management</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a>&nbsp;Management(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
                               <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</pre>
<div class="block">Set the Remote_Theater Management for a Conductor.
<></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message.</dd><dd><code>management</code> - A Remote_Theater Management object. If this is
                identical to the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int)"><code>existing Management</code></a>
                nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Conductor_Table_Model.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int, PIRL.Conductor.Maestro.Remote_Theater)"><code>Management(int, Remote_Theater)</code></a></dd></dl>
</li>
</ul>
<a name="Set_Management(int, PIRL.Conductor.Maestro.Remote_Theater)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Set_Management</h4>
<pre>protected&nbsp;int&nbsp;Set_Management(int&nbsp;row,
                 <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html" title="class in PIRL.Conductor.Maestro">Remote_Theater</a>&nbsp;management)</pre>
<div class="block">Set a Remote_Theater Management.
<p>
        <b>N.B.</b>: This method should only be used to set a new
        Remote_Theater Management by a method that does the neccessary state
        checks and table view update notification.
<p>
        If the row does not have a Conductor identity or the Remote_Theater
        Management is identical to the current entry, nothing is done.
<p>
        Management for the row is <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)"><code>closed</code></a>.
        This will obtain the previous <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>Conductor processing state</code></a> or the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#UNCHANGED_STATE"><code>UNCHANGED_STATE</code></a> value.
<p>
        If the new Management is non-null it is set in the data model. The
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>current Conductor processing state</code></a>
        is obtained from the new Management and compared with the previous
        state (or zero if the previous state before closure was unchanged).
        If the state changed the Conductor identity is updated with the
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message, int)"><code>new processing state</code></a>.
<p>
        <b>N.B.</b>: No data model listener notification is done.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd><dd><code>management</code> - A Remote_Theater Management object. May be null.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The previous processing state from the row's identity. This
                will be <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#UNCHANGED_STATE"><code>UNCHANGED_STATE</code></a> if the row has no identity
                (shouldn't happen), the existing Management is identical to the
                new Management, or the processing state is unchanged.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)"><code>Close_Management(int)</code></a></dd></dl>
</li>
</ul>
<a name="Opened(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Opened</h4>
<pre>public&nbsp;boolean&nbsp;Opened(int&nbsp;row)</pre>
<div class="block">Test if the Remote_Theater Management at a data model index is open.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Conductor <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int)"><code>Remote_Theater
                Management at the row index</code></a> has been <a href="../../../PIRL/Conductor/Maestro/Theater.html#Opened()"><code>opened</code></a>; false if the row index is
                invalid, no Remote_Theater Management is present at the row
                index, or the Remote_Theater is not open.</dd></dl>
</li>
</ul>
<a name="Opened(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Opened</h4>
<pre>public&nbsp;boolean&nbsp;Opened(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Test if the Remote_Theater associated with a Conductor identity is open.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Conductor identity is associated with an open
                Remote_Theater Management; false if the identity is not present,
                has no associated Remote_Theater Management, or the
                Remote_Theater is not open.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Opened(int)"><code>Opened(int)</code></a></dd></dl>
</li>
</ul>
<a name="Close_Management(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Close_Management</h4>
<pre>protected&nbsp;int&nbsp;Close_Management(int&nbsp;row)</pre>
<div class="block">Close the Remote_Theater Management at a data model index.
<p>
        <b>N.B.</b>: This method should only be used to close a
        Remote_Theater Management by a method that does the neccessary state
        checks and table view update notification.
<p>
        If a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Manager(int)"><code>Manager</code></a> is present for the row it is
        <a href="../../../PIRL/Conductor/Manager.html#Disable()"><code>disabled</code></a>.
<p>
        This Conductor_Table_Model is <a href="../../../PIRL/Conductor/Maestro/Remote_Theater.html#Remove_Processing_Listener(PIRL.Conductor.Processing_Listener)"><code>unregisterd</code></a> as a processing listener of the Remote_Theater
        Management which is removed from (nullified in) the data model.
<p.
        The current Conductor <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>processing
        state</code></a> is obtained and then <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message, int)"><code>reset</code></a> to zero (unknown state).
<p>
        <b>N.B.</b>: No data model listener notification is done.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The previous processing state from the row's identity. This
                will be <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#UNCHANGED_STATE"><code>UNCHANGED_STATE</code></a> if the row has no identity
                (shouldn't happen) or the processing state is unchanged.</dd></dl>
</li>
</ul>
<a name="Manager(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Manager</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;Manager(int&nbsp;row)</pre>
<div class="block">Get the Conductor Manager for a data model row index.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Conductor Manager. This will be null if the row index is
                not valid or no Manager is present at the index.</dd></dl>
</li>
</ul>
<a name="Manager(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Manager</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;Manager(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the Manager for a Conductor.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Conductor Manager. This will be null if the Conductor
                identity was null or not found.</dd></dl>
</li>
</ul>
<a name="Manager(int, PIRL.Conductor.Manager)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Manager</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a>&nbsp;Manager(int&nbsp;row,
                            <a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</pre>
<div class="block">Set the Manager for a data model row index.
<p>
        If the row has a non-null Manager entry that Manager is <a href="../../../PIRL/Conductor/Manager.html#Close()"><code>closed</code></a> before the entry is replaced. If the new
        Manager is not null the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int, PIRL.Conductor.Maestro.Remote_Theater)"><code>Management is set</code></a> to new <a href="../../../PIRL/Conductor/Manager.html#Management()"><code>Manager's
        Management</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index. If not a valid data model row
                index nothing is done.</dd><dd><code>manager</code> - A Conductor Manager.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Conductor_Table_Model.</dd></dl>
</li>
</ul>
<a name="Index(PIRL.Conductor.Manager)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Index</h4>
<pre>public&nbsp;int&nbsp;Index(<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</pre>
<div class="block">Get the data model row index for a Conductor Manager.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>manager</code> - A Conductor Manager.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The data model row index containing the Manager, or -1
                if the Manager was not found.</dd></dl>
</li>
</ul>
<a name="Open_Manager(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Open_Manager</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;Open_Manager(int&nbsp;row)
                     throws <a href="../../../PIRL/Conductor/Maestro/Remote_Management_Exception.html" title="class in PIRL.Conductor.Maestro">Remote_Management_Exception</a></pre>
<div class="block">Open a Conductor Manager at a data model row index.
<p>
        If a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Manager(int)"><code>Manager is present</code></a> at the data model row it
        is returned. Otherwise, if <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Management(int)"><code>Remote_Theater
        Management is present</code></a> at the data model row and it is <a href="../../../PIRL/Conductor/Maestro/Theater.html#Opened()"><code>opened</code></a>, it is used to construct a new
        Manager which is set for the data model row and then returned.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Conductor Manager. This will be null if the row index is
                invalid, or an opened Remote_Theater Management is not available
                for the row.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../PIRL/Conductor/Maestro/Remote_Management_Exception.html" title="class in PIRL.Conductor.Maestro">Remote_Management_Exception</a></code> - If a problem was encountered
                while constructing a new Manager.</dd></dl>
</li>
</ul>
<a name="Close_Manager(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Close_Manager</h4>
<pre>public&nbsp;boolean&nbsp;Close_Manager(int&nbsp;row)</pre>
<div class="block">Close a Conductor Manager at a data model row index.
<p>
        If a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Manager(int)"><code>Manager</code></a> is present at the data model row
        index it is <a href="../../../PIRL/Conductor/Manager.html#Close()"><code>closed</code></a> and it's entry removed
        from the data model.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Manager was present in the data model and has
                been closed; false if the Manager was not present.</dd></dl>
</li>
</ul>
<a name="Close(PIRL.Conductor.Manager)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Close</h4>
<pre>public&nbsp;boolean&nbsp;Close(<a href="../../../PIRL/Conductor/Manager.html" title="class in PIRL.Conductor">Manager</a>&nbsp;manager)</pre>
<div class="block">Close a Conductor Manager.
<p>
        If the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Index(PIRL.Conductor.Manager)"><code>Manager is present</code></a> in the data model
        it is <a href="../../../PIRL/Conductor/Manager.html#Close()"><code>closed</code></a> and it's entry removed from the
        data model.
<p>
        <b>N.B.</b>: If the Manager is not present in data model it is not
        closed.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>manager</code> - A Conductor Manager.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Manager was present in the data model and has
                been closed; false if the Manager was not present.</dd></dl>
</li>
</ul>
<a name="Remove(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove</h4>
<pre>public&nbsp;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;Remove(int&nbsp;row)</pre>
<div class="block">Remove a data model row entry.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Conductor identity that was removed. This will be
                null if the row index is invalid.</dd></dl>
</li>
</ul>
<a name="Remove(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove</h4>
<pre>public&nbsp;boolean&nbsp;Remove(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Remove a data model entry associated with a Conductor Identity.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor identity Message. If null nothing
                is done and false is returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the identity was present and removed; false otherwise.</dd></dl>
</li>
</ul>
<a name="Remove(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove</h4>
<pre>public&nbsp;boolean&nbsp;Remove(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</pre>
<div class="block">Remove all Conductors at a Theater location.
<p>
        Each data model entry <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Next_Index(java.lang.String, int)"><code>found for the
        Theater location</code></a> is <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Remove_at(int)"><code>removed</code></a>. If any row was
        removed a change notification event for the entire table will be sent
        to the state change listeners. This event will also be sent to the
        table change listeners if non-contiguous ranges of rows were deleted;
        otherwise a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleted(int, int)"><code>deleted</code></a> event will be
        delivered for only the rows removed.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - The String specifying a Theater location
                (does not need to be fully qualified).</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if at least one row was removed; false otherwise.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Next_Index(java.lang.String, int)"><code>Next_Index(String, int)</code></a></dd></dl>
</li>
</ul>
<a name="Clear()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Clear</h4>
<pre>public&nbsp;void&nbsp;Clear()</pre>
<div class="block">Clear the data model of all entries.
<p>
        If the data model contians any <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#getRowCount()"><code>rows</code></a> all are
        (@link #Remove_at(int) removed} and a {#link Notify_Table_Changed()
        table changed notification} is sent to all listeners.</div>
</li>
</ul>
<a name="Remove_at(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove_at</h4>
<pre>protected&nbsp;<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;Remove_at(int&nbsp;row)</pre>
<div class="block">Remove a data model row entry.
<p>
        <b>N.B.</b>: This method should only be used to remove a data model
        row by a method that will do the expected table change notification.
<p>
        Any Manager and Remote_Theater Management for the row is
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)"><code>closed</code></a>. Then the Manager, Mangement
        and Identity entries are removed from the data model.
<p>
        <b>N.B.</b>: No data model listener notification is done.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Conductor identity Message for the row that was
                removed. This will be null if the row index is not valid.</dd></dl>
</li>
</ul>
<a name="Close(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Close</h4>
<pre>public&nbsp;void&nbsp;Close(int&nbsp;row)</pre>
<div class="block">Close the Remote_Theater and Manager at a row index.
<p>
        The Remote_Theater Management for the row is <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)"><code>closed</code></a>. If this resulted in a Conductor
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(int)"><code>processing state</code></a> change a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_State_Changed(int, int)"><code>state change notification</code></a> is sent to
        all data model listeners.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - A data model row index.</dd></dl>
</li>
</ul>
<a name="Close(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Close</h4>
<pre>public&nbsp;boolean&nbsp;Close(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</pre>
<div class="block">Close a Theater.
<p>
        The Remote_Theater Management <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Next_Index(java.lang.String, int)"><code>found
        at the Theater location</code></a> is <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)"><code>closed</code></a>. If
        any of these closures resulted in a Conductor <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(int)"><code>processing state</code></a> change a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Table_Changed()"><code>state change notification</code></a> is sent to all
        data model listeners.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A String specifying the Theater location
                (does not need to be fully qualified). If null or the emtpy
                String nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if any closures resulted in a Conductor processing state
                change; false otherwise.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Next_Index(java.lang.String, int)"><code>Next_Index(String, int)</code></a></dd></dl>
</li>
</ul>
<a name="Close_All()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Close_All</h4>
<pre>public&nbsp;boolean&nbsp;Close_All()</pre>
<div class="block">Close all Managers and Remote_Theater Managements.
<p>
        Each <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Manager(int)"><code>Manager is closed</code></a> and each <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Close_Management(int)"><code>Remote_Theater Management is closed</code></a>. If any
        of these closures resulted in a Conductor <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(int)"><code>processing state</code></a> change a <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Table_Changed()"><code>state change notification</code></a> is sent to all
        data model listeners.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if any closures resulted in a Conductor processing state
                change; false otherwise.</dd></dl>
</li>
</ul>
<a name="Notify_Inserted(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Inserted</h4>
<pre>protected&nbsp;void&nbsp;Notify_Inserted(int&nbsp;row)</pre>
<div class="block">Notify all listeners that a data model row has been inserted.
<p>
        Listeners are sent an <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#INSERT" title="class or interface in javax.swing.event"><code>TableModelEvent.INSERT</code></a>
        Conductor_Table_Model_Event that specifies the row.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - The data model row that was inserted.</dd></dl>
</li>
</ul>
<a name="Notify_Updated(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Updated</h4>
<pre>protected&nbsp;void&nbsp;Notify_Updated(int&nbsp;row)</pre>
<div class="block">Notify all listeners that a data model row has been updated.
<p>
        Listeners are sent an <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#UPDATE" title="class or interface in javax.swing.event"><code>TableModelEvent.UPDATE</code></a>
        Conductor_Table_Model_Event that specifies the row.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - The data model row that was updated.</dd></dl>
</li>
</ul>
<a name="Notify_Updated(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Updated</h4>
<pre>protected&nbsp;void&nbsp;Notify_Updated(int&nbsp;first_row,
                  int&nbsp;last_row)</pre>
<div class="block">Notify all listeners that a continguous range of data model rows
        have been updated.
<p>
        Listeners are sent an <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#UPDATE" title="class or interface in javax.swing.event"><code>TableModelEvent.UPDATE</code></a>
        Conductor_Table_Model_Event that specifies the range from first_row
        to last_row, inclusive.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>first_row</code> - The first data model row that was updated.</dd><dd><code>last_row</code> - The last data model row that was updated.</dd></dl>
</li>
</ul>
<a name="Notify_State_Changed(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_State_Changed</h4>
<pre>protected&nbsp;void&nbsp;Notify_State_Changed(int&nbsp;row,
                        int&nbsp;processing_state)</pre>
<div class="block">Notify all listeners that a Conductor processing state changed.
<p>
        Listeners are sent an <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#UPDATE" title="class or interface in javax.swing.event"><code>TableModelEvent.UPDATE</code></a>
        Conductor_Table_Model_Event that specifies the row and the
        processing state.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - The data model row that has changed.</dd><dd><code>processing_state</code> - The previous processing state. The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>current processing state</code></a> is contained
                in the Conductor <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Identity(int)"><code>identity</code></a> for the row.</dd></dl>
</li>
</ul>
<a name="Notify_Deleted(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Deleted</h4>
<pre>protected&nbsp;void&nbsp;Notify_Deleted(int&nbsp;row)</pre>
<div class="block">Notify table change listeners that a data model row has been deleted.
<p>
        Listeners are sent a <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#DELETE" title="class or interface in javax.swing.event"><code>TableModelEvent.DELETE</code></a>
        Conductor_Table_Model_Event that specifies the row. <b>N.B.</b>: The
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Add_State_Change_Listener(javax.swing.event.TableModelListener)"><code>processing
        state change listeners</code></a> are not notified. They should have been sent
        a pre-deletion <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleting(int)"><code>deleting</code></a> notification of
        the same event.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - The data model row that has been deleted.</dd></dl>
</li>
</ul>
<a name="Notify_Deleted(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Deleted</h4>
<pre>protected&nbsp;void&nbsp;Notify_Deleted(int&nbsp;first_row,
                  int&nbsp;last_row)</pre>
<div class="block">Notify table change listeners that a data model row range has been
        deleted.
<p>
        Listeners are sent a <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#DELETE" title="class or interface in javax.swing.event"><code>TableModelEvent.DELETE</code></a>
        Conductor_Table_Model_Event that specifies the range from first_row
        to last_row, inclusive. <b>N.B.</b>: The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Add_State_Change_Listener(javax.swing.event.TableModelListener)"><code>processing state
        change listeners</code></a> are not notified. They should have been sent a
        pre-deletion <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleting(int)"><code>deleting</code></a> notification of
        the same event.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>first_row</code> - The first data model row that has been deleted.</dd><dd><code>last_row</code> - The last data model row that has been deleted.</dd></dl>
</li>
</ul>
<a name="Notify_Table_Changed()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Table_Changed</h4>
<pre>protected&nbsp;void&nbsp;Notify_Table_Changed()</pre>
<div class="block">Notify all listeners that the data model content has changed.
<p>
        This notification is used when the change to the data model can
        not be localized to a contiguous range of rows. All listeners are
        sent an <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#UPDATE" title="class or interface in javax.swing.event"><code>TableModelEvent.UPDATE</code></a> Conductor_Table_Model_Event
        that specifies the maximum row value range (0 - Integer.MAX_VALUE}.</div>
</li>
</ul>
<a name="Notify_Table_Change_Listeners(PIRL.Conductor.Maestro.Conductor_Table_Model_Event)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Table_Change_Listeners</h4>
<pre>protected&nbsp;void&nbsp;Notify_Table_Change_Listeners(<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a>&nbsp;event)</pre>
<div class="block">Send a change notification to the table change listeners.
<p>
        All  <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#addTableModelListener(javax.swing.event.TableModelListener)" title="class or interface in javax.swing.table"><code>table
        model listeners</code></a> are notified of the event. <b>N.B.</b>: Only table
        model listeners are notified; the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Add_State_Change_Listener(javax.swing.event.TableModelListener)"><code>processing state
        change listeners</code></a> are not notified. Use the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_State_Change_Listeners(PIRL.Conductor.Maestro.Conductor_Table_Model_Event)"><code>Notify_State_Change_Listeners(Conductor_Table_Model_Event)</code></a> to notify
        only the processing state change listeners.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - The Conductor_Table_Model_Event to be delivered.</dd></dl>
</li>
</ul>
<a name="Add_State_Change_Listener(javax.swing.event.TableModelListener)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add_State_Change_Listener</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model</a>&nbsp;Add_State_Change_Listener(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelListener.html?is-external=true" title="class or interface in javax.swing.event">TableModelListener</a>&nbsp;listener)</pre>
<div class="block">Add a listener for Conductor processing state change events.
<p>
        These listeners receive notification whenever one or more
        Conductor identities in the data model may have a changed
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>processing state</code></a>.
<p>
        State change listeners are distinct from <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#addTableModelListener(javax.swing.event.TableModelListener)" title="class or interface in javax.swing.table"><code>table
        model listeners</code></a>. When appropriate, both sets of listeners will be
        notified of a data model change event. At other times only one or the
        other set of listeners will be sent a notification. A listener should
        register to receive processing state change notifications when that
        is all it is interested in knowing aobut. A listener should register
        to receive table change notifications whien it is interested in any
        changes, including processing state changes.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>listener</code> - A TableModelListener.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Conductor_Table_Model.</dd></dl>
</li>
</ul>
<a name="Remove_State_Change_Listener(javax.swing.event.TableModelListener)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove_State_Change_Listener</h4>
<pre>public&nbsp;boolean&nbsp;Remove_State_Change_Listener(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelListener.html?is-external=true" title="class or interface in javax.swing.event">TableModelListener</a>&nbsp;listener)</pre>
<div class="block">Remove a listener for Conductor processing state change events.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>listener</code> - A TableModelListener.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the listener was removed; false if it was not
                registered.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Add_State_Change_Listener(javax.swing.event.TableModelListener)"><code>Add_State_Change_Listener(TableModelListener)</code></a></dd></dl>
</li>
</ul>
<a name="Notify_State_Change_Listeners(PIRL.Conductor.Maestro.Conductor_Table_Model_Event)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_State_Change_Listeners</h4>
<pre>protected&nbsp;void&nbsp;Notify_State_Change_Listeners(<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a>&nbsp;event)</pre>
<div class="block">Send a change notification to the processing state change listeners.
<p>
        All <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Add_State_Change_Listener(javax.swing.event.TableModelListener)"><code>state
        change listeners</code></a> are notified of the event. <b>N.B.</b>: Only
        processing state change listeners are notified; the <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#addTableModelListener(javax.swing.event.TableModelListener)" title="class or interface in javax.swing.table"><code>table
        model listeners</code></a> are not notified. Use the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Table_Change_Listeners(PIRL.Conductor.Maestro.Conductor_Table_Model_Event)"><code>Notify_Table_Change_Listeners(Conductor_Table_Model_Event)</code></a> to notify
        only the table model listeners of an event.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - The Conductor_Table_Model_Event to be delivered.</dd></dl>
</li>
</ul>
<a name="Notify_Deleting(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Deleting</h4>
<pre>protected&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a>&nbsp;Notify_Deleting(int&nbsp;row)</pre>
<div class="block">Notify processing state change listeners that a data model is about
        to be deleted.
<p>
        Listeners are sent a <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#DELETE" title="class or interface in javax.swing.event"><code>TableModelEvent.DELETE</code></a>
        Conductor_Table_Model_Event that specifies the row. <b>N.B.</b>: The
        <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#addTableModelListener(javax.swing.event.TableModelListener)" title="class or interface in javax.swing.table"><code>table change listeners</code></a> are not notified. They should be
        sent a post-deletion <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleted(int)"><code>deleted</code></a>
        notification of the same event.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - The data model row that will be deleted.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Conductor_Table_Model_Event that was delivered.</dd></dl>
</li>
</ul>
<a name="Notify_Deleting(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Notify_Deleting</h4>
<pre>protected&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro">Conductor_Table_Model_Event</a>&nbsp;Notify_Deleting(int&nbsp;first_row,
                                          int&nbsp;last_row)</pre>
<div class="block">Notify table change listeners that a data model row range is about
        to be deleted.
<p>
        Listeners are sent a <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/event/TableModelEvent.html?is-external=true#DELETE" title="class or interface in javax.swing.event"><code>TableModelEvent.DELETE</code></a>
        Conductor_Table_Model_Event that specifies the range from first_row
        to last_row, inclusive. <b>N.B.</b>: The <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/table/AbstractTableModel.html?is-external=true#addTableModelListener(javax.swing.event.TableModelListener)" title="class or interface in javax.swing.table"><code>table
        change listeners</code></a> are not notified. They should be sent a
        post-deletion <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_Deleted(int)"><code>deleted</code></a> notification of
        the same event.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>first_row</code> - The first data model row that is about to be
                deleted.</dd><dd><code>last_row</code> - The last data model row that is about to be
                deleted.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Conductor_Table_Model_Event that was delivered.</dd></dl>
</li>
</ul>
<a name="Processing_Event_Occurred(PIRL.Conductor.Processing_Event)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Processing_Event_Occurred</h4>
<pre>public&nbsp;void&nbsp;Processing_Event_Occurred(<a href="../../../PIRL/Conductor/Processing_Event.html" title="class in PIRL.Conductor">Processing_Event</a>&nbsp;event)</pre>
<div class="block">Event handler for Conductor Processing_Events.
<p>
        <b>N.B.</b>: This method is public as a side effect of implementing
        the Processing_Listener interface. It should not be used directly.
<p>
        If the incoming event contains a Conductor processing event change
        the event is enqueued and a Runnable placed  on the Swing event
        handling queue for disposition of the event.
<p>
        The event disposition method pulls the next event from the front of
        the event queue. The data model index for the Remote_Theater
        Management source of the event is obtained and used to obtain the
        associated Conductor identity. The identity provides the previous
        processing state and is set with the new state. Then all <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Add_State_Change_Listener(javax.swing.event.TableModelListener)"><code>processing state change
        listeners</code></a> are <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Notify_State_Changed(int, int)"><code>notified of the
        state change</code></a>.
<p></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../PIRL/Conductor/Processing_Listener.html#Processing_Event_Occurred(PIRL.Conductor.Processing_Event)">Processing_Event_Occurred</a></code>&nbsp;in interface&nbsp;<code><a href="../../../PIRL/Conductor/Processing_Listener.html" title="interface in PIRL.Conductor">Processing_Listener</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - A Processing_Event.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Processing_Event.html" title="class in PIRL.Conductor"><code>Processing_Event</code></a></dd></dl>
</li>
</ul>
<a name="Theater_Location(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Theater_Location</h4>
<pre>public static&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Theater_Location(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the location of a Conductor from its identity.
<p>
        If the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#THEATER_LOCATION_PARAMETER_NAME"><code>THEATER_LOCATION_PARAMETER_NAME</code></a> is not present in
        the identity the value of the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#CONDUCTOR_ID_PARAMETER_NAME"><code>CONDUCTOR_ID_PARAMETER_NAME</code></a>
        will be used, without any PID suffix, to produce a <a href="../../../PIRL/Conductor/Maestro/Theater.html#Full_Location(java.lang.String)"><code>fully qualified location</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a>
                Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A String providing the Theater location of the Conductor. This
                will be null if the identity is null or neither of the expected
                parameters is present in the identity.</dd></dl>
</li>
</ul>
<a name="Conductor_Name(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Conductor_Name</h4>
<pre>public static&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Conductor_Name(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the name of a Conductor from its identity.
<p>
        The value of the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#PIPELINE_PARAMETER_NAME"><code>PIPELINE_PARAMETER_NAME</code></a> will be returned.
        <b>N.B.</b>: A Conductor's name is not necessarily the same as its
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Pipeline(PIRL.Messenger.Message)"><code>pipeline name</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a>
                Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A String providing the name of the Conductor. This will be
                null if the identity is null or neither of the expected
                parameters is present in the identity.</dd></dl>
</li>
</ul>
<a name="Pipeline(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Pipeline</h4>
<pre>public static&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Pipeline(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the name of a Conductor pipeline from its identity.
<p>
        The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#PIPELINE_PARAMETER_NAME"><code>PIPELINE_PARAMETER_NAME</code></a> value is obtained.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a>
                Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A String providing the name of the Conductor pipeline. This
                will be null if the identity is null or the required parameter
                is not present in the identity.</dd></dl>
</li>
</ul>
<a name="Identification(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Identification</h4>
<pre>public static&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Identification(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get a Conductor identification from its identity.
<p>
        The <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#CONDUCTOR_ID_PARAMETER_NAME"><code>CONDUCTOR_ID_PARAMETER_NAME</code></a> value is obtained.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a>
                Message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A String providing the identification of the Conductor
                pipeline. This will be null if the identity is null or the
                required parameter is not present in the identity.</dd></dl>
</li>
</ul>
<a name="Processing_State(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Processing_State</h4>
<pre>public static&nbsp;int&nbsp;Processing_State(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity)</pre>
<div class="block">Get the processing state of a Conductor.
<p>
        The processing state is the value of the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#PROCESSING_STATE_PARAMETER_NAME"><code>PROCESSING_STATE_PARAMETER_NAME</code></a> from the identity. If this
        parameter is not present zero will be returned. The expected
        processing state values are:
<p>
<dl>
<dt><a href="../../../PIRL/Conductor/Conductor.html#RUNNING"><code>Conductor.RUNNING</code></a>
        <dd>Source records are being processing.
<dt><a href="../../../PIRL/Conductor/Conductor.html#POLLING"><code>Conductor.POLLING</code></a>
        <dd>No source records are currently available for processing; the
        Conductor is polling for new source records to process.
<dt><a href="../../../PIRL/Conductor/Conductor.html#RUN_TO_WAIT"><code>Conductor.RUN_TO_WAIT</code></a>
        <dd>When processing of the current source record completes Conductor
        will go into the waiting state.
<dt><a href="../../../PIRL/Conductor/Conductor.html#WAITING"><code>Conductor.WAITING</code></a>
        <dd>The Conductor is waiting to be told to being processing.
<dt><a href="../../../PIRL/Conductor/Conductor.html#HALTED"><code>Conductor.HALTED</code></a>
        <dd>A problem condition caused the Conductor to halt processing.
        The problem may be the result of the maximum number of sequential
        source records processing procedure failures having occured, a
        database access failure, or some other system error.
<dt>0 - Unknown
        <dd>A processing state has not yet been obtained from the Conductor.
</dl>
        The WAITING and HALTED state codes are negative; all others are positive.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a>
                Message. If null, zero is returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Conductor processing state value, or zero if none is
                available.</dd></dl>
</li>
</ul>
<a name="Processing_State(PIRL.Messenger.Message, int)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Processing_State</h4>
<pre>protected static&nbsp;void&nbsp;Processing_State(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;identity,
                    int&nbsp;processing_state)</pre>
<div class="block">Set the processing state of a Conductor.
<p>
        <b>N.B.</b>: This method should only be used to set a new processing
        state by a method that does the neccessary state checks and table
        view update notification.
<p>
        The Conductor identity has the <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#PROCESSING_STATE_PARAMETER_NAME"><code>PROCESSING_STATE_PARAMETER_NAME</code></a>
        set to the processing state value.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>identity</code> - A Conductor <a href="../../../PIRL/Conductor/Conductor.html#Identity()"><code>identity</code></a>
                Message. Must not be null.</dd><dd><code>processing_state</code> - A processing state value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Processing_State(PIRL.Messenger.Message)"><code>Processing_State(Message)</code></a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../PIRL/Conductor/Maestro/Conductor_Table.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model_Event.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?PIRL/Conductor/Maestro/Conductor_Table_Model.html" target="_top">Frames</a></li>
<li><a href="Conductor_Table_Model.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>