A C D F H J L M R T W

A

abbreviationdb - package abbreviationdb
 
AbbreviationDB - Class in abbreviationdb
Manage connection and accesses to the abbreviations database.
AbbreviationDB() - Constructor for class abbreviationdb.AbbreviationDB
Constructor: Create a new instance of a database connection.
abbreviationDB - Static variable in class abbreviationdb.AbbreviationDB
The connection string to be used to connect to the database.
abbreviationDbKey - Static variable in class abbreviationdb.Constants
The key (name) of the abbreviation database connection in the model hashmap.
abbreviationQuery - Static variable in class abbreviationdb.AbbreviationDB
The SQL statement to be used to look up abbreviations.
authenticateUserTimeout - Static variable in class abbreviationdb.LifeCycleHandler
Timeout in seconds for the authenticateUser() event.

C

clientSessionCreatedTimeout - Static variable in class abbreviationdb.LifeCycleHandler
Timeout in seconds for the clientSessionCreated() event.
clientSessionDestroyedTimeout - Static variable in class abbreviationdb.LifeCycleHandler
Timeout in seconds for the clientSessionDestroyed() event.
close() - Method in class abbreviationdb.AbbreviationDB
Close the database connections.
Constants - Class in abbreviationdb
Define common constants used in the associated event handlers.
Constants() - Constructor for class abbreviationdb.Constants
 

D

dbConn - Variable in class abbreviationdb.AbbreviationDB
The database connection.
dbQuery - Variable in class abbreviationdb.AbbreviationDB
The prepared query.
description - Static variable in class abbreviationdb.FieldHandler
 
description - Static variable in class abbreviationdb.LifeCycleHandler
 

F

FieldHandler - Class in abbreviationdb
Translate recordset field codes using a database.
FieldHandler() - Constructor for class abbreviationdb.FieldHandler
 

H

hostSessionCreatedTimeout - Static variable in class abbreviationdb.LifeCycleHandler
Timeout in seconds for the hostSessionCreated() event.
hostSessionDestroyedTimeout - Static variable in class abbreviationdb.LifeCycleHandler
Timeout in seconds for the hostSessionDestroyed() event.

J

jdbcDriverClassName - Static variable in class abbreviationdb.AbbreviationDB
The class name of the JDBC driver to be used.

L

LifeCycleHandler - Class in abbreviationdb
Create and destroy abbreviation database connection.
LifeCycleHandler() - Constructor for class abbreviationdb.LifeCycleHandler
 

M

modelLoaded(ModelLoadedEvent) - Method in class abbreviationdb.LifeCycleHandler
Create a database connection shared by all model sessions..
modelLoadedTimeout - Static variable in class abbreviationdb.LifeCycleHandler
Timeout in seconds for the modelLoaded() event.
modelUnloaded(ModelUnloadedEvent) - Method in class abbreviationdb.LifeCycleHandler
Close and release the shared database connection.
modelUnloadedTimeout - Static variable in class abbreviationdb.LifeCycleHandler
Timeout in seconds for the modelUnloaded() event.

R

readField(ReadFieldEvent) - Method in class abbreviationdb.FieldHandler
Translate codes when reading database fields.
readFieldTimeout - Static variable in class abbreviationdb.FieldHandler
Timeout in seconds for the readField() event.

T

translate(String) - Method in class abbreviationdb.AbbreviationDB
Lookup an abbreviation in a database, returning the translation.

W

writeFieldTimeout - Static variable in class abbreviationdb.FieldHandler
Timeout in seconds for the writeField() event.

A C D F H J L M R T W