Interface IResultArchiveStoreService

All Superinterfaces:
IResultArchiveStore

public interface IResultArchiveStoreService extends IResultArchiveStore

Used by the Galasa Framework to initialise the various Result Archive Stores that may exist within the OSGi instance. The framework can run with zero or more Result Archive StoresĀ·

The RASs should use @{link dev.galasa.framework.spi.IFrameworkInitialisation#getResultArchiveStoreUris} to obtain a list of active URIs which the framework wants initialised. The RAS should examine this and determine if it is required. It is up to the RAS if it wants to support multiple URIs of it's own implementation, eg file:///dir1, file:///dir2

Author:
Michael Baylis