Package org.locomotive.server

Class Summary
Config The Config class provides a way to maintain configuration information.
DBConnectionPool Manages a pool of JDBC connections.
FormParser This class takes care of parsing out forms HTTP forms.
Log A simple logging facility.
MultiConfig A handy config file that allows the specification of multiple values per name and the reading of data either from the method call data passed in or from a file path specified.
PooledThread  
ServiceRoutingTable An abstract way to route services to pattern Strings.
SMTPClient This class can be used to have the VM deliver an email to an external SMTP server - typically UNIX sendmail.
ThreadPoolManager  
 

Exception Summary
ConfigInitializationException this is thrown if a config value does not match its required constraints
ConfigNotFoundException Thrown if a config is requested but does not exist in the config object.
InitializationException A basic exception class that should be used to send initialization errors
ParseFormException A basic exception class used by FormParser