Interface | Description |
---|---|
_FileServerOperations | |
_FileServerOperationsNC | |
_MonitorClientOperations |
This interface must be implemented by a client that
wishes to subscribe to an OMERO.fs server.
|
_MonitorClientOperationsNC |
This interface must be implemented by a client that
wishes to subscribe to an OMERO.fs server.
|
_MonitorServerOperations | |
_MonitorServerOperationsNC | |
FileServer | |
FileServerPrx | |
MonitorClient |
This interface must be implemented by a client that
wishes to subscribe to an OMERO.fs server.
|
MonitorClientPrx |
This interface must be implemented by a client that
wishes to subscribe to an OMERO.fs server.
|
MonitorServer | |
MonitorServerPrx |
Class | Description |
---|---|
_FileServerDisp | |
_FileServerTie | |
_MonitorClientDisp |
This interface must be implemented by a client that
wishes to subscribe to an OMERO.fs server.
|
_MonitorClientTie | |
_MonitorServerDisp | |
_MonitorServerTie | |
Callback_FileServer_fileExists |
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Callback_FileServer_getATime |
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_getBaseName |
Get base name of a file, this is the name
stripped of any path, e.g.
|
Callback_FileServer_getBulkDirectory |
Get an absolute directory from an OMERO.fs server.
|
Callback_FileServer_getCTime |
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_getDirectory |
Get an absolute directory from an OMERO.fs server.
|
Callback_FileServer_getMTime |
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_getOwner |
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_getSHA1 |
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_getSize |
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_getStats |
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_isDir |
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_isFile |
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Callback_FileServer_readBlock |
readBlock should open, read size bytes from offset
and then close the file.
|
Callback_MonitorClient_fsEventHappened |
Callback, called by the monitor upon the proxy of the OMERO.fs client.
|
Callback_MonitorServer_createMonitor |
Create a monitor of events.
|
Callback_MonitorServer_destroyMonitor |
Destroy an existing monitor.
|
Callback_MonitorServer_getMonitorState |
Get the state of an existing monitor.
|
Callback_MonitorServer_startMonitor |
Start an existing monitor.
|
Callback_MonitorServer_stopMonitor |
Stop an existing monitor.
|
EventInfo |
The id and type of an event.
|
EventInfoHolder | |
EventListHelper | |
EventListHolder | |
EventTypeHolder | |
FileServerHolder | |
FileServerPrxHelper |
Provides type-specific helper functions.
|
FileServerPrxHolder | |
FileStats |
File stats.
|
FileStatsHolder | |
FileStatsListHelper | |
FileStatsListHolder | |
FileTypeHolder | |
MonitorClientHolder | |
MonitorClientPrxHelper |
Provides type-specific helper functions.
|
MonitorClientPrxHolder | |
MonitorServerHolder | |
MonitorServerPrxHelper |
Provides type-specific helper functions.
|
MonitorServerPrxHolder | |
MonitorStateHolder | |
MonitorTypeHolder | |
PathModeHolder | |
WatchEventListHelper | |
WatchEventListHolder | |
WatchEventTypeHolder |
Enum | Description |
---|---|
EventType |
Enumeration for Monitor event types returned.
|
FileType | |
MonitorState |
Enumeration for Monitor state.
|
MonitorType | |
PathMode |
Enumeration for Monitor path modes.
|
WatchEventType |
Enumeration for event types to watch.
|