gov.sns.ca
Class ChannelChecker

java.lang.Object
  |
  +--gov.sns.ca.ChannelChecker

public class ChannelChecker
extends java.lang.Object


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

goodPVs

protected java.util.ArrayList goodPVs
List of the PVs that had good connections


badPVs

protected java.util.ArrayList badPVs
List of the PVs that had bad connections


badChans

protected java.util.ArrayList badChans
List of channels that did not connect

Constructor Detail

ChannelChecker

public ChannelChecker(java.util.ArrayList chans)
Contructor *

Parameters:
chans - - array list of channels to check
Method Detail

getBadChans

public java.util.ArrayList getBadChans()
get the HaspMap holding the results of the connection check


getGoodPVs

public java.util.ArrayList getGoodPVs()
return the list of PVs names that had a connection


getBadPVs

public java.util.ArrayList getBadPVs()
return the list of PVs names that did not connect


checkThem

public void checkThem()
do the connection checks