Package ome.services.blitz.util
Interface ServiceFactoryAware
-
- All Known Implementing Classes:
ExporterI
,ManagedImportProcessI
,MetadataStoreI
,RawFileStoreI
,RenderingEngineI
,RepoRawFileStoreI
,RoiI
,ScriptI
,SharedResourcesI
,TimelineI
public interface ServiceFactoryAware
Servant which is aware of theServiceFactoryI
-instance which it belongs to and will have it injected on instantiation. By definition, such servants should be stateful and have "singleton=true" in the Spring configuration.- Since:
- 3.0-Beta4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setServiceFactory(ServiceFactoryI sf)
-
-
-
Method Detail
-
setServiceFactory
void setServiceFactory(ServiceFactoryI sf) throws ServerError
- Throws:
ServerError
-
-