Class LockedPathProvider

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyWriter<ubic.gemma.core.util.locking.LockedPath>

    @Provider
    @Produces({"application/octet-stream","*/*"})
    @Singleton
    public class LockedPathProvider
    extends Object
    implements javax.ws.rs.ext.MessageBodyWriter<ubic.gemma.core.util.locking.LockedPath>
    Write a LockedPath to a message body and ensure that the lock is released.
    Author:
    poirigui
    • Constructor Detail

      • LockedPathProvider

        public LockedPathProvider()
    • Method Detail

      • isWriteable

        public boolean isWriteable​(Class<?> type,
                                   Type genericType,
                                   Annotation[] annotations,
                                   javax.ws.rs.core.MediaType mediaType)
        Specified by:
        isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<ubic.gemma.core.util.locking.LockedPath>
      • getSize

        public long getSize​(ubic.gemma.core.util.locking.LockedPath lockedPath,
                            Class<?> type,
                            Type genericType,
                            Annotation[] annotations,
                            javax.ws.rs.core.MediaType mediaType)
        Specified by:
        getSize in interface javax.ws.rs.ext.MessageBodyWriter<ubic.gemma.core.util.locking.LockedPath>
      • writeTo

        public void writeTo​(ubic.gemma.core.util.locking.LockedPath lockedPath,
                            Class<?> type,
                            Type genericType,
                            Annotation[] annotations,
                            javax.ws.rs.core.MediaType mediaType,
                            javax.ws.rs.core.MultivaluedMap<String,​Object> httpHeaders,
                            OutputStream entityStream)
                     throws IOException,
                            javax.ws.rs.WebApplicationException
        Specified by:
        writeTo in interface javax.ws.rs.ext.MessageBodyWriter<ubic.gemma.core.util.locking.LockedPath>
        Throws:
        IOException
        javax.ws.rs.WebApplicationException