Package ome.services

Class RawPixelsBeanReadOnly

  • All Implemented Interfaces:
    java.io.Serializable, ome.api.RawPixelsStore, ome.api.ServiceInterface, ome.api.StatefulServiceInterface, ome.system.SelfConfigurableService

    @Transactional(readOnly=true)
    public class RawPixelsBeanReadOnly
    extends RawPixelsBean
    Implementation of the RawPixelsStore stateful service.
    See Also:
    RawPixelsBean, Serialized Form
    • Constructor Detail

      • RawPixelsBeanReadOnly

        public RawPixelsBeanReadOnly()
        default constructor
      • RawPixelsBeanReadOnly

        public RawPixelsBeanReadOnly​(boolean checking,
                                     java.lang.String omeroDataDir)
        overridden to allow Spring to set boolean
    • Method Detail

      • close

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