Package tylerhayes.tools

Interface Summary
GracefulShutdown This Interface, along with the TerminationInterceptor Class, comprise a simple signal handling mechanism for catching a kill signal--more specifically, when a user hits CTRL-C when running a program through a command-line (won't work when clicking the "Termination" button in Eclipse).
 

Class Summary
DatabaseConnector The DatabaseConnector class simply makes a connection to a database-- nothing more, nothing less.
Log The Log Class defines an object that logs messages to a log file.
PostgreSQLConsole  
TerminationInterceptor This Class, along with the GracefulShutdown Interface, comprise a simple signal handling mechanism for catching a kill signal--more specifically, when a user hits CTRL-C when running a program through a command-line (won't work when clicking the "Termination" button in Eclipse).