Package omero.grid
Interface SharedResources
-
- All Superinterfaces:
_SharedResourcesOperations
,_SharedResourcesOperationsNC
,Ice.Object
- All Known Implementing Classes:
_SharedResourcesDisp
,_SharedResourcesTie
public interface SharedResources extends Ice.Object, _SharedResourcesOperations, _SharedResourcesOperationsNC
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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.grid._SharedResourcesOperations
acquireProcessor, addProcessor, areTablesEnabled, getScriptRepository, newTable, openTable, removeProcessor, repositories
-
Methods inherited from interface omero.grid._SharedResourcesOperationsNC
acquireProcessor, addProcessor, areTablesEnabled, getScriptRepository, newTable, openTable, removeProcessor, repositories
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-