Package uk.org.ogsadai.service.resource.factory

Provides functionality to dynamically create new data service resources from activities.

See:
          Description

Interface Summary
ConfigDirectoryProvider Interface to implemented by data service resources that wish to allow their activities to access the data service resource configuration directory.
DataServiceResourceFactory Interface for factory data service resources that can create and remove data service resources dynamically.
 

Class Summary
DataServiceResourceFactoryUtil Class containing utilities for dynamic creation of data service resources.
 

Exception Summary
CreateResourceConfigDirectoryException Problem when creating data service resource configuration files directory.
CreateResourceConfigFileException Problem when creating data service resource configuration file.
CustomiseResourceConfigFileException Problem when customising data service resource configuration file.
DynamicDataServiceResourceCreationException Exception thrown when a data service resource cannot be dynamically created due to an error.
DynamicDataServiceResourceRemovalException Exception thrown when a data service resource cannot be dynamically removed due to an error.
ResourceFactoryUtilCreateException Exception thrown when a DataServiceResourceFactoryUtil object could not be created due to an error.
 

Package uk.org.ogsadai.service.resource.factory Description

Provides functionality to dynamically create new data service resources from activities.