ome.services.blitz.util
Interface ServiceFactoryAware

All Known Implementing Classes:
ExporterI, MetadataStoreI, OmeroGateway, RawFileStoreI, RenderingEngineI, RoiI, ScriptI, SharedResourcesI, TimelineI

public interface ServiceFactoryAware

Servant which is aware of the ServiceFactoryI-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
Author:
Josh Moore, josh at glencoesoftware.com

Method Summary
 void setServiceFactory(ServiceFactoryI sf)
           
 

Method Detail

setServiceFactory

void setServiceFactory(ServiceFactoryI sf)
                       throws omero.ServerError
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.