Package org.glite.data.common.helpers

Interface Summary
ConfigurationBean Base interface for configuration beans.
MaintenanceThread Defines the methods that a maintenance thread must implement.
 

Class Summary
CommandResult See StreamChomp.

Command result class for reading the output of a Runtimne.exec properly.

ContextConfigurationBean Base class for a configuration bean that uses the bean's own factory to set the configuration properties.
DBManager Class to manage database connection for the given pool.
FileConfigurationBean A configuration bean that uses a Java properties file as its source, which is expected to be in the application's classpath.
ImplicitContextConfigurationBean Configuration bean that uses the bean's own factory to set the configuration properties.
ImplicitContextConfigurationBeanFactory Bean factory for the ImplicitContextConfigurationBean, creates the bean and fills in its internal properties object from the attributes of the factory.
JNDIBeanFetcher Utility class to wrap JNDI bean fetch.
LoggerHelper  
ParameterParser Fetches servlet paramaters.
Precondition Static precondition checks.
ServiceContextListener ServletContextListener implementation to properly set up and shut down the database connections of the service.
ServiceImpl Provides implementation for the base Service interface, using the version.properties file, loaded from the classpath.
ServiceSetup Contains ServiceSetup.start() and ServiceSetup.stop() methods for starting and stopping auxiliary services of the catalog service environment.
StreamChomp Handles the results from the Runtine.exec().
Stripper Class for stripping and regularising LFNs and GUIDs.
 

Exception Summary
DBException Indictaes that som databse operation went wrong.
ParamaterNotFoundException Indicates paramater not found in servlet request.