|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.ca.ConnectionChecker
| Field Summary | |
protected java.util.ArrayList |
badPVs
List of the PVs that had bad connections |
protected java.util.Hashtable |
checkTable
HashMap to stash connection results in. |
protected java.util.ArrayList |
goodPVs
List of the PVs that had good connections |
| Constructor Summary | |
ConnectionChecker(java.util.ArrayList pvs)
Contructor |
|
| Method Summary | |
void |
checkThem()
do the connection checks |
java.util.ArrayList |
getBadPVs()
return the list of PVs that had a connection |
java.util.Hashtable |
getCheckMap()
get the HaspMap holding the results of the connection check |
java.util.ArrayList |
getGoodPVs()
return the list of PVs 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.Hashtable checkTable
| Constructor Detail |
public ConnectionChecker(java.util.ArrayList pvs)
| Method Detail |
public java.util.Hashtable getCheckMap()
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 | |||||||||