ome.services.blitz.util
Interface ServiceFactoryAware

All Known Implementing Classes:
DeleteI, 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: 4.3.3-00d1137e-b2894

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