Version: Beta-4.1.1-r5927-b91
|
Resource manager provided by each Blitz session for acquiring shared resources in the OmeroGrid. Unlike the other services provided by ServiceFactory instances, it is not guaranteed that a service instance returned from this interface will be returned if that resource happens to be busy. In that case, a null will be returned.
Waits up to seconds to acquire a slot in a processor which can handle the given job.
Returns a map between Repository descriptions (omero::model::OriginalFile instances) and RepositoryPrx instances (possibly null).
Creates a new Format("OMERO.tables") file at the given path on the given repository. The returned Table proxy follows the same semantics as the openTable method.
Returns a Table instance or null. Table instances are not exclusively owned by the client and may throw an OptimisticLockException if background modifications take place. The file instance must be managed (i.e. have a non-null id) and be of the format "OMERO.tables". Use newTable() to create a new instance.
|