public interface BBjAdminBBjFile_1412 extends BBjAdminBBjFile
FILE_TYPE, FULL_PATH, KEY_SIZE, NAME, RECORD_SIZE
Modifier and Type | Method and Description |
---|---|
BBjAdminOpenFile |
getOpenFileExtracted(long p_lockbyte)
Returns the BBjAdminOpenFile instance of the file handle for this file that has an EXTRACT
on the specified lock byte.
|
BBjAdminOpenFile |
getOpenFileLocked()
Returns the BBjAdminOpenFile instance of the file handle who has this file currently locked.
|
getKeyDescriptions, getRecordCount
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
BBjAdminOpenFile getOpenFileExtracted(long p_lockbyte) throws BBjAdminException
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.BBjAdminException
BBjAdminOpenFile getOpenFileLocked() throws BBjAdminException
BBjAdminException