Package ome.services

Class 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
    • Constructor Detail

      • RawFileBeanReadOnly

        public RawFileBeanReadOnly()
        default constructor
      • RawFileBeanReadOnly

        public RawFileBeanReadOnly​(boolean checking)
        overridden to allow Spring to set boolean
        Parameters:
        checking -
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface ome.api.StatefulServiceInterface
        Overrides:
        close in class RawFileBean