Interface BBjAdminBBjFile_1412

All Superinterfaces:
BBjAdminBBjFile, BBjAdminPropertyReader, BBjAdminPropertyWriter, Remote

public interface BBjAdminBBjFile_1412 extends BBjAdminBBjFile
  • Method Details

    • getOpenFileExtracted

      BBjAdminOpenFile getOpenFileExtracted(long p_lockbyte) throws BBjAdminException
      Returns the BBjAdminOpenFile instance of the file handle for this file that has an EXTRACT on the specified lock byte. If there are no extracts on the lock byte, returns null. To acquire the lock byte in a BBx program, make a call to TCB(10) in the error handler for a failed file operation on an EXTRACTed record. TCB(10) returns the lock byte which can be passed into this method.
      Parameters:
      p_lockbyte - The lock byte of the record of interest. From a BBx program, call TCB(10) to acquire the lock byte in the error handler for a failed file operation.
      Returns:
      BBjAdminOpenFile instance of the file handle for this file that has an EXTRACT on the specified lock byte.
      Throws:
      BBjAdminException
    • getOpenFileLocked

      BBjAdminOpenFile getOpenFileLocked() throws BBjAdminException
      Returns the BBjAdminOpenFile instance of the file handle who has this file currently locked.
      Returns:
      BBjAdminOpenFile instance of the file handle who has this file currently locked.
      Throws:
      BBjAdminException