|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.ca.ChannelChecker
| Field Summary | |
protected java.util.ArrayList |
badChans
List of channels that did not connect |
protected java.util.ArrayList |
badPVs
List of the PVs that had bad connections |
protected java.util.ArrayList |
goodPVs
List of the PVs that had good connections |
| Constructor Summary | |
ChannelChecker(java.util.ArrayList chans)
Contructor * |
|
| Method Summary | |
void |
checkThem()
do the connection checks |
java.util.ArrayList |
getBadChans()
get the HaspMap holding the results of the connection check |
java.util.ArrayList |
getBadPVs()
return the list of PVs names that did not connect |
java.util.ArrayList |
getGoodPVs()
return the list of PVs names that had a connection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.ArrayList goodPVs
protected java.util.ArrayList badPVs
protected java.util.ArrayList badChans
| Constructor Detail |
public ChannelChecker(java.util.ArrayList chans)
chans - - array list of channels to check| Method Detail |
public java.util.ArrayList getBadChans()
public java.util.ArrayList getGoodPVs()
public java.util.ArrayList getBadPVs()
public void checkThem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||