Package ome.services
Class RawFileBeanReadOnly
- java.lang.Object
-
- ome.services.AbstractStatefulBean
-
- ome.services.RawFileBean
-
- ome.services.RawFileBeanReadOnly
-
- All Implemented Interfaces:
java.io.Serializable
,ome.api.RawFileStore
,ome.api.ServiceInterface
,ome.api.StatefulServiceInterface
,ome.system.SelfConfigurableService
@Transactional(readOnly=true) public class RawFileBeanReadOnly extends RawFileBean
Raw file gateway which provides access to the OMERO file repository.- Since:
- OMERO3.0
- See Also:
RawFileBean
, Serialized Form
-
-
Field Summary
-
Fields inherited from class ome.services.AbstractStatefulBean
iQuery, iUpdate, modified, sec
-
-
Constructor Summary
Constructors Constructor Description RawFileBeanReadOnly()
default constructorRawFileBeanReadOnly(boolean checking)
overridden to allow Spring to set boolean
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class ome.services.RawFileBean
activate, clean, exists, getFileId, getServiceInterface, isDiskSpaceChecking, isModified, passivate, read, save, setAdminService, setChecksumProviderFactory, setDiskSpaceChecking, setFileId, setFileIdWithBuffer, setIRepositoryInfo, setOriginalFilesService, size, truncate, write
-
Methods inherited from class ome.services.AbstractStatefulBean
getBeanHelper, getCurrentEventContext, modified, selfConfigure, setQueryService, setSecuritySystem, setUpdateService
-
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceome.api.StatefulServiceInterface
- Overrides:
close
in classRawFileBean
-
-