Package hec.io
Class RmiFileInfo
java.lang.Object
hec.io.RmiFileSizeInfo
hec.io.RmiFileInfo
- All Implemented Interfaces:
Serializable
,Comparable
class to hold information about a RmiFileImpl so that
only a single RMI call can be made to retrieve it's information
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
Fields inherited from class hec.io.RmiFileSizeInfo
checkSum, lastModDate, length
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileName
-
path
-
truePath
-
user
-
lockedBy
-
editLockedBy
-
callbackCnt
public int callbackCnt -
callbacks
-
refCount
public int refCount -
referenceUsers
-
-
Constructor Details
-
RmiFileInfo
public RmiFileInfo()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-