Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::grid::Processor

Overview

[ "ami" ] interface Processor

Simple controller for Processes. Uses the session id given to create an Ice.Config file which is used as the sole argument to an execution of the given job. Jobs are responsible for loading arguments from the environment via the session id.

Operation Index

processJob
Starts a process based on the given job.
parseJob
Parses a job and returns metadata definition required for properly submitting the job.

Operations

Process* processJob(string session, model::Job j) throws ServerError

Starts a process based on the given job. If this processor cannot handle the given job, a null process will be returned.

JobParams parseJob(string session, model::Job j) throws ServerError

Parses a job and returns metadata definition required for properly submitting the job.


Home Previous Up Next Index