Package omero.grid

Interface _ProcessorCallbackOperationsNC

  • All Known Subinterfaces:
    ProcessorCallback
    All Known Implementing Classes:
    _ProcessorCallbackDisp, _ProcessorCallbackTie

    public interface _ProcessorCallbackOperationsNC
    Internal callback interface which is passed to the Processor.accepts method to query whether or not a processor will accept a certain operation.
    • Method Detail

      • isAccepted

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

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

        void responseRunning​(java.util.List<java.lang.Long> jobIds)