Serialized Form
Logf
java.lang.String Logf
- Pointer to the log file, which will be named FLYlogyyyy_Monddhhmm.txt (for example,
FLYlog2003_Jan291940.txt) and is currently set up to reside in the
/web/trace/atcscc/java_logs directory.
strDD
java.lang.String strDD
- String to contain the HTML data produced by FillDelayData
cache
oracle.jdbc.pool.OracleConnectionCacheImpl cache
- Cache of database connection pools established at application start-up time.
project
FlyFAAProjectBean project
- Pointer to the Project Bean
cfg
javax.servlet.ServletConfig cfg
- Pointer to the ServletConfig. checkFAAData will get the project bean reference
from the servlet context if it's possible to get the ServletConfig.
out
java.io.PrintWriter out
- A printWriter for the log.
MadeLog
boolean MadeLog
- Flag to let me know whether the log file has been created.
l_ocpds
oracle.jdbc.pool.OracleConnectionPoolDataSource l_ocpds
- The source of the database connection pool.
ocel
oracle.jdbc.pool.OracleConnectionEventListener ocel
- An object that registers to receive events generated by a PooledConnection
dbDriver
java.lang.String dbDriver
- The type of drivers to be used (thin or thick).
t
java.util.Timer t
- A Timer object to hold a reference to the Timer used to schedule the DatabaseUpdater
MadeLog
boolean MadeLog
- Flag to let me know whether the log file has been created.
l_ocpds
oracle.jdbc.pool.OracleConnectionPoolDataSource l_ocpds
- The source of the database connection pool.
ocel
oracle.jdbc.pool.OracleConnectionEventListener ocel
dbDriver
java.lang.String dbDriver
- The type of drivers to be used (thin or thick).