Uses of Class
org.jlab.coda.afecs.system.AException

Packages that use AException
org.jlab.coda.afecs.plugin   
org.jlab.coda.afecs.plugin.dp   
org.jlab.coda.afecs.sqldb   
 

Uses of AException in org.jlab.coda.afecs.plugin
 

Methods in org.jlab.coda.afecs.plugin that throw AException
 void IAClientCommunication.init()
           
 AChannel IAClientCommunication.readChannel(java.lang.String channelName)
           
 boolean IAClientCommunication.setChannel(AChannel channel)
           
 

Uses of AException in org.jlab.coda.afecs.plugin.dp
 

Methods in org.jlab.coda.afecs.plugin.dp that throw AException
 void ADp.init()
          Using env variables connects to the SQL db.
 AChannel ADp.readChannel(java.lang.String channelName)
           
 java.lang.String ADp.sendCmd(java.lang.String command)
          Opens the socket connection to the component.
 boolean ADp.setChannel(AChannel channel)
           
 

Uses of AException in org.jlab.coda.afecs.sqldb
 

Methods in org.jlab.coda.afecs.sqldb that throw AException
static boolean DbCommunications.checkComponent(java.lang.String component)
           
static boolean DbCommunications.checkRunTypesTable(java.lang.String runtype)
          Check if runtype is registered in the runTypes table
static boolean DbCommunications.checkSessionsTable(java.lang.String session)
          Check if session is registered in the sessions table.
static boolean DbConnection.createConnection(java.lang.String _url, java.lang.String _driver, java.lang.String _user, java.lang.String _pswd)
          Create a connection to the database specified by the arguments.
static void DbCommunications.execDBQuery(java.lang.String query)
          Execute query
static void DbCommunications.execDBUpdate(java.lang.String query)
          Execute update
static int DbCommunications.getRunNumber()
          This methods gets the runNumber from the database "sessions" table for this session.
static int DbCommunications.getRunNumber(java.lang.String sess)
          This methods gets the runNumber from the database "sessions" table for the given session.
static void DbCommunications.recreateConfigTable(java.lang.String runtype)
          Recreate config table with the name runType
static void DbCommunications.recreateOptionsTable(java.lang.String runtype)
          Recreate options table for required runtype
static void DbCommunications.setRunNumber(int runNumber)
          This method sets the runNumber in the database "sessions" table for this session.
static void DbCommunications.setRunNumber(int runNumber, java.lang.String sess)
          This method sets the runNumber in the database "sessions" table for given session.
static void DbCommunications.setSessionConfig(java.lang.String runtype, java.lang.String sess)
          This method sets the config in the database "sessions" table for given session.
static void DbCommunications.updaterunTypesTable(java.lang.String runtype)
          Check if runtype is registered in the runTypes table , and if not insert a record.
static void DbCommunications.updateSessionsTable(java.lang.String session, java.lang.String node)
          Check if session is registered in the sessions table , and if not insert a record.