Class SetACARSRunway


public class SetACARSRunway extends SetACARSData
A Data Access Object to write ACARS Runway and Gate data.
Since:
5.1
Version:
11.0
Author:
Luke
  • Constructor Details

    • SetACARSRunway

      public SetACARSRunway(Connection c)
      Initializes the Data Access Object.
      Parameters:
      c - the JDBC connection to use
  • Method Details

    • writeRunways

      public void writeRunways(int flightID, Runway rwyD, Runway rwyA) throws DAOException
      Writes the runways used on a Flight to the database.
      Parameters:
      flightID - the ACARS Flight ID
      rwyD - the departure Runway
      rwyA - the arrival Runway
      Throws:
      DAOException - if a JDBC error occured
    • writeGates

      public void writeGates(FlightInfo inf) throws DAOException
      Writes the gates used on a Flight to the database.
      Parameters:
      inf - the FlightInfo bean
      Throws:
      DAOException - if a JDBC error occurs