Class StoreFileAttachmentThread

java.lang.Object
java.lang.Thread
com.vdoc.sdk.commons.io.filecenter.runnable.StoreFileAttachmentThread
All Implemented Interfaces:
Runnable

public class StoreFileAttachmentThread extends Thread
StoreFileAttachmentThread
  • Field Details

    • id

      protected com.triactive.jdo.store.OID id
    • fileName

      protected String fileName
    • tabBytes

      protected byte[] tabBytes
    • manager

      protected com.axemble.vdocportal.components.ud.UDManager2 manager
  • Constructor Details

    • StoreFileAttachmentThread

      public StoreFileAttachmentThread(com.triactive.jdo.store.OID id, String fileName, String libraryPhysicalPath, byte[] tabBytes)
      constructor
      Parameters:
      id - OID
      fileName - String
      libraryPhysicalPath - String
      tabBytes - byte[]
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread