Package hec.io

Class RmiFileInfo

All Implemented Interfaces:
Serializable, Comparable

public class RmiFileInfo extends RmiFileSizeInfo implements 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 Details

    • fileName

      public String fileName
    • path

      public String path
    • truePath

      public String truePath
    • user

      public String user
    • lockedBy

      public String lockedBy
    • editLockedBy

      public String editLockedBy
    • callbackCnt

      public int callbackCnt
    • callbacks

      public Vector callbacks
    • refCount

      public int refCount
    • referenceUsers

      public Vector referenceUsers
  • Constructor Details

    • RmiFileInfo

      public RmiFileInfo()
  • Method Details