public abstract class _FileServerDisp extends Ice.ObjectImpl implements FileServer
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
ice_staticId
Constructor and Description |
---|
_FileServerDisp() |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___fileExists(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getATime(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getBaseName(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getBulkDirectory(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getCTime(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getDirectory(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getMTime(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getOwner(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getSHA1(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getSize(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getStats(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___isDir(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___isFile(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___readBlock(FileServer __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
boolean |
fileExists(java.lang.String fileId)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
float |
getATime(java.lang.String fileId)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getBaseName(java.lang.String fileId)
Get base name of a file, this is the name
stripped of any path, e.g.
|
FileStats[] |
getBulkDirectory(java.lang.String absPath,
java.lang.String filter)
Get an absolute directory from an OMERO.fs server.
|
float |
getCTime(java.lang.String fileId)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String[] |
getDirectory(java.lang.String absPath,
java.lang.String filter)
Get an absolute directory from an OMERO.fs server.
|
float |
getMTime(java.lang.String fileId)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getOwner(java.lang.String fileId)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getSHA1(java.lang.String fileId)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
long |
getSize(java.lang.String fileId)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
FileStats |
getStats(java.lang.String fileId)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
protected void |
ice_copyStateFrom(Ice.Object __obj) |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
boolean |
isDir(java.lang.String fileId)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
boolean |
isFile(java.lang.String fileId)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
byte[] |
readBlock(java.lang.String fileId,
long offset,
int size)
readBlock should open, read size bytes from offset
and then close the file.
|
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__read, __read, __write, __write, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
fileExists, getATime, getBaseName, getBulkDirectory, getCTime, getDirectory, getMTime, getOwner, getSHA1, getSize, getStats, isDir, isFile, readBlock
public static final java.lang.String[] __ids
public static final long serialVersionUID
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public static java.lang.String ice_staticId()
public final boolean fileExists(java.lang.String fileId) throws OmeroFSError
fileExists
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final float getATime(java.lang.String fileId) throws OmeroFSError
getATime
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final java.lang.String getBaseName(java.lang.String fileId) throws OmeroFSError
getBaseName
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
getBulkDirectory
in interface _FileServerOperationsNC
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).omero::OmeroFSError
OmeroFSError
public final float getCTime(java.lang.String fileId) throws OmeroFSError
getCTime
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final java.lang.String[] getDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
getDirectory
in interface _FileServerOperationsNC
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).omero::OmeroFSError
OmeroFSError
public final float getMTime(java.lang.String fileId) throws OmeroFSError
getMTime
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final java.lang.String getOwner(java.lang.String fileId) throws OmeroFSError
getOwner
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final java.lang.String getSHA1(java.lang.String fileId) throws OmeroFSError
getSHA1
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final long getSize(java.lang.String fileId) throws OmeroFSError
getSize
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final FileStats getStats(java.lang.String fileId) throws OmeroFSError
getStats
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final boolean isDir(java.lang.String fileId) throws OmeroFSError
isDir
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final boolean isFile(java.lang.String fileId) throws OmeroFSError
isFile
in interface _FileServerOperationsNC
fileId
- see above.omero::OmeroFSError
OmeroFSError
public final byte[] readBlock(java.lang.String fileId, long offset, int size) throws OmeroFSError
readBlock
in interface _FileServerOperationsNC
fileId
- see above.offset
- byte offset into file from where read should begin (long).size
- number of bytes that should be read (int).omero::OmeroFSError
OmeroFSError
public static Ice.DispatchStatus ___getDirectory(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getBulkDirectory(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___fileExists(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getBaseName(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getStats(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getSize(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getOwner(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getCTime(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getMTime(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getATime(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isDir(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isFile(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getSHA1(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___readBlock(FileServer __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class Ice.ObjectImpl
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl