Package omero.grid

Interface _ProcessorCallbackOperations

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void isAccepted​(boolean accepted, java.lang.String sessionUuid, java.lang.String procConn, Ice.Current __current)  
      void isProxyAccepted​(boolean accepted, java.lang.String sessionUuid, ProcessorPrx procProxy, Ice.Current __current)  
      void responseRunning​(java.util.List<java.lang.Long> jobIds, Ice.Current __current)  
    • Method Detail

      • isAccepted

        void isAccepted​(boolean accepted,
                        java.lang.String sessionUuid,
                        java.lang.String procConn,
                        Ice.Current __current)
      • isProxyAccepted

        void isProxyAccepted​(boolean accepted,
                             java.lang.String sessionUuid,
                             ProcessorPrx procProxy,
                             Ice.Current __current)
      • responseRunning

        void responseRunning​(java.util.List<java.lang.Long> jobIds,
                             Ice.Current __current)