OmeroBlitz API
Home Previous Up Next Index

omero::grid::ProcessorCallback

Overview

interface ProcessorCallback

Internal callback interface which is passed to the {@code Processor.accepts} method to query whether or not a processor will accept a certain operation.

Operation Index

isAccepted
isProxyAccepted
responseRunning

Operations

void isAccepted(bool accepted, string sessionUuid, string procConn)

void isProxyAccepted(bool accepted, string sessionUuid, Processor* procProxy)

void responseRunning(api::LongList jobIds)


Home Previous Up Next Index