Package omero.grid
Interface ParamsHelper.Acquirer
-
- All Known Implementing Classes:
SharedResourcesI
- Enclosing class:
- ParamsHelper
public static interface ParamsHelper.Acquirer
Interface added in order to allow ParamHelper instances to use methods from SharedResourcesI. The build does not allow for a dependency between the two.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InteractiveProcessorPrx
acquireProcessor(Job submittedJob, int seconds, Ice.Current current)
-
-
-
Method Detail
-
acquireProcessor
InteractiveProcessorPrx acquireProcessor(Job submittedJob, int seconds, Ice.Current current) throws ServerError
- Throws:
ServerError
-
-