Interface NetworkFileLegacyReferenceCount

All Known Implementing Classes:
ContentNetworkFile, LinkMemoryNetworkFile, MSOfficeContentNetworkFile, NodeRefNetworkFile, OpenOfficeContentNetworkFile, TempNetworkFile

public interface NetworkFileLegacyReferenceCount
Does this NetworkFile have reference counting?
  • Method Details

    • incrementLegacyOpenCount

      int incrementLegacyOpenCount()
      Increment the file open count, first open = 1;
      Returns:
      the current open count
    • decrementLagacyOpenCount

      int decrementLagacyOpenCount()
      Decrement the file open count
      Returns:
      the current open count
    • getLegacyOpenCount

      int getLegacyOpenCount()
      Return the open file count
      Returns:
      the current open count