Interface IDfCloseableSession

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
CloseableDfSession

public interface IDfCloseableSession extends Closeable
the wrapper which wrap an IDfSession, and able to be closed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.documentum.fc.client.IDfSession
     
  • Method Details

    • close

      void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • getDfSession

      com.documentum.fc.client.IDfSession getDfSession()