Package omero.grid.monitors
Interface FileServer
-
- All Superinterfaces:
_FileServerOperations
,_FileServerOperationsNC
,Ice.Object
- All Known Implementing Classes:
_FileServerDisp
,_FileServerTie
public interface FileServer extends Ice.Object, _FileServerOperations, _FileServerOperationsNC
-
-
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.monitors._FileServerOperations
fileExists, getATime, getBaseName, getBulkDirectory, getCTime, getDirectory, getMTime, getOwner, getSHA1, getSize, getStats, isDir, isFile, readBlock
-
Methods inherited from interface omero.grid.monitors._FileServerOperationsNC
fileExists, getATime, getBaseName, getBulkDirectory, getCTime, getDirectory, getMTime, getOwner, getSHA1, getSize, getStats, isDir, isFile, readBlock
-
-
-
-
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
-
-